/* body,
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: EuclidCircularA;
  text-decoration: none;
} */
body{
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

section.navbar.sticked {
  z-index: 11;
}

header.mpw-navbar {
  background: transparent;
  position: fixed;
  top: 0;
  box-shadow: unset;
}

.justify_center {
  justify-content: center;
}

a {
  color: #4CAEFF;
}

.skeleton {
  background-size: 200px 100%;
  background-repeat: no-repeat;
  line-height: 1;
  width: 100%;
  height: inherit;
  animation: SkeletonLoading 1s ease-in-out infinite;
  background-color: #f3f3f3;
  background-image: linear-gradient(90deg, #f3f3f3, #ededee, #f3f3f3);
}

@keyframes SkeletonLoading {
  0% {
    background-position: -200px 0;
  }

  to {
    background-position: calc(200px + 100%) 0;
  }
}

header.mpw-navbar .nav__btns .new-login a,
header.mpw-navbar .navItems a {
  color: #013046;
}

header.mpw-navbar.fixed-header .nav__btns .new-login a,
header.mpw-navbar.fixed-header .navItems a {
  color: #fff;
}

header.mpw-navbar .nav__btns .new-login a.hover:after,
header.mpw-navbar .navItems li a.hover:after {
  background: #013046;
}

header.mpw-navbar.fixed-header .nav__btns .new-login a.hover:after,
header.mpw-navbar.fixed-header .navItems li a.hover:after {
  background: #fff;
}

header.mpw-navbar .nav__btns .new-signup a {
  border: 1px solid #05ADA3;
  color: #013046 !important;
}

header.mpw-navbar .nav__btns .new-signup a:hover {
  color: #fff !important;
}

header.mpw-navbar.fixed-header .nav__btns .new-signup a {
  border: 1px solid #fff;
  color: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 100%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  border: 2px solid #05ADA3;
}

.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
  border: 1px solid #05ada3;
}

/* Banner Section */
section.banner__Section {
  padding: 150px 0 60px;
  background-image: url(../webp/mew-bannergirl.webp), url(../webp/mew-bannerbg.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 100%, top left;
  background-size: auto, 100%;
}

.banner__order:hover {
  color: #fff;
}

.banner__Wrapper .sec_head {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 156%;
  color: #231F20;
  max-width: 85%;
}

.banner__desc {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #231F20;
  margin: 0;
  padding-bottom: 39px;
  max-width: 775px;
  height: 85px;
}

.tews-services-wraper {
  background: #2d96ee;
  width: 100%;
  padding: 30px 0
}

.tews-services {
  width: 100%;
  max-width: 670px;
  display: flex;
  column-gap: 94px;
  flex-wrap: wrap;
  padding-top: 50px;
}

.service-wraper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 275px;
  margin-bottom: 32px
}

.service-icon {
  background-color: #e4edfa;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px
}

.service-icon img {
  max-width: 54px;
  width: 100%;
  max-height: 54px;
  height: 100%
}

.service-content .bold-text {
  font-weight: 700;
  padding-bottom: 2px;
  font-size: 20px;
  line-height: 25px;
  color: #004b3d
}

.service-content .light-text {
  color: #3f3f3f;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px
}

.rw-sentence {
  margin: 0;
  text-align: left;
  max-width: 850px;
  width: 100%;
  margin-bottom: 28px;
}

.ratingsWrapper {
  display: flex;
  column-gap: 26px;
  margin-top: 88px;
}

.ratingBox {
  display: flex;
  column-gap: 9px;
  align-items: center;
  position: relative;
  background: white;
  border: 1.02644px solid #EAF2FF;
  border-radius: 10px;
  padding: 15px 17px;
  transition: all .3s ease-in;
}

.ratingBox:hover {
  transform: scale(1.06);
}

.ratingBox::before {
  position: absolute;
  content: '';
  width: 0px;
  border: 1.5px dashed #AEC8DE;
  height: 40px;
  right: -16px;
}


.ratingBox:last-child:before {
  display: none;
}

.ratingBox img {
  display: block;
  width: 24px;
  height: 24px;
}

.rating-desc-head img {
  max-width: 65px;
  min-height: 12px;
  width: 100%;
  height: 100%;
}

.rating-desc-head {
  display: flex;
  column-gap: 6px;
  align-items: center;
  padding-bottom: 3px;
}

.rating-desc-head svg {
  display: block;
}

.ratingNumber {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 18.6444px;
  line-height: 108.5%;
  color: #105A98;
}

.ratingProvider {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 11.6527px;
  line-height: 108.5%;
  color: #0E101A;
}

.banner__order {
  background-color: #05ADA3;
  border-radius: 39.5px;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 12px 0;
  max-width: 200px;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  position: relative;
}

.banner__order:hover {
  background: linear-gradient(180deg, #47B5AE 0%, #133836 100%);
}

.banner__order::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: pulse-animation6;
  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;
}


/**************** Banner Spec ******************/
.banner__Specs {
  padding-bottom: 102px;
}

.banner__Specs__Wrapper {
  padding: 60px 0 20px;
  background-color: #FFFFFF;
  box-shadow: 0px -5px 23px rgb(184 178 178 / 25%);
  border-radius: 40px;
  margin-top: -110px;
  position: relative;
}

.banner__Specs__Wrapper::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 80px;
  background-image: url(../svg/mew-educservice.svg);
  background-repeat: no-repeat;
  right: -55px;
  z-index: -1;
  bottom: 196px;
}

.inner__wrapper {
  padding-top: 48px;
  position: relative;
}

.bannerSpecSlider {
  max-width: 1031px;
  margin: 0 auto;
  position: relative;
  padding: 10px;

}

.banner__Specs__Wrapper .spec_para {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  max-width: 909px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #231F20;
  padding-top: 19px;
}

.banner__Specs__Wrapper h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  max-width: 1060px;
  margin: 0 auto;
}

.spec__Card {
  padding: 38px 18px 45px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 18px rgba(145, 145, 145, 0.12);
  border-radius: 13.1143px;
  width: 100%;
  border: 1px solid transparent;
  margin: 12px 0;
  min-height: 306px;
}

.spec__Card:hover {
  border-color: #05ada3;
}

.spec__Card {
  text-align: center;
}

.spec__Icon img {
  max-width: 51px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.spec__Desc p {
  padding-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #231F20;
  padding-bottom: 24px;
  margin: 0;
}

.spec__Desc span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #221F1F;
  display: block;
}

.swiper-controls {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-controls .swiper-button-prev.swiperCstmPrev {
  left: 26px;
  right: auto;
}

.swiper-controls .swiper-button-next.swiperCstmNext {
  right: 26px;
  left: auto;
}

.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
  width: 19px;
  height: 19px;
}

.swiper-controls .swiper-button-next:after,
.swiper-controls .swiper-container-rtl .swiper-button-prev:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

.swiper-controls .swiper-button-prev:after,
.swiper-controls .swiper-container-rtl .swiper-button-next:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

.swiper-controls .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 88px;
  left: auto;
}

.swiper-controls .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 88px;
  right: auto;
}

/* ***************** [Service Section] ****************** */
.service__section {
  padding: 60px 0;
  /* background-image: url('../images/serviceBg.svg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.service__section h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  margin-bottom: 19px;
}

.service__section p.servDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  color: #231F20;
  text-align: center;
}

.service__Wrapper {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  column-gap: 99px;
  row-gap: 51px;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.singleService {
  max-width: 44.74%;
  width: 100%;
  display: flex;
  column-gap: 15px;
}

.serviceDesc p {

  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 108.5%;
  color: #231F20;
  padding-bottom: 15px;
}

.serviceDesc span {

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 164.5%;
  color: #221F1F;
}

.serviceIcon img {
  width: 37px;
  height: 37px;
}

/* ************ [Order Step Section] ***************  */
.orderStep__section {
  padding: 102px 0;
  position: relative;
  overflow: hidden;
}

.skelImg {
  max-width: 700px;
  min-height: 393px;
  margin: 0px auto;
  display: block;
  width: 100%;
  height: 100%;
}

.orderStep__section::before,
.orderStep__section::after {
  position: absolute;
  content: '';
  width: 62px;
  height: 62px;
  background-image: url(../svg/mew-educservice.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.orderStep__section::before {
  right: 72px;
  z-index: -1;
  top: 77px;
  transform: rotate(6deg);
}

.orderStep__section::after {
  left: -21px;
  z-index: -1;
  bottom: 400px;
  transform: rotate(6deg);
}

.orderStep__section h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  margin-bottom: 19px;
}

.orderStep__section p.orderDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}

.customerReviewsSection p.reviewDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}

.toDeliveryWrapper {
  display: flex;
  column-gap: 38px;
  padding: 60px 0 50px;
}

.deliverySteps {
  max-width: 400px;
  width: 100%;
}

.StepBox {
  display: flex;
  column-gap: 22px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 0.796635px solid rgba(76, 174, 255, 0.29);
  border-radius: 14.227px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.StepBox:hover {

  border: 0.796635px solid #05ada3;

}

.StepBox img {
  display: block;
  width: 38px;
  height: 38px;
}

.StepBox p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 150%;
  color: #221F1F;
}

.StepBox p span {
  color: #05ada3;
  font-weight: 500;
  font-size: 16px;
}

.orderIcon {
  width: 35px;
  height: 35px;
}

.writerBtn,
.orderBtn {
  background-color: #05ADA3;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 45px auto 0;
  position: relative;
}

.specialBtn {
  max-width: 331px;
  font-size: 18px !important;
}

.specialOrderBtn {
  background-color: #05ADA3;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  padding: 12px 12px;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 45px auto 0;
  position: relative;
}

.specialOrderBtn:hover {
  background-color: #3653A5
}

.specialOrderBtn: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;
}

.writerBtn:hover,
.orderBtn:hover {
  background-color: #3653A5
}

.writerBtn:before,
.orderBtn::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;
}

.mb-45 {
  margin-bottom: 45px;
}

.orderStepVideo {
  flex: 1;
}

.vidWrapper {
  background: #0C0D10;
  border-radius: 8.2669px;
  padding: 16px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #05ada3;
  }

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

/* ******************** [Meet our Expert] ***************** */
.ourExperts {
  padding: 60px 0;
  width: 100%;
  background-image: url(../svg/mew-meetwriters.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
}

.ourExperts h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  margin-bottom: 19px;
}

.ourExperts .experts-desc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 164.5%;
  text-align: center;
  color: #231F20;
  max-width: 79%;
  width: 100%;
  margin: 0 auto;
}

.expertsWrapper {
  padding-top: 48px;
  position: relative;
}

.expertsSwiper {
  max-width: 1077px;
  width: 100%;
  margin: 0 auto;
}

.experCard {
  max-width: 341px;
  width: 100%;
  padding: 25px 18px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 0px 18px rgba(145, 145, 145, 0.12);
  border-radius: 12.341px;
  /* min-height: 501px; */
  min-height: 413px;
}

.experCard:hover {
  border-color: #05ada3;
}

.expertsSwiper .swiper-slide {
  padding: 12px 0;
}




.expertHead {
  text-align: center;
}

.expertHead img {
  display: block;
  margin: 0 auto;
  width: 100%;
  width: 145px;
  height: 145px;
  border-radius: 12px;
  aspect-ratio: 1;
}

.expertRaing img {
  width: 87px;
  height: 15px;
  margin: unset;
}

.expertHead .expertName {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 164.5%;
  color: #213D56;
  padding-top: 12px;
  text-align: center;
}

.expertRaing {
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertRaing p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 108.5%;
  color: #05ada3;
  ;
  padding-right: 6px;
}

.expertRaing svg {
  display: block;
}

.expertRaing span {
  display: block;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 12px;
  line-height: 164.5%;
  color: #A0ADC1;
  padding-left: 3px;
}

.expertBody {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.qualification,
.expertise,
.expertOrders {
  display: flex;
  column-gap: 5px;
  align-items: flex-start;
}

.expertBody p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 164.5%;
  color: #231F20;
  min-width: 98px;
}

.expertBody span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 13px;
  line-height: 164.5%;
  color: #575E62;
}

.expertBtns {
  padding-top: 21px;
  display: flex;
  column-gap: 17px;
  justify-content: center;
}

.expertBtns .aboutWriter {
  background-color: #FFFFFF;
  border: 0.881499px solid rgba(160, 173, 193, 0.35);
  border-radius: 3.526px;
  max-width: 140px;
  width: 100%;
  display: block;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 164.5%;
  color: #A0ADC1;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}

.expertBtns .aboutWriter:hover {
  border-color: #3653A5;
  color: #3653A5;
}

.expertBtns .hireWriter {
  background-color: #05ADA3;
  border-radius: 3.526px;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 164.5%;
  color: #FFFFFF;
  padding: 10px 0;
  max-width: 140px;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.expertBtns .hireWriter:hover {
  background: linear-gradient(180deg, #47B5AE 0%, #133836 100%);
}

.expertControls {
  position: absolute;
  width: 100%;
  bottom: 39%;
}

.expertControls .swiper-button-next svg path,
.expertControls .swiper-button-prev svg path {
  fill: #05ada3;
}

.expertControls .swiper-button-next:after,
.expertControls .swiper-button-prev:after {
  display: none;
}



.viewAllWriters {
  text-align: center;
  padding-top: 42px;
}

.viewAllWriters a {
  background-color: #FFFFFF;
  border: 1px solid #4CAEFF;
  border-radius: 12px;
  padding: 18px 74px;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #4CAEFF;
}

.viewAllWriters a:hover {
  background-color: #36A0FA;
  color: #fff;
}

.expertControls .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2px;
  left: auto;
}

.expertControls .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2px;
  right: auto;
}


/* about services section  */

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blueSec {
  padding: 72px 0;
background: radial-gradient(84.99% 55.12% at 50.00% 44.88%, #24C7BD 0%, #046761 100%);
}

.secHead {
  font-weight: 900;
  font-size: 36px;
  color: #213D56;
  margin-bottom: 14px;
  text-align: left;
}

.center {
  text-align: center;
}

.descWrapper p {
  font-size: 18px;
  line-height: 23px;
  color: #546B8E;
  margin-top: 18px;
}

.descWrapper p:first-child {
  margin-top: 0;
}

.white,
.descWrapper.white p {
  color: #FFFFFF;
}

.serviceTextBox {
  padding: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E0E8FF 76.96%);
  box-shadow: 2px 1px 23px rgba(76, 174, 255, 0.2);
  border-radius: 10px;
  max-width: 352px;
  width: 100%;
}

.serviceACord-icon {
  display: none;
}

.serviceTextBox p {
  font-weight: 450;
  font-size: 16px;
  line-height: 161.5%;
  color: #546B8E;
}

.serviceOrder {
  display: block;
  text-align: center;
  padding: 8px 0 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 142.5%;
  color: #FFFFFF;
  background: #05ada3;
  border-radius: 8px;
  margin-top: 23px;
  transition: all ease .1s;
}

.serviceOrder:hover {
  background: linear-gradient(180deg, #47B5AE 0%, #133836 100%);
}

.servicesWrapper {
  margin-top: 59px;
}

.serviceList {
  width: 100%;
  justify-content: center;
  gap: 12px 20px;
}

.serviceItem {
  padding: 8px 30px 8px 8px;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  gap: 12px;
}

.serviceItem:hover,
.serviceItem.active,
.serviceItem:hover .itemBox {
  border-color: #fff;
}

.serviceItem:hover .itemName,
.serviceItem.active .itemName {
  color: #fff;
}

.itemName {
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #EBEBEB;
  transition: all ease .1s;
}

.itemBox {
  width: 45px;
  height: 45px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  justify-content: center;
}

.itemBox svg {
  display: none;
}

.serviceItem:hover .itemBox,
.serviceItem.active .itemBox {
  background: #fff;
  border-color: #fff;
}
.itemBox svg path {
  fill: #05ada3;
  stroke: #05ada3;
}
.serviceItem:hover .itemBox svg,
.serviceItem.active .itemBox svg {
  display: block;
}


/* about services section  */

/* ******** REVIEWS ********* */
.reviewTitleArea {
  padding: 42px 0 26px;
  background-color: #F6F8FF;
}

.reviewTitleArea h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 142.5%;
  text-align: center;
  color: #213D56;
  max-width: 56%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 19px;
}

.reviweRatingWrapper {
  max-width: 269px;
  width: 100%;
  margin: 28px auto 0;

}

.reviweRatingWrapper p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 22px;
  line-height: 164.5%;
  color: #546B8E;
  text-align: center;
}

.reviewBox {
  display: flex;
  align-items: center;
}

.ratingNum {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 108.5%;
  color: #05ada3;
  padding-right: 16px;
}

.reviewSliderSection {
  padding: 52px 0;
  background-image: url('../webp/mew-reviewbg.webp');
  background-position: center;
  background-size: cover;
}

.rev-inner {
  display: flex;
  justify-content: space-between;
  max-width: 806px;
  margin: 0 auto 42px;
  width: 100%;
  column-gap: 22px;
}

.reviewSliderSection .ratingBox {
  background: white;
  border: 2px solid rgba(35, 63, 140, 0.38);
  border-radius: 8rem;
  cursor: pointer;
  padding: 17px 50px 17px 22px;
}

.reviewSliderSection .ratingBoxIcon {
  position: relative;
}

.reviewSliderSection .ratingBoxIcon span {
  display: flex;
}

.reviewSliderSection .ratingBoxIcon span.IconColor {
  display: none;
}

.reviewSliderSection .ratingName {
  display: flex;
  align-items: center;
  column-gap: 9px;
}

.reviewSliderSection .reviewsliderWrapper .ratingBox::before {
  display: none
}

.reviewsliderWrapper .ratingBox.reviewsActive .IconColor,
.reviewsliderWrapper .ratingBox:hover .IconColor {
  display: flex;
}

.reviewsliderWrapper .ratingBox.reviewsActive .iconGray,
.reviewsliderWrapper .ratingBox:hover .iconGray {
  display: none;
}

.ratingName p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 164.5%;
  color: #213D56;
}

.reviewsliderWrapper .ratingBox:hover,
.reviewsliderWrapper .ratingBox.reviewsActive,
.reviewsliderWrapper .ratingBox:hover .ratingName p,
.reviewsliderWrapper .ratingBox.reviewsActive .ratingName p {
  color: #05ada3;
  border-color: #05ada3;
}

.reviewsliderWrapper .slide-inner {
background: radial-gradient(84.99% 55.12% at 50.00% 44.88%, #24C7BD 0%, #046761 100%);
  border-radius: 16px;
  padding: 21px 20px;
  min-height: 336px;
  height: 100%;
}

.reviewsliderWrapper .customer__review strong,
.reviewsliderWrapper .customer__review h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 164.5%;
  margin-top: 24px;
  color: #FFFFFF;
  display: inline-block;
}

.reviewsliderWrapper .customer__review p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 164.5%;
  color: #FFFFFF;
  margin-top: 20px;
}

.reviewsliderWrapper .author {
  display: flex;
  column-gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.author-inner span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 12px;
  line-height: 164.5%;
  color: #FFFFFF;
}

.review-controls {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.review-controls .swiper-button-next:after,
.review-controls .swiper-button-prev:after {
  display: none;
}

.mpw_reviews,
.site_jabber_reviews,
.trust_pilot__reviews {
  max-width: 1068px;
  margin: 0 auto;
  position: relative;
}

.review-controls .swiper-button-prev {
  left: -45px;
  right: auto;
}

.review-controls .swiper-button-next {
  right: -45px;
  left: auto;
}

/* ******** REVIEWS ********* */


/* ************** sampleEcnomics **************** */
.sampleEcnomicsSection {
  position: relative;
  padding: 102px 0 42px;
  overflow: hidden;
}

.sampleEcnomicsSection::before,
.sampleEcnomicsSection::after {
  position: absolute;
  content: '';
  width: 65px;
  height: 65px;
  background-image: url(../svg/mew-bookgroup.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sampleEcnomicsSection::before {
  right: -26px;
  z-index: -1;
  top: 169px;
  transform: rotate(6deg);
}

.sampleEcnomicsSection::after {
  left: -27px;
  z-index: -1;
  bottom: 152px;
  transform: rotate(6deg);
}

.sampleEcnomicsSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  margin-bottom: 19px;
}

.sampleDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}

.sampleEcnomicsWrapper {
  position: relative;
}

.sampleControls .swiper-button-next,
.sampleControls .swiper-button-prev {
  width: 19px;
  height: 19px;
}

.sampleControls .swiper-button-next:after,
.sampleControls .swiper-container-rtl .swiper-button-prev:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

.sampleControls .swiper-button-prev:after,
.sampleControls .swiper-container-rtl .swiper-button-next:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

.sampleControls .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 88px;
  left: auto;
}

.sampleControls .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 88px;
  right: auto;
}

.sampleControls .swiper-button-disabled.swiper-button-next:after,
.sampleControls .swiper-button-disabled.swiper-button-prev:after {
  color: rgba(160, 173, 193);
}



.sampleCard {
  /* background-color: #fff; */
  box-shadow: 0px 4px 60px rgb(140 140 140 / 15%);
  border-radius: 8px;
  border: 1px solid transparent;
  display: flex;
  max-width: 851px;
  margin: 60px auto;
  min-height: 349px;
}

.cardAnchor {
  cursor: pointer;
  display: block;
}

.sampleCard:hover {
  border-color: #05ada3;
  border-radius: 8px;
}

.sampleCardLeft {
  padding: 25px;
}

.sampleCardLeft img {
  border-radius: 15px;
  display: block;
  min-width: 207px;
  max-height: 187px;
  width: 100%;
  height: 100%;
}

.sampleInfoWrap {
  padding-top: 20px;
}

.sampleInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sampleInfoWrap .sampleInfo+.sampleInfo {
  margin-top: 14.5px;
}

.sampleInfoWrap .sampleInfo p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 19px;
  color: #575E62;
}

.sampleInfoWrap .sampleInfo span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  color: #05ada3;
}

.sampleCardRight {
  background: #F8FCFF;
  padding: 24px;
  border-radius: 0px 8px 8px 0px;
}

.sampleHead {
  display: flex;
  align-items: center;
  column-gap: 15px;
  border-bottom: 1px solid #EBEBEC;
  padding-bottom: 24px;
  margin-bottom: 16px;
}

.sampleHead p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #01305C;
}

.sampleDetail p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #575E62;
  display: -webkit-box;
  padding-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  min-height: 168px;

}

.sampleBtnwrap {
  text-align: right;
}

.sampleBtn {
  display: flex;
  align-items: center;
  max-width: 115px;
  height: 36px;
  width: 100%;
  justify-content: center;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 164.5%;
  color: #fff;
  background: #05ADA3;
  border-radius: 3.526px;
  margin-left: auto;
}

.sampleBtn:hover {
  background: linear-gradient(180deg, #47B5AE 0%, #133836 100%);
}

.pdfIcon {
  display: flex;
}

.pdfIcon img {
  max-width: 25px;
  max-height: 33px;
  width: 100%;
  height: 100%;
  flex: 0 0 25px;
}

/* ************** Essay Cost **************** */
.essayCost {
  padding: 60px 0;
  background-image: url(../svg/mew-ourpricebg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.essayCostDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}

.essayCost h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 142.5%;
  text-align: center;
  color: #213D56;
  max-width: 82%;
  width: 100%;
  margin: 0 auto 19px;
}



.costWrapper {
  padding-top: 60px;
  display: flex;
  column-gap: 86px;
  justify-content: center;
}

.costCalculator {
  max-width: 346px;
  width: 100%;
  background-color: #FFFFFF;
  border: 0.7px solid rgba(76, 174, 255, 0.24);
  box-shadow: 1.3707px 0.68535px 15.7631px rgba(76, 174, 255, 0.2);
  border-radius: 12px;
  position: relative;
}

.costCalculator::before {
  position: absolute;
  content: '';
  border: 0.7px solid rgba(76, 174, 255, 0.35);
  border-radius: 8.4579px;
  width: 100%;
  height: 100%;
  left: -27px;
  z-index: -1;
  top: 22px;
}

.priceCalculator {
  width: 100%;
}

.priceHead {
  background: #05ADA3;
  border-radius: 12px 12px 0px 0px;
  padding: 12px 0;
}

.priceHead p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 135.5%;
  text-align: left;
  color: #FFFFFF;
  padding-left: 20px;
}

.priceForm {
  padding: 36px 20px 24px;
}

.formFields {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

.formFields select,
.formFields input {
  -webkit-appearance: none;
}

.formFields option {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  border: 1px solid #E7EEF9;
  outline: none;
  padding: 5px 10px !important;
  text-indent: 5em;
  height: 40px;
  border-radius: 5px;
}

/* Style for the selected option */
.formFields option:checked {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  color: #fff;
  background-color: #05ADA3;
}

.formFields input[type="date"]::-webkit-calendar-picker-indicator {
  background: 0 0;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F5F9FF;
  color: #546B8E;
}

.select2-container--default .select2-results__option--selected {
  background-color: #05ADA3;
  color: white;
  padding: 12px;
}

.select2-results__option {
  padding: 12px;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 13px;
  line-height: 164.5%;
  color: #546B8E;
}

.select2-search--dropdown {
  padding: 0;
  border: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  background-color: #fff;
  border: 1px solid #E7EEF9;
  box-shadow: -1px 6px 6px rgb(209 231 250 / 20%);
  border-radius: 4px;
}

.select2-dropdown.select2-dropdown--below {
  border: none;
}

.formFields select,
.formFields input {
  background: #F5F9FF;
  border: 1.01996px solid #E7EEF9;
  border-radius: 6px;
  padding: 13px 14px;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #9DB9DB;
  width: 100%;
  cursor: pointer;
  height: 46px;
  outline: none;
}

#pages-num {
  color: #05ada3;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background: #F5F9FF;
  border: 1.01996px solid #05ada3;
  box-shadow: -1px 1px 6px rgb(76 174 255 / 20%);
  border-radius: 6px;
  height: 46px;
  position: absolute;
  top: -46px;
  width: 100%;
  left: 0;
  background-image: url(../mew-search-icon.html);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding: 0 15px;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000;
  outline: none;
}

.select2-results__options::-webkit-scrollbar {
  display: none;
}

.selection .select2-selection--single {
  max-height: 46px;
  min-height: 46px;
  padding: 13px 14px;
  border: 1.01996px solid #E7EEF9;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #9DB9DB;

}

.select2-container--default .select2-selection--single {
  background: #F5F9FF;
  border-radius: 6px;
}

.select2-selection__arrow {
  display: none;
}

.select-pages {
  width: 100%;
  position: relative;
}

.select-pages select {
  width: 100%;

  text-indent: 5em;
}

.formFields.select:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../png/mew-cost-arrow-down.png);
  z-index: 1;
  right: 14px;
  top: 13px;
  pointer-events: none;
}

.select-pages #minus,
.select-pages #plus {
  position: absolute;
  color: #fff;
  font-size: 24.5px;
  top: 27px;
  width: 45px;
  height: 46px;
  text-align: center;
  background-color: #05ADA3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  cursor: pointer;
}

.select-pages #minus {
  background: rgba(231, 238, 249, 0.43);
  color: #9DB9DB;
  border: 0.860307px solid #E7EEF9;
  border-left: 0;
  z-index: 1;
}

.select-pages #minus.minusbg {
  color: #fff;
  background-color: #05ADA3;
}

.calenderIcon {
  position: absolute;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
  left: 16px;
}

#deadLine {
  padding-left: 33px;
}

#plus {
  right: 1px;
  border-radius: 0px 2px 2px 0px;
}

#minus {
  left: 1px;
  border-radius: 2px 0px 0px 2px;
}

.priceForm .select2-container--default .select2-selection--single {
  background-color: #F5F9FF !important;
  border: 1px solid #E7EEF9;
}

.priceForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  /* color: #05ada3; */
}

.priceForm .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9DB9DB;
}

.priceForm .select2-valid .selection .select2-selection--single .select2-selection__rendered {
  color: #202124;
}

.selection .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #5f6368;
}

.priceForm .pagesSelect .selection .select2-selection--single .select2-selection__rendered {
  color: #05ada3;
  text-align: center;
  display: block;
}

.formBtn a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 9.5px 0;
  background-color: #05ADA3;
  border: 2px solid #05ADA3;
  border-radius: 22px;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  align-items: center;
  margin-top: 12px;
  outline: none
}

.formBtn a:hover {
  background: linear-gradient(180deg, #47B5AE 0%, #133836 100%);
}

.priceBar {
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F3F7FA;
  width: calc(100% + 40px);
  transform: translateX(-20px);
}

.actualCost {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.discountedCost {
  display: flex;
  column-gap: 6px;
  align-items: center;
}

.actualCost .discountOff {
  background-color: #E60202;
  border-radius: 3px;
  padding: 0 4px;
}

.actualCost .discountOff span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 165%;
  color: #FFFFFF;
  animation: blink 1s ease infinite;
}

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

  100% {
    opacity: 1;
  }

}

.actualCost #actualPrice {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 165%;
  text-align: center;
  color: #213D56;
  display: block;
  text-decoration-line: line-through;
  text-decoration-color: #E60202;
}

.discountedCost span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 900;
  font-size: 23px;
  line-height: 165%;
  text-align: center;
  color: #05ada3;
  display: flex;
}

.costIncludes {
  padding: 25px 20px 57px;
  position: relative;
  background-color: #FFFFFF;
  border: 0.7px solid rgba(76, 174, 255, 0.24);
  box-shadow: 1.3707px 0.68535px 15.7631px rgba(76, 174, 255, 0.2);
  border-radius: 12px;
  position: relative;
}

.imgGif {
  width: 22px;
  height: 22px;
}

.costIncludes::before {
  position: absolute;
  content: '';
  border: 0.7px solid rgba(76, 174, 255, 0.35);
  border-radius: 8.4579px;
  width: 100%;
  height: 100%;
  left: -27px;
  z-index: -1;
  top: 22px;
}

.costIncludes {
  max-width: 346px;
  width: 100%;
  padding: 25px 20px 52px;
}

.costIncludes .includeService:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}

.cost__head {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 142.5%;
  text-align: center;
  color: #213D56;
  padding-bottom: 3px;
}

.serviceName p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 142.5%;
  color: #05ada3;
  position: relative;
  padding-left: 28px;
}

.serviceName p::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../svg/mew-tick-icon.svg');
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.includeService {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 11px;
  border-bottom: 0.7px solid rgba(76, 174, 255, 0.34);
}

.servicePrice .costWas {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 142.5%;
  text-align: center;
  text-decoration-line: line-through;
  color: #A0ADC1;
}

.servicePrice {
  display: flex;
  column-gap: 9px;
}

.servicePrice .free {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 142.5%;
  text-align: center;
  color: #EE2424;
}

.serviceGuarantee {
  padding-top: 69px;
  display: flex;
  align-items: center;
  column-gap: 26px;
  justify-content: center;
}

.serviceGuarantee img {
  display: block;
  max-width: 142px;
  max-height: 142px;
  width: 100%;
  height: 100%;
}

.serviceGuarantee p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 108.5%;
  color: #1C1C1C;
}

.serviceGuarantee p span {
  display: inline;
  color: #05ada3;
  font-weight: 500;
}

.select2-container--default .select2-results__option--disabled {
  display: none;
}

.priceForm .selection .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #9DB9DB;
  padding-left: 0;
}

.priceForm .selectedOption .selection .select2-selection--single .select2-selection__rendered {
  color: #05ada3;
}

.priceForm .select2-valid .selection .select2-selection--single .select2-selection__rendered {
  color: #05ada3;
}

.select-pages #plus {
  border-radius: 0px 6px 6px 0px;
}

.select-pages #minus {
  border-radius: 6px 0px 0px 6px;
}

#date-select {
  padding-left: 33px;
}

#date-select.select2-valid {
  color: #05ada3;
}

.addonsWrapperSec {
  max-width: 440px;
  width: 100%;
  margin: 42px auto 0;
}

.addonsWrapperSec p.addHead {
  margin-bottom: 22px;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 142.5%;
  color: #231F20;
}

.addOnsWrapper ul {
  list-style: none;
}

.addOnsWrapper ul li {
  display: block;

  position: relative;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 142.5%;
  color: #575E62;
  padding-left: 34px;
}

.addOnsWrapper ul li+li {
  margin-top: 18px;
}

.addOnsWrapper ul li::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../svg/mew-checks.svg');
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}


/* ************* [Testimonial] *********** */
.testimonialSection {
  padding: 102px 0 46px;
  position: relative;
  overflow: hidden;
}

.testimonialSection::before,
.testimonialSection::after {
  position: absolute;
  content: '';
  width: 65px;
  height: 65px;
  background-image: url(../svg/mew-bookgroup.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonialSection::before {
  right: 363px;
  z-index: -1;
  top: 86px;
  transform: rotate(6deg);
}

.testimonialSection::after {
  left: 0px;
  z-index: -1;
  bottom: 148px;
  transform: rotate(6deg);
}

.testimonialSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  margin-bottom: 19px;
}

.testimonialSection p.testDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}

.writtingProcessSection p.ecoDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}

.testimonialWrapper {
  position: relative;
}

.testimonialWrapper .testimonialslider {
  max-width: 1033px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0 102px;
}

.testimonialCard {
  background: #E5E5E5;
  box-shadow: 0px 3.26964px 49.0446px rgba(81, 81, 81, 0.15);
  border-radius: 3px;
  position: relative;
  min-height: 235px;
  height: 100%;
  transition: all 0.2s linear;
  padding: 22px 16px 0px;
  border-radius: 9.80891px;
}

.testimonialWrapper .testimonialCard:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9.80891px;
  background-color: #00000000;
}

.testimonialWrapper .swiper-slide.swiper-slide-active .testimonialCard {
  background-color: #fff;
  transform: scale(1.25);
  position: relative;
  z-index: 111;
}

.testimonialWrapper .swiper-slide.swiper-slide-active .testimonialCard::before {
  content: '';
  display: none;
}

.testimonialHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EBEBEC;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

.testimonialHead p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #255394;
}

.unilogo img {
  max-width: 80px;
  min-height: 30px;
  width: 100%;
  height: 100%;
}

.reviewText {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 11px;
  line-height: 150%;
  color: #575E62;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-slide-active .reviewText {
  max-height: 99px;
  overflow-y: auto;
  height: 100%;
  position: relative;
  display: block;
}

/* width */
.reviewText::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px
}

/* Track */
::-webkit-scrollbar-track {
  background: #255394;
  border: 1px solid #f1f1f1;
  border-radius: 5px
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  border-radius: 5px
}


.dateDeadline .selection .select2-selection--single {
  padding: 13px 14px 13px 34px;
}

.wrapDetails {
  display: flex;
  column-gap: 17px;
  row-gap: 6px;
  margin-top: 14px;
  align-items: center;
}

.contentItem {
  display: flex;
  justify-content: flex-start;
  column-gap: 19px;
}

.unilogo {
  display: flex;
}

.infowrap {
  max-width: 200px;
  width: 100%;
  row-gap: 6px;
  flex: 0 0 204px;
}

.contentItem .infoHead {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 164.5%;
  color: #231F20;
  max-width: 84px;
  width: 100%;
}

.contentItem .infoDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 11px;
  line-height: 164.5%;
  /* identical to box height, or 18px */
  color: #575E62;
}

.starIcon img {
  width: 72px;
  height: 11px;
}

.testimonialControls .swiper-button-next,
.testimonialControls .swiper-button-prev {
  width: 19px;
  height: 19px;
}

.testimonialControls .swiper-button-next:after,
.testimonialControls .swiper-container-rtl .swiper-button-prev:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

.testimonialControls .swiper-button-prev:after,
.testimonialControls .swiper-container-rtl .swiper-button-next:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

.testimonialControls .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15px;
  left: auto;
}

.testimonialControls .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15px;
  right: auto;
}

.testimonialControls .swiper-button-disabled.swiper-button-next:after,
.testimonialControls .swiper-button-disabled.swiper-button-prev:after {
  color: rgba(160, 173, 193);
}

.testimonialWrapper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.testimonialWrapper .swiper-pagination-bullet {
  background: rgba(35, 63, 140, 0.18);
  width: 10px;
  height: 10px;
}

.testimonialWrapper .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 8px;
}

.testimonialWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #05ADA3;
}

/* ************* [Ecnomics] *********** */
.ecnomicsSection {
  padding: 60px 0;
  background-image: url(../svg/mew-econbg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.ecnomicsSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  margin-bottom: 19px;
}

.ecnomicsSection p.ecoDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
  max-width: 909px;
  width: 100%;
  margin: 0 auto;
}

.ecnomicsWrapper {
  padding-top: 60px;
  max-width: 718px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 90px;
  margin-bottom: 22px;
}

.ecnomicsWrapper.annotatedEco {
  justify-content: center;
}

/* .ecnomicsWrapper .cstm-col{
    width: 46.64%;
  } */
.enomicsItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 14px;
  max-width: 313px;
  width: 100%;
}

.enomicsIcon {
  display: flex;
}

.enomicsIcon img {
  width: 20px;
  height: 21px;
}

.enomicsItem p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 142.5%;
  color: #231F20;
  position: relative;
  padding-left: 32px;
}

.enomicsItem p::before {
  content: '';
  background-image: url(../svg/mew-graduatecap.svg);
  width: 20px;
  height: 21px;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.cstm-col .enomicsItem+.enomicsItem {
  margin-top: 18px;
}

.ecnomicsSection a.orderBtn {
  margin-top: 31px;
}

/* *************** Writing process *************** */
.writtingProcessSection {
  padding: 102px 0;
  position: relative;
  overflow: hidden;
}

.writtingProcessSection::before,
.writtingProcessSection::after {
  position: absolute;
  content: '';
  width: 65px;
  height: 65px;
  background-image: url(../svg/mew-bookgroup.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.writtingProcessSection::before {
  right: -26px;
  z-index: -1;
  top: 77px;
  transform: rotate(6deg);
}

.writtingProcessSection::after {
  left: -27px;
  z-index: -1;
  bottom: 154px;
  transform: rotate(6deg);
}

.writtingProcessSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 142.5%;
  text-align: center;
  color: #231F20;
  /* max-width: 624px;
    margin: 0 auto; */
  margin-bottom: 19px;
}

.writtingProcessWrapper {
  display: flex;
  column-gap: 107px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
  padding-top: 60px;
}

.writingProcessBox {
  display: flex;
  column-gap: 7px;
  max-width: 35.7%;
  width: 100%;
  align-items: flex-start;
}

.writtingProcessBox img {
  display: block;
}

.processDesc h3 span,
.processDesc h3 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 108.5%;
  color: #231F20;
  padding-bottom: 15px;
  /* padding-top: 5px; */
}

.processDesc h3 span {
  font-size: 17px;
  color: #235F8C;
}

.processDesc span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 164.5%;
  color: #575E62;
}

.writtingProcessSection .processStrong {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 108.5%;
  color: #231F20;
  padding-bottom: 15px;
}

/*************** FAQS *******************/
.faqSection {
  /* background-image: url(../images/faq.svg); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0;
  overflow: hidden;
}

.faqSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 142.5%;
  text-align: center;
  color: #231F20;
  max-width: 845px;
  width: 100%;
  margin: 0px auto 19px;

}

.faqDesc {
  max-width: 909px;
  width: 100%;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
  margin: auto;
}

.faqWraper {
  display: flex;
  column-gap: 14px;
  row-gap: 14px;
  width: 100%;
  padding-top: 60px;
  align-items: self-start;
}

.faqWraper .col-cstm {
  max-width: 578px;
  width: 100%;
}

.faq-card {
  background: #FFFFFF;
  border: 1px solid rgba(35, 63, 140, 0.24);
  border-radius: 12.341px;
  max-width: 578px;
  width: 100%;
}

.faq-card.show,
.faq-card:hover {
  border: 1px solid rgba(76, 174, 255, 0.24);
}

.faq-accord-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px 18px;
  cursor: pointer;

}

.faq-accord-card-head h3 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #231F20;
  padding-right: 13px;
}

.faq-icon {
  display: flex;
  width: 18px;
  height: 18px;
  background: url(../svg/faqsvg-db-7.svg);
  flex: 0 0 18px;
}

.faq-accord-card-body {
  padding: 0 20px 30px;
}

.faq-accord-card-body p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 164.5%;
  color: #213D56;
}

.faqWraper .col-cstm .faq-card+.faq-card {
  margin-top: 14px;
}

.faq-card:hover .faq-accord-card-head h3,
.faq-card.show .faq-accord-card-head h3 {
  color:  #05ada3;;
  fill:  #05ada3;
}

.faq-card:hover .faq-icon,
.faq-card.show .faq-icon {
  background: url(../svg/mew-faqsvg-lb.svg)
}

.faq-card.show .faq-accord-card-head .faq-icon {
  transform: rotate(135deg);
}


/* ********* No Risk Section ******* */
.noRiskSection {
  padding: 46px 0;

}

.noRiskSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 142.5%;
  text-align: center;
  color: #213D56;
  max-width: 891px;
  width: 100%;
  margin: 0 auto 12px;
}

.noRiskDesc {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 164.5%;
  text-align: center;
  color: #546B8E;
}

.noRiskWrapper {
  display: flex;
  margin: 60px 0 50px;
  column-gap: 66px;
  justify-content: center;
}

.noRiskItem {
  max-width: 341px;
  width: 100%;
  text-align: center;
}

.noRiskItem-icon img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.noRiskItem-icon {
  display: block;
  margin-bottom: 17px;
}

.noRiskItem h3 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 164.5%;
  color: #213D56;
  margin-bottom: 4px;
}

.noRiskItem p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 164.5%;
  text-align: center;
  color: #546B8E;
}



.noRiskSection .noRiskBtn {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  text-align: center;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 164.5%;
  color: #05ada3;
  display: block;
  border: 1px solid #05ada3;
  border-radius: 3.526px;
  max-width: 185px;
  width: 100%;
  margin: 40px auto 0;
}

.noRiskSection .noRiskBtn:hover {
  background-color: #05ADA3;
  color: #fff;
}

/* ************ [similarServiceSection] ************** */
.similarServiceSection {
  padding: 102px 0 82px;
  position: relative;
  overflow: hidden;
}

.similarServiceSection::before,
.similarServiceSection::after {
  position: absolute;
  content: '';
  width: 65px;
  height: 65px;
  background-image: url(../svg/mew-bookgroup.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.similarServiceSection::before {
  right: 196px;
  z-index: -1;
  top: 52px;
  transform: rotate(6deg);
}

.similarServiceSection::after {
  z-index: -1;
  bottom: 125px;
  left: 75px;
  transform: rotate(6deg);
}

.similarServiceSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
  color: #231F20;
  margin-bottom: 19px;
}

.similarServiceSection p.similardesc {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;

}

.similarServiceSection .comprehensiveWrapper {
  position: relative;
  padding-top: 40px;
}

.similarServiceSection .comprehesnsiveSwiper {
  max-width: 1056px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}

.similarServiceSection .comprehensiveCard {
  background: radial-gradient(50% 50% at 50% 50%, #466BD1 0%, #05ada3 100%);
  border-radius: 6px;
  padding: 36px 14px 33px;
  display: block;
  transition: all .3s ease-in;
  min-height: 199px;
}

.similarServiceSection .comprehensiveCard:hover {
  transform: scale(1.05);
}

.similarServiceSection .comprehensiveIcon {
  display: flex;
  justify-content: left;
  padding-bottom: 16px;
}

.similarServiceSection .comprehensiveBody p strong,
.similarServiceSection .comprehensiveBody p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}

.similarServiceSection .comprehensiveBody p strong {
  font-weight: 900;
  font-size: 28px;
}

.similarServiceSection .rangeOFServices .comprOreder {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  text-align: center;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 164.5%;
  color: #05ada3;
  display: block;
  border: 1px solid #05ada3;
  border-radius: 3.526px;
  max-width: 220px;
  width: 100%;
  margin: 40px auto 0;
}

.similarServiceSection .rangeOFServices .comprOreder:hover {
  background-color: #05ADA3;
  color: #fff;
}

.similarServiceSection .comprehensiveControls {
  position: absolute;
  width: 100%;
  top: 67%;
  transform: translateY(-50%);
}

.similarServiceSection .comprehensiveControls .swiper-button-next,
.similarServiceSection .comprehensiveControls .swiper-button-prev {
  width: 19px;
  height: 19px;
}

.similarServiceSection .comprehensiveControls .swiper-button-next:after,
.similarServiceSection .comprehensiveControls .swiper-container-rtl .swiper-button-prev:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

.similarServiceSection .comprehensiveControls .swiper-button-prev:after,
.similarServiceSection .comprehensiveControls .swiper-container-rtl .swiper-button-next:after {
  font-size: 19px;
  color: #05ada3;
  font-weight: 600;
}

/* *********** concluisonSection *************** */
.concluisonSection {
  padding: 60px 0;
  /* background-image: url(../images/conBG.svg); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.concluisonWrapper {
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
}

.concluisonSection p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
}

.concluisonSection p a {
  color: #4CAEFF;
  text-decoration: underline;
}

.concluisonSection p a:hover {
  color: #1276ce;
  text-decoration: underline;
}

.essayExampleWrapper {
  border-top: 1px solid #A3A7AC;
  border-bottom: 1px solid #A3A7AC;
  position: relative;
  max-height: 598px;
  overflow-y: auto;
}

.essayExampleContent {
  padding: 40px 56px;
  position: relative;
}

.essayExampleContent strong {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 142.5%;
  text-transform: uppercase;
  color: #878A90;
}

.essayExampleContent table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.essayExampleContent table th,
.essayExampleContent table td {
  padding: 10px;
  border: 1px solid #000;
  /* font-family: 'EuclidCircularA'; */
  font-weight: 400;
  color: #1E2532;
  opacity: 0.98;
  font-size: 17px;
}


.essayExampleContent ul li,
.essayExampleContent p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 180.5%;
  color: #546B8E;
  margin-bottom: 18px;
}

.essayExampleContent p strong,
.essayExampleContent ul li strong {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #546B8E;
  text-transform: unset;
}

.essayExampleContent ul {
  padding-left: 20px;
}

.essayExampleContent table td p {
  font-size: 14px;
  margin-bottom: 0px;
}

.essayExampleContent table th p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.tableResponsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.essayExampleContent h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 142.5%;
  color: #213D56;
  margin: 14px 0 36px;
}

.essayExampleContent h3 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 142.5%;
  color: #213D56;
  margin: 14px 0 36px;
}

/* width */
.essayExampleWrapper::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.essayExampleWrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.essayExampleWrapper::-webkit-scrollbar-thumb {
  background: #E3E3E3;
}

.topWrapperSec {
  background: #FBFCFF;
}

a.newlogOutBtn {
  border: 1px solid #013046;
  color: #013046;
}

.user-info svg path {
  fill: #013046;
}

.comprehensiveBody span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 28px;
  line-height: 35px;
  display: block;
  color: #FFFFFF;
}

.seoContentControl {
  display: none;
}

/* ******** Suppor Section */
.supportSection {
  padding: 46px 0;
  background-image: url(../webp/mew-noriskbg.webp);
  background-position: center;
  background-size: cover;
}

.supportSection h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 142.5%;
  text-align: center;
  color: #213D56;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.supportContent h3 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 164.5%;
  color: #213D56;
  margin-bottom: 8px;
}

.supportContent p a,
.supportContent p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 164.5%;
  color: #546B8E;
}

.supportContent p a.hereChat {
  color: #05ada3;
  text-decoration: underline;
  font-weight: 500;
}

.supportWrapper {
  display: flex;
  justify-content: space-between;
  max-width: 988px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.supportItem {
  display: flex;
  column-gap: 28px;
  max-width: 306px;
  width: 100%;
}


/* ************ Cta Section ************* */
.ctaSection {
  padding: 100px 0;
}

.ctaWrapper {
  position: relative;
  background: radial-gradient(84.99% 55.12% at 50.00% 44.88%, #24C7BD 0%, #046761 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  column-gap: 42px;
  padding: 42px 85px;
}

.ctaWrapper::after {
  content: '';
  background-image: url(../svg/mew-educ.svg);
  position: absolute;
  z-index: 11;
  max-width: 200px;
  width: 100%;
  max-height: 150px;
  background-size: cover;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.3;
  background-size: 100%;
  background-repeat: no-repeat;
}

.ctaContent {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 42px 9px 42px;
}

.ctaIcon span {
  display: block;

}

.ctaContent p {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 142.5%;
  color: #FFFFFF;
  padding-bottom: 7px;
}

.ctaContent span {
  display: block;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 142.5%;
  color: #FFFFFF;
  padding-bottom: 32px;
}



.ctaContent.withhead h2 {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 142.5%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.ctaContent.withhead span {
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 142.5%;
  color: #FFFFFF;
  display: block;
}

.ctaButton {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  max-width: 160px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 7px 0;
  /* font-family: 'EuclidCircularA'; */
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #05ada3;
  transition: 0.3s ease all;

}

.ctaButton:hover {
transform: scale(1.1);
}

.ctaWrapper.withhead {
  padding-right: 44px;
}


/* ******************** Responsive ******************* */
@media(max-width:1367px) {
  section.banner__Section {
    padding: 82px 0 87px;
    /* background-image: url(../images/bannerGirl.webp), url(../images/bannerBg.webp); */
    /* background-repeat: no-repeat, no-repeat;
    background-position: 100% 100%, top left;
    background-size: auto, 100%; */
  }
}

@media(max-width:1200px) {
  .serviceList {
    max-width: 777px;
  }

  .serviceItem {
    padding: 8px 21px 8px 8px;
    gap: 8px;
  }

  section.banner__Section {
    background-position: 100% 100%, top left;
    background-size: 38%, cover;
    padding: 112px 0 130px;
  }

  .banner__Specs__Wrapper::before {
    content: unset;
  }

  .orderStep__section::before {
    top: 30px;
  }

  .testimonialControls .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 21px;
  }

  .testimonialControls .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 21px;
  }

  .expertsSwiper {
    max-width: 1033px;
  }

  .reviewTitleArea h2 {
    max-width: 65%;
    font-size: 42px;
  }

  .noRiskDesc {
    font-size: 16px;
  }

  .noRiskItem h3 {
    font-size: 20px;
  }

  .noRiskItem p {
    font-size: 15px;
  }

}

@media (max-width: 992px) {
  section.banner__Section {
    background-image: url(../bannerbg.html);
    background-size: 100% 100%;
    background-position: 0 0;
  }

  .servicesWrapper {
    row-gap: 40px;
    flex-direction: column-reverse;
  }

  .serviceList {
    border: 1px solid #fff;
    border-radius: 26px;
    position: relative;
    transition: 0.5s all ease-in;
  }

  .banner__Wrapper .sec_head {
    font-size: 35px;
  }

  header.mpw-navbar .nav-toggel svg path {
    fill: #000;
  }

  header.mpw-navbar.fixed-header .nav-toggel svg path {
    fill: #fff;
  }

  header.mpw-navbar.fixed-header .siteLogo.logo-bg,
  header.mpw-navbar .siteLogo.logo-white {
    display: block !important;
  }

  header.mpw-navbar.fixed-header .siteLogo.logo-white,
  header.mpw-navbar .siteLogo.logo-bg {
    display: none !important;
  }

  header.mpw-navbar nav .m-order {

    position: relative;

    background-color: #05ADA3;

    display: block;

    padding: 6px 15px;

    border-radius: 8px;

    color: #fff;

    font-size: 16px;

    line-height: 17px;

    margin-left: auto;

    margin-right: 15px
  }

  header.mpw-navbar.fixed-header nav .m-order {
    position: relative;
    background-color: transparent;
    display: block;
    padding: 6px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    line-height: 17px;
    margin-left: auto;
    margin-right: 15px;
  }

  header.mpw-navbar .navBtnWhite {
    display: none;
  }

  header.mpw-navbar .navBtnDefault {
    display: block;
  }

  header.mpw-navbar.fixed-header .navBtnWhite {
    display: block;
  }

  header.mpw-navbar.fixed-header .navBtnDefault {
    display: none;
  }
}

@media (max-width: 767px) {

  .banner__Wrapper .sec_head {
    font-size: 33px;
  }

  .reviewText {

    font-size: 14px;

  }

  .testimonialCard {
    max-width: 90%;
    margin: 0 auto;
    min-height: 365px;
    padding: 22px 16px 15px;
  }

  .sampleCard {
    box-shadow: 0px 4px 19px rgb(140 140 140 / 15%);
  }

  .infowrap {
    max-width: 100%;
    width: 100%;
    flex: unset;
  }

  .contentItem .infoDesc {

    font-size: 13px;

  }

  .unilogo {

    max-width: 165px;
    margin: 0 auto;
  }

  .contentItem .infoHead {
    font-size: 13px;
    max-width: 116px;
    width: 100%;
  }
  .service-wraper {
    width: 100%;
    max-width: 275px;
    margin-bottom: 25px;
}
.service-icon img {
  max-width: 44px;
  max-height: 44px;
}
.service-content .bold-text {
  padding-bottom: 8px;
  font-size: 22px;
  line-height: 23px;
}
.service-content .light-text {
  font-size: 16px;
  line-height: 18px;
}
}

@media(max-width:575px) {
  .tews-services {
    padding-left: 40px;
  }
  .service-wraper {
    align-items: baseline;
}
.service-icon {
  width: 10px;
  height: 10px;
  background-color: #05ADA3;
}
.includeCal, .service-icon img {
  display: none;
}
  .banner__Wrapper .sec_head {
    max-width: 100%;
    padding: 0 42px;
  }

  .serviceList {
    height: 54px;
    transition: height 0.3s ease-out;
    position: relative;
    padding-right: 35px;
    gap: 4px 18px;
    /* overflow: hidden; */
  }

  .secHead {
    font-size: 29px;
    line-height: 38px;
  }

  .serviceList.show {
    height: 301px;
    overflow-y: scroll;
  }

  .serviceList .serviceItem {
    visibility: hidden;
  }

  .serviceList.show .serviceItem {
    visibility: visible;
  }

  .serviceList .serviceItem.active {
    visibility: visible;
  }


  .serviceACord-icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 19.5px;
  }

  .serviceList.show .serviceACord-icon svg path {
    fill: #4CAEFF;
  }

  .itemBox {
    width: 35px;
    height: 35px;
  }


  .descWrapper p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 28px;
  }

  .serviceItem {
    border: unset;
  }


  .skelImg {
    max-width: 513px;
    min-height: 288px;
  }

  .sampleDetail p {
    min-height: unset;
  }

  .swiper-controls,
  .expertControls,
  .testimonialControls,
  .sampleControls {
    display: none;
  }

  .similarServiceSection h2,
  .writtingProcessSection h2,
  .ecnomicsSection h2,
  .testimonialSection h2,
  .essayCost h2,
  .sampleEcnomicsSection h2,
  .orderStep__section h2,
  .service__section h2,
  .banner__Specs__Wrapper h2 {
    font-size: 27px;
    line-height: 142.5%;
    margin-bottom: 14px;
  }

  .similarServiceSection p.similardesc,
  .ecnomicsSection p.ecoDesc,
  .testimonialSection p.testDesc,
  .essayCostDesc,
  .sampleDesc,
  .orderStep__section p.orderDesc,
  .service__section p.servDesc,
  .banner__Specs__Wrapper .spec_para {
    font-size: 16px;
    line-height: 164.5%;
  }

  .ecnomicsSection,
  .essayCost,
  .ourExperts,
  .service__section {
    padding: 40px 0;
  }

  .similarServiceSection .comprehensiveWrapper,
  .faqWraper,
  .writtingProcessWrapper,
  .ecnomicsWrapper,
  .toDeliveryWrapper,
  .service__Wrapper {
    padding-top: 40px;
  }

  .faqWraper{
    margin-top: 0;
  }

  .similarServiceSection,
  .writtingProcessSection,
  .testimonialSection,
  .sampleEcnomicsSection,
  .orderStep__section {
    padding: 70px 0;
  }

  section.banner__Section {
    background-image: url(../svg/mew-mob-bg.svg);
    background-size: cover;
    padding: 50px 0 60px;
    background-position: 0 0;
  }

  .banner__Wrapper .sec_head {
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
  }

  .banner__desc {
    font-size: 16px;
    line-height: 150%;
    color: #231F20;
    padding-top: 4px;
    text-align: center;
    height: 115px;
  }

  .banner__Specs__Wrapper::before {
    content: unset;
  }

  .banner__order {
    margin: 0 auto;
    font-size: 16px;
    line-height: 150%;
    padding: 11px 0;
    max-width: 200px;
  }

  .ratingBox::before {
    content: unset;
  }

  .ratingsWrapper {

    flex-direction: column;
    row-gap: 16px;
    margin-top: 40px;
  }

  .ratingBox {
    max-width: 164px;
    margin: 0 auto;
  }

  /* .banner__Specs{
    overflow: hidden;
  } */
  .banner__Specs__Wrapper {
    margin-top: -69px;
    border-radius: 20px;

  }

  .banner__Specs__Wrapper .spec_para {
    padding: 0;
    padding: 10px;
  }

  .banner__Specs__Wrapper h2 {
    padding: 0 10px;
  }

  .inner__wrapper {
    padding-top: 28px;
  }

  .spec__Card {
    max-width: 90%;
    margin: 0 auto;
    min-height: 320px;
  }

  .spec__Desc p {
    font-size: 16px;
    padding-top: 30px;
  }

  .bannerSpecSlider {
    padding: 11px 0 55px;
  }

  .bannerSpecSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #05ADA3;
  }

  .bannerSpecSlider .swiper-pagination-bullet {
    background: rgba(35, 63, 140, 0.18);
    width: 8px;
    height: 8px;
  }

  .banner__Specs__Wrapper {
    padding: 41px 0 29px;
  }


  .singleService {
    max-width: 100%;
    width: 100%;
  }

  .service__Wrapper {
    row-gap: 30px;
  }

  .serviceIcon img {
    width: 26px;
    height: 26px;
  }

  .orderStep__section {
    padding: 70px 0;
  }



  .orderStep__section::before {
    right: 7px;
    z-index: -1;
    top: 14px;
    transform: rotate(6deg);
  }

  .toDeliveryWrapper {
    flex-direction: column-reverse;
    padding-bottom: 8px;
  }

  .deliverySteps {
    padding-top: 22px;
  }

  .StepBox {
    display: flex;
    column-gap: 15px;
    padding: 15px;
    margin-bottom: 12px;
  }

  .StepBox span svg {
    width: 26px;
    height: 26px;
  }

  .StepBox p {
    font-size: 16px;
  }

  .orderBtn {
    padding: 10px 0;
    font-size: 16px;
    max-width: 265px;
  }

  .ourExperts h2 {
    font-size: 27px;
  }

  .experCard {

    /* min-height: 522px; */
    min-height: 413px;

  }

  .ourExperts .experts-desc {
    font-size: 16px;
    max-width: 95%;
  }

  .sampleEcnomicsSection {
    padding-bottom: 30px;
  }

  .sampleEcnomicsSection h2 {
    font-size: 27px;
  }

  .sampleDesc {

    max-width: 90%;
    margin: 0 auto
  }

  .sampleCardLeft {
    background: #fff;
  }

  .sampleCardLeft img {
    display: none;
  }

  .sampleCard {
    flex-direction: column;
    max-width: 90%;
    min-height: 643px;
    background: #F8FCFF;
  }

  .sampleCard:hover {
    border: unset;
  }

  .sampleCardLeft img {
    width: 100%;
  }

  .sampleCardLeft,
  .sampleCardRight {

    padding: 24px 16px;

  }

  .sampleCardLeft {
    padding: 24px 16px 41px;
  }

  .sampleHead p {
    font-size: 15px;
  }

  .sampleControls .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }

  .sampleControls .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  .sampleDetail p {

    display: block;

    margin-bottom: 16px;
  }

  .costWrapper {
    row-gap: 28px;
    flex-direction: column;
    padding-top: 28px;
  }

  .costWrapper .select2-container,
  .costIncludes,
  .costCalculator {
    max-width: 100%;
    width: 100%;
  }

  .costIncludes::before,
  .costCalculator::before {
    content: unset;
  }

  .serviceGuarantee {
    flex-direction: column;
    padding-top: 28px;
  }

  .serviceGuarantee p {
    font-size: 28px;
    text-align: center;
  }

  .addonsWrapperSec p.addHead {
    font-size: 27px;
    max-width: 100%;
  }

  .testimonialSection {
    padding-bottom: 20px;
  }


  .testimonialWrapper .swiper-slide.swiper-slide-active .testimonialCard {
    position: relative;
    transform: unset;
  }

  .testimonialCard {
    max-width: 90%;
    margin: 0 auto;

  }

  .unilogo img {
    max-width: 186px;
    min-height: 93px;

  }

  .swiper-slide-active .reviewText {
    max-height: 160px;

  }

  .testimonialWrapper .testimonialslider {
    padding: 47px 0 70px;
  }

  .testimonialWrapper .swiper-pagination-bullet {
    background: rgba(35, 63, 140, 0.18);
    width: 7px;
    height: 7px;
  }

  .testimonialWrapper .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 28px;
  }

  .testimonialCard {
    box-shadow: 0px 3.26964px 18.0446px rgb(81 81 81 / 15%);
  }

  .wrapDetails {
    align-items: start;
    flex-direction: column;
    row-gap: 10px;
  }

  .ecnomicsSection p.ecoDesc {
    max-width: 909px;
    width: 100%;
    margin: 0 auto;
  }

  .ecnomicsWrapper {
    row-gap: 18px;
  }

  .writtingProcessSection {
    padding: 60px 0;
  }

  .writtingProcessSection::after {

    bottom: 195px;
    width: 50px;
    height: 50px;
  }


  .writingProcessBox {
    max-width: 100%;
    width: 100%;
    column-gap: 14px
  }

  .writingProcessBox img {
    width: 30px;
    height: 25px;
    display: block;
  }

  .processDesc p span,
  .processDesc p {
    font-size: 16px;
    padding-bottom: 12px;
  }

  .processDesc span {
    font-size: 15px;
  }

  .faqSection h2 {
    font-size: 27px;
    margin-bottom: 14px;
  }

  .faqDesc {
    font-size: 16px;
  }

  .faqWraper {
    flex-direction: column;
  }

  .faq-accord-card-head h3 {
    font-size: 16px;
  }

  .faq-accord-card-body p {
    font-size: 15px;
  }

  .faq-accord-card-head {
    padding: 14px 16px 14px;
  }

  .faq-icon {
    width: 14px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 16px;
  }

  .similarServiceSection::before {
    right: 0px;
    top: 21px;
  }

  .sampleEco-pagination,
  .experts-pagination,
  .comprehesnsive-pagination {
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    display: block;
    position: static;
    column-gap: 5px;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .sampleEco-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .similarServiceSection .comprehensiveCard:hover {
    transform: unset;
  }

  .similarServiceSection .comprehesnsiveSwiper {
    padding-bottom: 0;
  }

  .sampleEco-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .experts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .comprehesnsive-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #05ADA3;
  }

  .sampleEco-pagination .swiper-pagination-bullet,
  .experts-pagination .swiper-pagination-bullet,
  .comprehesnsive-pagination .swiper-pagination-bullet {
    background-color: #B8CAE4;
    width: 9px;
    height: 9px;
  }

  .similarServiceSection .comprehensiveBody p strong,
  .similarServiceSection .comprehensiveBody p {
    font-size: 21px;
  }

  .concluisonSection {
    padding: 45px 0;
  }

  .similarServiceSection .comprehensiveControls {
    display: none;
  }

  .essayExampleContent ul li,
  .essayExampleContent p {
    font-size: 16px;
    line-height: 170.5%;
    margin-bottom: 15px;
  }

  .essayExampleContent h2 {
    font-size: 24px;
    margin: 14px 0 16px;
  }

  .essayExampleContent {
    padding: 30px 16px;
    position: relative;
  }

  .essayExampleContent p strong,
  .essayExampleContent ul li strong {
    font-size: 16px;
    line-height: 170.5%;
    margin-bottom: 15px;
  }

  .essayExampleWrapper {
    max-height: 500px;
  }

  .seoContentControl {
    flex-direction: column;
    display: flex;
    max-width: 45px;
    width: 100%;
    flex: 0 0 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }

  .seowraper {
    display: flex;
    column-gap: 10px;
  }

  .seoContentControl .arrowDown,
  .seoContentControl .arrowUp {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #05ADA366;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
  }

  .seoContentControl .arrowDown img,
  .seoContentControl .arrowUp img {

    width: 15px;
    height: 17px;

  }

  .justify_center {
    justify-content: start;
  }

  .comprehensiveBody span {
    font-size: 20px;
  }

  .review-controls {
    display: none;
  }
  .noRiskSection{
    padding: 46px 0 0;
  }
}

@media (max-width:450px) {
  .reviewTitleArea {
    padding: 40px 0 26px;
  }

  .reviewTitleArea h2 {
    font-size: 27px;
    max-width: 100%;
  }

  .ratingName p {
    font-size: 20px;
  }

  .rev-inner {
    flex-direction: column;
    row-gap: 14px;
    margin: 0 auto 24px;
  }

  .reviweRatingWrapper {
    max-width: 269px;
    width: 100%;
    margin: 26px auto 0;
  }

  .ratingNum {
    padding-right: 12px;
    font-size: 28px;
  }

  .ratStarIcon svg {
    width: 163px;
    height: 28px;
  }

  .reviewSliderSection .ratingBox {
    padding: 7px 50px 7px 22px;
  }

  .mpw-pagination,
  .siteJabber-pagination,
  .trustPilot-pagination {
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    display: block;
    position: static;
    column-gap: 5px;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .mpw-pagination .swiper-pagination-bullet,
  .siteJabber-pagination .swiper-pagination-bullet,
  .trustPilot-pagination .swiper-pagination-bullet {
    background-color: #B8CAE4;
    width: 9px;
    height: 9px;
  }

  .mpw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .siteJabber-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .trustPilot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #05ADA3;
  }

  .ratingBoxIcon span {
    width: 34px;
  }

  .reviewSliderSection .ratingBox {
    max-width: 100%;
    margin: 0;
  }

  .noRiskSection h2 {
    font-size: 27px;
    max-width: 90%;
    margin: 0 auto 14px;
  }

  .noRiskWrapper {
    flex-direction: column;
    row-gap: 26px;
    align-items: center;
    margin: 40px 0 20px;
  }

  .noRiskItem p {
    font-size: 15px;
  }

  .supportSection {
    padding: 40px 0;
  }

  .supportSection h2 {
    font-size: 27px;
    max-width: 100%;
  }

  .supportWrapper {
    flex-direction: column;
    row-gap: 24px;
    margin-top: 40px;
    column-gap: 18px;
  }

  .supportItem {
    max-width: 100%;
    align-items: flex-start;
  }

  .supportContent h3 {
    font-size: 18px;
    line-height: 100%;
  }

  .supportContent p a,
  .supportContent p {
    font-size: 16px;
  }

  .ctaSection {
    padding: 70px 0;
  }

  .ctaWrapper.withhead {
    padding: 40px 15px;
  }

  .ctaWrapper {
    flex-direction: column;
    border-radius: 0;
  }

  .ctaWrapper::after {
    max-width: 132px;
    max-height: 97px;
  }

  .ctaIcon span {
    display: block;
    margin: 0 auto 34px;
  }

  .ctaIcon span svg {
    width: 104px;
    height: 104px;
  }

  .ctaContent.withhead {
    padding: 0;
    padding-top: 34px;
    flex-direction: column;
    align-items: unset;
  }


  .ctaContent:before {
    position: absolute;
    content: '';
    width: 246px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
  }

  .ctaContent.withhead p {
    font-size: 27px;
    padding-bottom: 32px;
  }

  .ctaContent.withhead h2 {
    font-size: 27px;
    padding-bottom: 32px;
  }

  .ctaContent.withhead span {
    font-size: 14px;
  }

  .ctaButton {
    font-size: 16px;
    padding: 11px 0;
  }

  .ctaWrapper::after {
    max-width: 132px;
    max-height: 97px;
  }

  .ctaSection .container {
    padding: 0;
  }

  .ctaContent {
    border-left: none;
  }
}

@media (max-width:414px) {

  .similarServiceSection .comprehensiveBody p strong,
  .similarServiceSection .comprehensiveBody p {
    font-size: 25px;
  }

  .sampleCard {
    min-height: 751px;
  }

  .swiper-slide-active .reviewText {
    max-height: 189px;
  }

  .skelImg {
    max-width: 352px;
    min-height: 198px;
  }
}

@media (max-width:375px) {
  .banner__Wrapper .sec_head {
    max-width: 100%;
    padding: 0 16px;
  }

  .banner__desc {
    font-size: 16px;
    line-height: 150%;
    color: #231F20;
    padding-top: 4px;
    text-align: center;
    height: 140px;
  }

  .similarServiceSection .comprehensiveBody p strong,
  .similarServiceSection .comprehensiveBody p {
    font-size: 21px;
  }

  .skelImg {
    max-width: 298px;
    min-height: 167px;
  }
}
@media (max-width:320px) {
  .banner__Wrapper .sec_head {
    max-width: 100%;
    padding: 0;
    font-size: 26px;
  }

  .banner__desc {
    font-size: 15px;
    line-height: 150%;
    color: #231F20;
    padding-top: 4px;
    text-align: center;
    height: 135px;
  }

  .similarServiceSection .comprehensiveBody p strong,
  .similarServiceSection .comprehensiveBody p {
    font-size: 21px;
  }

  .skelImg {
    max-width: 298px;
    min-height: 167px;
  }
}