.aiHead.bannerHead.bannerSec{
    margin: 0;
}
.aiHead.bannerHead {
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.aiHead h1 {
    font-family: Inter;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    color: #fff;
}
.aiHead p {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.95px;
    color: #9fa7af;
}
.form-wrapper {
    max-width: 941px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    align-items: flex-end;
}
.aiHead.bannerHead .generateEssayform {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 13px;
    align-items: center;
    max-width: 941px;
    margin: 31px auto 0;
}
.aiHead .offTextBanner {
    font-size: 12px;
    font-weight: 700;
    line-height: 70%;
    color: #fff;
    max-width: 192px;
    animation: 1.2s linear infinite blink;
    width: 100%;
    text-align: center;
    margin-right: -4px;
}
@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
.generateEssayform .inputGroup {
    flex: 1;
    position: relative;
}
.inputGroup.flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.aiHead.bannerHead .inputGroup input {
    background: #270d2c38;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.03px;
    text-align: left;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    border-right: none;
    border-radius: 6px 0 0 6px;
    outline: 0;
}
.generateEssayform .generate-essay-processing, .generateEssayform .generateEssayBtn {
    background: #3c2139;
    border: 1px solid #fff;
    max-width: 185px;
    border-left: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 22.61px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    width: 100%;
    height: 48px;
    display: flex;
    outline: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#genText {
    text-decoration: underline;
}
.hireWriter {
    display: flex
;
    align-items: center;
    column-gap: 14px;
}
.hireWriter span {
    color: #9fa7af;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.62px;
}
.hireWriter a {
    background: linear-gradient(265.4deg, #1e43ff -20.86%, #b318ff 95.76%);
    border-radius: 5px;
    color: #fff;
    max-width: 190px;
    flex: 0 0 190px;
    width: 100%;
    height: 48px;
    display: flex
;
    outline: 0;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    line-height: 22.61px;
    z-index: 11;
}
.hireWriter a:hover {
    background: linear-gradient(265.66deg, #516eff -8.28%, #b44dff 95.98%);
    text-decoration: unset;
}
.bannerSec {
    
  background: #060606 linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.05) 20.77%, rgba(188, 56, 38, 0.17) 61.51%, rgba(142, 29, 255, 0.26) 90.01%, rgba(0, 71, 255, 0.51) 120.37%);
  position: relative;
}

.bannerSec.vectorBg::before {
  position: absolute;
  content: '';
  width: 519px;
  height: 767px;
  background-image: url(../images/banner_bg_wave_new.svg);
  top: 0;
  right: 0;
}

.bannerWrapper {
  padding: 160px 0;
  text-align: center;
  position: relative;
}

.bannerWrapper h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120.19%;
  color: #FFFFFF;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.bannerWrapper p {
  font-size: 20px;
  line-height: 159.7%;
  color: #FFFFFF;
  margin: 20px auto 50px;
  max-width: fit-content;
  width: 100%;
}

.gradientBtn {
  margin-top: 30px;

}

.gradientBtn button {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  background: #FFFFFF;
  border-radius: 100px;
  position: relative;
  max-width: 235px;
  margin: 0 auto;
  transition: all ease .1s;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: left;
  appearance: none;
  outline: none;
  cursor: pointer;
  border: none;
}

.gradientBtn button .anchorText::after {
  content: '';
  background-image: url(../../images/btnTextRightArrow.svg);
  position: relative;
  width: 18px;
  height: 17px;
  left: 6px;
  top: 3px;
  display: inline-block;
}

.gradientBtn button:hover .anchorText::after {
  filter: brightness(0) invert(1) grayscale(1);
}

.gradientBtn button:hover {
  background: linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%);
}

.gradientBtn button:hover .anchorText {
  color: #fff;
}

.gradientBtn button:hover svg path {
  fill: #fff;
}

.gradientBtn {
  padding: 2px;
  background: linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%);
  border-radius: 100px;
  display: inline-block;
}

.gradientBtn button svg path {
  transition: all ease .1s;
}

.gradientBtn button .anchorText {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #121826;
  transition: all ease .1s;
}
 
 
.allNotifications {
  display: flex;
  list-style: none;
  gap: 75px;
  white-space: nowrap;
  animation: animateText 30s linear infinite;
}

.first .allNotifications {
  animation: animateTextFirst 30s linear 1;
}

.allNotifications li {
  font-size: 16px;
  line-height: 120.19%;
  text-align: center;
  color: #000000;
  position: relative;
}

@keyframes animateText {
  from {
    transform: translateX(80%);
  }

  to {
    transform: translateX(-125%);
  }
}

@keyframes animateTextFirst {
  from {
    transform: translateX(30%);
  }

  to {
    transform: translateX(-155%);
  }
}

@keyframes animateTextStandards {
  from {
    transform: translateX(50%);
  }

  to {
    transform: translateX(-125%);
  }
}

.blueCTA {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border: 2px solid transparent;
  border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%), #FFFFFF;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  max-width: max-content;
  min-width: 184px;
  justify-content: center;
  position: relative;
  transition: all ease .1s;
  overflow: hidden;
  margin:0 auto;
}

.blueCTA .btnText {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #121826;
  z-index: 2;
  position: relative;
}

.blueCTA .btnText::after {
  content: '';
  background-image: url(../../images/btnTextRightArrow.svg);
  position: relative;
  width: 18px;
  height: 17px;
  left: 6px;
  top: 3px;
  display: inline-block;
}

.blueCTA:hover .btnText::after {
  filter: brightness(0) invert(1) grayscale(1);
}

.blueCTA:hover {
  background: linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%), #FFFFFF;
  border-radius: 100px !important;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;

}

.blueCTA:hover .btnText {
  color: #ffffff;
}



.howItWorksSec {
  padding: 70px 0 90px;
  background: #FBFCFF;
}

.stepsWrapper {
  margin: 70px auto 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allStepTabs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.singleTab {
  padding: 36px 17px 20px;
  border: 2px solid #eaeef1;
  background: #ffffff;
  border-radius: 15px;
  max-width: 389px;
  color: #000;
  position: relative;
  transition: all ease .1s;
}

.singleTab:hover .stepNum,
.singleTab:hover {
  border-color: #deeaf3;
}

.singleTab .stepNum {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  line-height: 148.19%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121826;
  background: #ffffff;
  border: 2px solid #eaeef1;
  border-radius: 50%;
  left: 12px;
  top: -18px;
}

.stepType {
  font-weight: 600;
  font-size: 18px;
  line-height: 148.19%;
  color: #121826;
  margin-bottom: 10px;
}

.stepHead {
  font-weight: 600;
  margin-bottom: 5px;
}

.stepDesc {
  font-size: 14px;
  line-height: 159.7%;
  color: #121826;
}

.singleTab.active {
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(to right, white, white), linear-gradient(94.55deg, #FF51D7 -9.2%, #FF4848 21.42%, #6248FF 50.94%, #1862FF 95.77%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.singleTab.active::before {
  content: '';
  background: #F7F5FF;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 18px;
}

.singleTab.active .stepType,
.singleTab.active .stepDesc {
  color: #121826;
}

.singleTab.active .stepNum {
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(to right, white, white), linear-gradient(94.55deg, #FF51D7 -9.2%, #FF4848 21.42%, #6248FF 50.94%, #1862FF 95.77%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.howItWorksSec a.blueCTA {
  margin: 32px auto 0;
  display: flex;
  gap: 6px;
  align-items: center;
}

.howItWorksSec a.blueCTA:hover svg path {
  fill: #fff;
}

.testimonialsSec .blueCTA {
  margin: 50px auto 0;
}

.centerHead {
  text-transform: capitalize;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
  color: #121826;
}

.centerHead.small {
  margin-bottom: 52px;
}

.mainConWrapper {
  padding: 50px 36px;
  background: #FFFFFF;
  border: 1px solid #D4DDE5;
  box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.25);
  border-radius: 25px;
}

ol.noStyle {
  list-style: none;
}

.mainConWrapper ul{
  padding-left: 40px;
}

.mainConWrapper p,
.mainConWrapper li {
  font-size: 15px;
  line-height: 159.7%;
  color: #3F3F3F;
  margin-top: 12px;
  text-align: left;
}
.mainConWrapper a{
  color: #2347fe;
}
.mainConWrapper a:hover{
  text-decoration: underline;
}
.ctaWrapper {
  padding: 30px 105px;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(94.55deg, #FF51D7 -9.2%, #FF4848 21.42%, #6248FF 50.94%, #1862FF 95.77%), #FFFFFF;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 15px;
  max-width: 927px;
  position: relative;
  overflow: visible;
  margin: 0 auto;
  z-index: 1;
}

.ctaSec {
  position: relative;
  margin: 120px auto 80px;
  text-align: center;
  overflow: visible;
  max-width: max-content;
}

.ctaSec::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 9px;
  max-width: 927px;
  width: 100%;
  height: 100%;
  background: linear-gradient(266.97deg, #FF51D7 -14.2%, #FF4848 17.36%, #6248FF 77.21%, #1862FF 108.3%);
  border-radius: 15px;
  z-index: 0;
}

.ctaText {
  font-size: 21px;
  line-height: 159.7%;
  text-align: center;
  color: #121826;
  margin-bottom: 18px;
}

.ctaWrapper .blueCTA.white {
  min-width: 164px;
  padding: 13px 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
  transition: all ease .1s;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%), #FFFFFF;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 100px;
}

.ctaWrapper .blueCTA:hover {
  background: linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%), #FFFFFF;
  border-radius: 100px !important;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;

}

.ctaWrapper .blueCTA:hover svg path {
  fill: #fff;
}

.ctaWrapper .blueCTA.white:hover .btnText {
  color: #fff;
}

.featuresWrapper img {
  width: 100px;
  height: 100px;
}

.trustSec {
  padding: 80px 0;
  background: #FBFCFF;
}

.trustDesc {
  font-size: 13px;
  line-height: 120.19%;
  text-align: center;
  color: #121826;
}

.allTrustUniversities {
  display: flex;
  height: 260px;
  position: relative;
}

.trustWrapper {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
}

.allTrustUniversities::after {
  position: absolute;
  content: '';
  width: 525px;
  height: 1px;
  background-color: #EFF0F1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.overviewSec {
  padding-top: 80px;
}

.btnHeading {
  padding: 13px 15px 12px;
  background: #F2F3F8;
  border-radius: 100px;
  font-size: 12px;
  line-height: 120.19%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  max-width: max-content;
  margin: 0 auto;
}

.lineHead {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #121826;
  max-width: 549px;
  margin: 12px auto 51px;
  position: relative;
}

.lineHead::before {
  position: absolute;
  content: '';
  width: 203px;
  height: 99px;
  left: 50%;
  bottom: -50px;
  background: url(../images/overview-gradient.webp);
  transform: translateX(-50%);
  background-repeat: no-repeat;

}

.overviewBot {
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #435B8C;
}

.toolTypeSec {
  padding: 80px 0 124px;
}

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

.toolsBtn {
  display: flex;
  align-items: center;
  width: 33%;
  gap: 14px;
  justify-content: center;
  padding-bottom: 11px;
  border-bottom: 2px solid #EFF0F1;
}

.toolsBtn.active {
  border-color: #2742F5;
}

.toolsBtn:hover h3,
.toolsBtn.active h3 {
  color: #2742F5;
}

.toolsBtn h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: rgba(34, 34, 34, 0.3);
}

.toolsBtn .filled {
  display: none;
}

.toolsBtn.active .filled,
.toolsBtn:hover .filled {
  display: block;
}

.toolsBtn.active .default,
.toolsBtn:hover .default {
  display: none;
}

.toolsContentWrapper {
  margin-top: 38px;
  padding: 40px 40px 53px;
  background: linear-gradient(180deg, rgba(219, 242, 255, 0.24) 0%, rgba(236, 233, 251, 0.24) 30.72%, rgba(247, 246, 255, 0.48125) 69.41%, rgba(232, 237, 255, 0) 109.24%);
  border: 1px solid #E7F2FA;
  filter: drop-shadow(0px 20px 20px rgba(76, 86, 115, 0.1));
  border-radius: 10px;
}

.toolsContent {
  display: none;
}

.toolsContent.show {
  display: block;
}

.toolsContent .toolHead {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  color: #000000;
  max-width: 737px;
}

.toolsContent>div {
  margin-top: 44px;
  display: flex;
  gap: 90px;
}

.toolsContent ul {
  list-style: none;
}

.toolsContent>div li {
  position: relative;
  padding-left: 39px;
  font-size: 17px;
  line-height: 150%;
  color: #121826;
  min-width: 266px;
}

.toolsContent>div li a {
  color: #2742F5;
  text-decoration: underline;
}

.toolsContent>div li a:hover {
  color: #121826;
}

.toolsContent ul li::before {
  position: absolute;
  content: '';
  background-image: url(../images/tick.svg);
  width: 19px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.singleList li {
  margin-top: 24px;
}

.singleList li:first-child {
  margin-top: 0;
}

.benefitsSec {
  padding: 40px 0 49px;
  background: linear-gradient(180deg, rgba(219, 242, 255, 0.4) -6.5%, rgba(236, 233, 251, 0.4) 26.05%, rgba(247, 246, 255, 0.802083) 67.04%, rgba(232, 237, 255, 0) 109.24%);
}

.benefitHead {
  max-width: 824px;
  margin-bottom: 96px;
}

.benefitHead::before {
  background: url(../images/benefit-gradient.webp);
  width: 360px;
  bottom: -70px;
}

.benefitsWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 50px;
  justify-content: center;
}

.singleBenefit {
  display: flex;
  gap: 40px;
  max-width: 520px;
  align-items: start;
}

.singleBenefit:nth-child(2n) {
  max-width: 505px;
  gap: 25px;
}

.benefitContent {
  max-width: 435px;
}

.benefitContent h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120.19%;
  color: #000000;
  margin-bottom: 12px;
}

.benefitContent p {
  font-size: 15px;
  line-height: 150%;
  color: #435B8C;
}

.ratingSec {
  padding: 124px 0;
}

.ratingHead,
.ratingHead span {
  font-weight: 500;
  font-size: 38px;
  line-height: 130%;
  text-align: center;
  color: #121826;
  max-width: 837px;
  margin: 0 auto;
}

.ratingHead span {
  background-image: linear-gradient(88.52deg, #FF51D7 50.77%, #C300FF 56.3%, #C300FF 66.03%, #30B6FF 72.96%, #00F0FF 81.24%, #1E43FF 86.26%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.ratingDesc {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #435B8C;
  max-width: 486px;
  margin: 26px auto 45px;
}

.ratingsSwiper {
  margin: 82px 0 50px;
}

.ratingsSwiper h2 {
  margin-bottom: 30px;
}

.singleRating {
  padding: 30px 20px 47px;
  background: #FFFFFF;
  border: 1px solid #D4DDE5;
  box-shadow: 0.944265px 0.944265px 10.3869px rgba(224, 224, 224, 0.25);
  border-radius: 12px;
  text-align: left;
}

.ratingBy {
  display: flex;
  align-items: center;
  gap: 11px;
}

.ratingByName p:first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #121826;
  text-align: left;
}

.ratingByName p:last-child {
  font-size: 11px;
  line-height: 13px;
  color: #121826;
  margin-top: 3px;
}

.singleRating .reviewName {
  margin: 26px 0 40px;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  color: #3F3F3F;
}

.ratingText {
  font-size: 14px;
  line-height: 170%;
  color: #3F3F3F;
  margin-bottom: 33px;
  min-height: 118.98px;
}

.subjectName {
  font-size: 11px;
  line-height: 13px;
  color: #121826;
}

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

.ratingsPagination {
  text-align: center;
}

.ratingsSwiper .ratingsPagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 3px;
  background: #1E43FF;
}

.ratingsSwiper .swiper-slide:hover {
  background: linear-gradient(94.55deg, #FF51D7 -9.2%, #FF4848 21.42%, #6248FF 50.94%, #1862FF 95.77%);
  padding: 1px;
  border-radius: 12px;
}

.ratingsSwiper .swiper-slide:hover .singleRating {
  border: none;
}

.reviewsBtn {
  text-align: center;
}

.reviewsBtn .gradientBtn button .anchorText {
  font-size: 14px;
  line-height: 17px;
}

.reviewsBtn .gradientBtn {
  padding: 2px;
}

.reviewsBtn .gradientBtn button {
  padding: 13px 20px;
}

.externalRatingsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.standardsSec {
  padding-bottom: 124px;
  padding: 60px 0;
}

.standardsWrapper {
  position: relative;
  display: flex;
  background: linear-gradient(91.42deg, #FF51D7 -9.69%, #FF4848 22.56%, #6248FF 53.66%, #1862FF 100.88%);
  padding-top: 5px;
  border-radius: 5px 5px 11px 11px;
  overflow: hidden;
}

.standardRatings {
  padding: 41px 31px 72px 30px;
  max-width: 804px;
  width: 100%;
  background: #060606;
  border-radius: 0 0 0 11px;
  overflow: hidden;
}

.overallStandardRating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.overallStandardRating p {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

.standardsHead {
  font-weight: 500;
  font-size: 29px;
  line-height: 137.52%;
  color: #FFFFFF;
  margin: 20px 0 38px;
}

.standardRatingWrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  animation: animateTextStandards 30s linear infinite;
  position: absolute;
}

.singleStandardRating {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: max-content;
}

.standardRatingText {
  max-width: 153px;
  text-align: center;
}

.standardRatingText p {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.standardRatingText img {
  display: block;
  margin: 0 auto;
}

.bestAwardWrapper {
  max-width: 366px;
  width: 100%;
  background-image: url(../images/award_bg.webp);
  background-size: cover;
  padding: 41.22px 14.12px 80.44px 148.21px;
}

.bestSoftwareTop {
  background: #FFFFFF;
  border-radius: 100px 100px 9px 100px;
  padding: 6.61px 4.92px 6.47px 4.03px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bestSoftwareTop p {
  font-weight: 700;
  font-size: 19.5235px;
  line-height: 24px;

  color: #252530;
}

.bestSoftwareBanner {
  width: 100%;
  height: 205.09px;
  margin: 1.04px 7.62px 0 6.05px;
  position: relative;
  padding-top: 44.88px;
}

.bestSoftwareBanner * {
  position: relative;
  z-index: 1;
}

.bestSoftwareBanner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.bestSoftwareBanner::after {
  position: absolute;
  content: '';
  width: 98%;
  height: 13px;
  background: #fff;
  right: 0;
  bottom: 94.5px;
  z-index: 0;
}

.bestSoftwareContent {
  max-width: 160.8px;
  text-align: center;
  margin: 0 0 0 16px;
}

.bestSoftwareContent img.bestSoftwareContentPewLogo {
  position: relative;
}

.rankedOne {
  font-weight: 700;
  font-size: 23.2305px;
  line-height: 28px;
  color: #252530;
  margin: 6.28px 0 8.12px;
}

.fastGrowing {
  font-weight: 700;
  font-size: 13.1458px;
  line-height: 16px;
  color: #FFFFFF;
  max-width: 178px;
  margin: 0 auto;
}

.bestSotfwareBotHead {
  font-weight: 800;
  font-size: 9.75578px;
  line-height: 12px;
  color: #252530;
  margin: 15.9px 0 2.93px;
}

.titleYear {
  font-weight: 900;
  font-size: 17.3654px;
  line-height: 23px;
  color: #252530;
}

.animationController {
  position: relative;
  height: 95px;
  overflow: hidden;
}

.tabImage {
  max-width: 761px;
  width: 100%;
  max-height: 508px;
  height: 100%;
}

.ratingsVal {
  max-width: 191px;
  width: 100%;
  max-height: 42px;
  height: 100%;
}

.allNotifications img {
  width: 190px;
  max-height: 34px;
  height: 100%;
}

.singleStandardRating>img {
  max-width: 31px;
  width: 100%;
  max-height: 71px;
  height: 100%;
}

.ratingBy img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.standardRatingText img {
  max-width: 101px;
  width: 100%;
  max-height: 23px;
  height: 100%;
}

.allTrustUniversities::after,
.allTrustUniversities::before {
  position: absolute;
  content: '';
  width: 183px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 43.68%, rgba(255, 255, 255, 0) 119.85%);
  top: 0;
  z-index: 5;
}

.allTrustUniversities::after {
  left: 0;
  transform: scaleX(-1);
}

.allTrustUniversities::before {
  right: 0;
}

.whyUsCtaWrapper {
  text-align: center;
  padding: 50px 0 80px;
}

.whyUsCtaWrapper .blueCTA {
  margin: 0 auto;
}

.contentHead {
  color: #121826;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}

.mainConWrapper h3 {
  color: #121826;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}

/* paraphraser */
.essayWriterWrapper h2 {
  max-width: fit-content;
}

.contentSec.contentSecTop p {
  /* color: #64748B; */
  color: #4C5966;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

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

.essayWriterWrapper .container {
  max-width: 942px;
  margin: 0 auto;
  padding: 0 15px;
}

.lazyImgWrapper {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(106, 106, 106, 0.25);
  width: 426px;
  height: 241px;
  overflow: hidden;
}

.toolsSec .lazyImgWrapper {
  height: 331px;
  width: 436px;
}

.lazyImgWrapper img {
  max-width: 426px;
  width: 100%;
}

.toolsSec .lazyImgWrapper img {
  max-width: 436px;
  height: 331px;
}

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

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

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

.flexContent {
  max-width: 446px;
}

.flexContent .smallHead {
  color: #1E43FF;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.contentSecTop .flexContent .bigHead {
  color: #0F172A;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0 14px;
  text-align: left;
  line-height: normal;
}

.flexContent p.flexDesc {
  padding: 0;
  text-align: left;
  padding-top: 16px;
}

.flexContent p.flexDesc a {
  color: #1E43FF;
  font-weight: 500;
}

.flexContent p.flexDesc a:hover {
  text-decoration: underline;
}

.toolsSec {
  padding: 0px 0 90px;
}

.toolsSec h2+p {
  padding-top: 12px;
  max-width: 729px;
  margin: 0 auto;
}

.toolsBtnsWrapper {
  margin: 60px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
}

.toolsBtnOuter {
  padding: 1px;
  border-radius: 100px;
  display: flex;
  max-width: max-content;
  background: #E2E8F0;
}
.expSEc .toolsBtnOuter{
  background: linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%);
}
.toolsBtnOuter.active,
.toolsBtnOuter:hover {
  background: linear-gradient(81.22deg, #1862FF -14.08%, #7731FF 29.91%, #D012FF 77.88%);
}

.toolsBtnOuter.active a {
  color: #0F172A;
  background: #F8F2FF;
}

.toolsBtnOuter:hover a {
  color: #0F172A;
}
.toolsBtnOuter span,
.toolsBtnOuter a {
  padding: 14px 15px;
  color: #64748B;
  background: #fff;
  text-align: center;
  font-size: 15px;
  line-height: normal;
  border-radius: 100px;
  min-width: 230px;
}

.toolsSec .flexWrapper {
  margin-top: 93px;
}

.toolsSec .blueCTA {
  margin: 60px auto 0;
  gap: 7px;
}

.toolsSec .blueCTA:hover svg path {
  fill: #fff;
}

.lazyImgWrapperOuter {
  border: 2px solid transparent;
  border-radius: 10px;

}

.essayForm {
  max-width: 985px;
  margin: auto;
  border-radius: 5px;
}

.essayForm .inputWrap input {
  width: 100%;
  height: 50px;
  font-size: 17px;
  line-height: 20.43px;
  background: transparent;
  border: 1px solid #aaa;
  appearance: none;
  padding: 15px;
  color: #fff;
  outline: none;
  border-radius: 8px;
}

.essayForm .inputWrap input.invalid {
  border-color: red;
}

.essayForm .inputWrap input::placeholder {
  color: #fff;
  font-size: 15px;
}

.inputGroupWrap {
  display: flex;
  align-items: end;
  margin-top: 24px;
  justify-content: space-between;
}

.essayForm .inputWrap input:hover,
.homeSelect+.select2-container--default:hover .select2-selection--single {
  border-color: #fff;
}

.inputGroupLeft {
  display: flex;
  align-items: center;
  gap: 30px;
}

.inputWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}

.inputWrap label {
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 15px;
}

.homeSelect+.select2-container--default .select2-selection--single {
  background: transparent;
}

.homeSelect+.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 15px 7px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.homeSelect+.select2-container {
  width: 173px !important;
}

.select2-search--dropdown {
  display: none;
}

.select2-results__option--selectable {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  background: #000;
}

.select2-container--default .select2-results__option--selected {
  background: linear-gradient(180deg, #6279f9 0, #1e43ff 100%);
}

#addReferences[type=checkbox] {
  accent-color: #D012FF;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.referencesWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.referencesWrapper label {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;

}

.essayFormWrapper {
  position: relative;
  padding: 30px 25px 33px;
  border: 1.6px solid transparent;
  border-radius: 5px;
  background: transparent;
  background-image: linear-gradient(96deg, rgba(255, 72, 72, 0.12) 7%, rgba(98, 72, 255, 0.12) 65.58%, rgba(24, 98, 255, 0.12) 126.91%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-color: rgba(255, 255, 255, 0);
  border-image: linear-gradient(96deg, rgba(255,72,72,1) 19%, rgba(98,72,255,1) 50%, rgba(24,98,255,1) 100%) 1;
  border-image-slice: 1;
  width: 100%;
}

.howItWorksSec .howItWorksDesc {
  font-size: 18px;
  line-height: 159.7%;
  margin: 30px auto 0;
  text-align: center;
  max-width: 800px;
}

.textSec {
  margin: 70px 0 90px;
}
.singleMode .modeDesc{
  min-height: 92px;
}

@media (max-width:1199px) {
  .stepsWrapper {
    gap: 15px;
  }

  .flexWrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
  }
}

@media (max-width:1169px) {
  .tabImage {
    width: 100%;
  }

  .bannerGif img.absolBanner {
    left: 79px;
    width: 328px;
  }

  .swiper-button-next {
    right: 0;
  }

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

  .swiper.toolsSwiper,
  .swiper.testimonalSwiper {
    margin: 0 50px;
  }

  .toolsBtn h3 {
    font-size: 15px;
  }

  .toolsBtn {
    gap: 6px;
  }

  .toolsBtn svg {
    width: 25px;
    height: 25px;
  }

  .toolsContent>div {
    gap: 24px;
  }

  .singleBenefit,
  .singleBenefit:nth-child(2n) {
    max-width: 450px;
    gap: 15px;
  }

  .benefitsWrapper {
    gap: 40px 30px;
    justify-content: center;
  }

  .singleBenefit svg {
    min-width: 40px;
    height: 40px;
  }

  .benefitContent p {
    min-height: 67.5px;
  }

  .standardsSec {
    display: none;
  }
}

@media (max-width:991px) {
  .contentSec.contentSecTop.expSEc p {
    padding-top: 1px;
  }
  .bannerSec h1 {
    font-size: 50px;
  }

  .bannerDesc {
    font-size: 18px;
  }

  .automatedWrapper {
    flex-direction: column;
  }

  .automatedContent {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .secDesc {
    margin-top: 28px;
  }

  img.automatedImg {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .featuresWrapper {
    transition: all ease 10.3s;
    animation: headlinemob 20s infinite linear;
    position: relative;
    left: 1150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main_moving {
    overflow: hidden;
  }

  @keyframes headlinemob {
    0% {
      left: 100%;
    }

    100% {
      left: -100%;
    }
  }

  .featuresWrapper img {
    margin-left: 30px;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    display: block;
  }

  .discoverSec .automatedWrapper {
    flex-direction: column-reverse;
  }

  .discoverContent {
    max-width: 100%;
  }

  .pointsWrapper {
    flex-direction: column;
  }

  .singlePoint {
    max-width: 309px;
    width: 100%;
    margin: 0 auto;
  }

  .pointsWrapper img {
    transform: rotate(90deg);
  }

  .fullPoint {
    margin: 0 auto;
  }

  .discoverContent .secHead {
    font-size: 40px;
  }

  .discoverSec {
    padding: 124px 0 15px;
  }

  .stepsHead {
    font-size: 46px;
  }

  .getStartedSec {
    max-width: 540px;
    padding: 67px 10px;
  }

  .CTAText {
    font-size: 31px;
  }

  .appBtn {
    padding: 17px 15px;
  }

  .featuresList {
    margin-top: 50px;
  }

  .stepsWrapper {
    flex-wrap: wrap;
  }

  .allStepTabs {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }

  .bannerWrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .bannerGif {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
  }

  .bannerGif img.absolBanner {
    left: 91px;
    width: 388px;
  }

  .bannerGif img.absolBanner {
    width: 358px;
  }

  .toolsBtnsWrapper {
    /* overflow-x: scroll; */
  }

  .toolsBtn {
    min-width: 320px;
  }

  .toolsContent>div {
    flex-wrap: wrap;
  }

  .singleList {
    width: 100%;
  }

  .ctaWrapper {
    max-width: 700px;
  }

  .benefitsWrapper {
    justify-content: start;
    gap: 30px;
  }

  .singleBenefit,
  .singleBenefit:nth-child(2n) {
    max-width: 100%;
  }

  .benefitContent {
    max-width: unset;
  }
}

@media (max-width:767px) {
  .toolsContent .toolHead {
    font-size: 20px;
  }

  @keyframes animateText {
    from {
      transform: translateX(30%);
    }

    to {
      transform: translateX(-125%);
    }
  }

  .lineHead {
    font-size: 28px;
  }

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

@media (max-width:575px) {
  .bannerWrapper {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .bannerWrapper p {
    font-size: 12px;
  }

  .homeSelect+.select2-container {
    width: 100% !important;
  }

  .inputWrap {
    width: 100%;
  }

  .ctaWrapper {
    padding: 30px 15px;
  }

  .bannerSec::before {
    display: none;
  }

  .bannerContainer {
    padding: 0 15px;
  }

  .bannerSec h1 {
    font-size: 30px;
    line-height: 120.19%;
  }

  .bannerDesc {
    font-size: 16px;
    line-height: 159.7%;
    margin-top: 22px;
  }

  .bannerBtns {
    margin-top: 24px;
    justify-content: center;
  }

  .allNotifications li {
    font-size: 14px;
  }

  .automatedSec {
    padding: 95px 0;
  }

  .automatedContent h2 {
    font-size: 36px;
  }

  .secDesc,
  .secDesc span {
    font-size: 16px;
  }

  img.automatedImg {
    margin: 18px auto 0;
  }

  .featuresWrapper img {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .discoverSec {
    padding: 70px 0;
  }

  .discoverContent .secHead {
    font-size: 36px;
  }

  .automatedWrapper img {
    width: 100%;
  }

  .dottedEnd {
    width: 80%;
  }

  .stepsHead {
    font-size: 36px;
  }

  .pointsWrapper {
    margin-top: 36px;
  }

  .pointHead {
    font-size: 22px;
    text-align: center;
  }

  .pointDesc {
    text-align: center;
    font-size: 14px;
  }

  .pointsWrapper img {
    max-width: 26px;
    margin: 34px auto 34px;
  }

  .writeEssaySec {
    padding: 95px 0;
  }

  .fullPoint {
    font-size: 20px;
    text-align: center;
    max-width: 330px;
  }

  .writeEssaySec .pointsWrapper img {
    margin: 28px auto 28px;
  }

  .getStartedSec {
    flex-direction: column;
    max-width: 330px;
    gap: 18px;
    padding: 40px 10px;
  }

  .appBtn {
    padding: 14px 44px;
    font-size: 16px;
  }

  .CTAText {
    font-size: 24px;
  }

  .featureText {
    font-size: 22px;
  }

  .dsktpOnly {
    display: none;
  }

  .mobOnly {
    display: block;
  }

  .bannerGif img {
    max-width: 408px;
    width: 100%;
    height: 456px;
  }

  .bannerGif img.absolBanner {
    width: 276px;
    height: 368px;
    left: 40px;
    top: 40px;
  }

  .bannerGif {
    margin: 69px auto 0;
  }

  .featuresWrapper {
    padding: 0 23px;
    animation: none;
    left: 0;
    gap: 60px;
  }

  .featureSecNewTop {
    padding: 70px 0;
  }

  .testimonialsWrapper {
    padding: 36px 0 0;
  }

  .navigationBtns {
    display: none;
  }

  .testimonalSwiper .swiper-slide {
    padding: 0 0 24px;
  }

  .empoweringSec h2 {
    font-size: 32px;
    line-height: 120.19%;
  }

  .ctaSec {
    margin: 0 15px 60px;
    padding: 32px 0px;
  }

  .ctaText {
    font-size: 16px;
    line-height: 159.7%;
    margin-bottom: 25px;
  }

  .ctaSec::after {
    top: 26px;
    left: 6px;
    max-width: 927px;
    width: 100%;
    height: 73%;
  }

  .mainConWrapper {
    padding: 34px 12px;
  }

  .ctaWrapper .blueCTA.white {
    min-width: 128px;
    padding: 10px 16px;
  }

  .ctaWrapper .blueCTA.white .blueCTA .btnText {
    font-weight: 500;
    font-size: 15px;
  }

  .ctaWrapper {
    padding: 30px 15px;
  }

  .contentSec {
    padding: 53px 0;
  }

  /* paraphrase */
  .essayWriterWrapper h2 {
    font-size: 23px;
    line-height: 150%;
  }

  .contentSec.contentSecTop p {
    font-size: 15px;
    padding-top: 15px;
  }

  .flexWrapper {
    gap: 30px;
  }

  .contentSecTop .flexContent .bigHead {
    font-size: 18px;
  }

  .toolsSec .lazyImgWrapper {
    display: none;
  }

  .toolsSec .flexWrapper {
    margin-top: 50px;
  }

  .toolsBtnOuter a {
    padding: 13px 10px;
    font-size: 13px;
    min-width: 200px;
  }

  .inputGroupLeft {
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  .inputGroupWrap {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }

  .toolsSec .blueCTA {
    margin: 40px auto 0;
  }

  .blueCTA {
    padding: 12px 20px;
    min-width: 175px;
  }
  .contentSec.contentSecTop.expSEc p {
    padding-top: 1px;
  }
      .aiHead.bannerHead {
        min-height: 530px;
    }
        .bannerSec h1 {
        font-size: 26px;
        line-height: 120.19%;
    }
        .aiHead p {
        font-size: 14px;
    }
    .aiHead.bannerHead .generateEssayform {
        flex-direction: column;
        align-items: end;
        row-gap: 9px;
    }
        .generateEssayform {
        margin: 25px auto 0;
    }
     .inputGroup {
        max-width: 100%;
        width: 100%;
    }
    .inputGroup input {
        height: 42px;
       font-size: 14px;
    }
        .generateEssayform .generate-essay-processing, .generateEssayform .generateEssayBtn {
        max-width: 143px;
        border-left: 0;
        font-size: 14px;
        padding: 0 ;
    }
        .hireWriter {
        display: unset;
        margin: 0 auto;
    }
    .hireWriter span {
        margin-bottom: 10px;
    }
        .hireWriter a {
        font-size: 13px;
        width: 140px;
        height: 38px;
    }
        .aiHead .offTextBanner {
        max-width: 178px;
        left: 0;
        margin: 10px auto 0;
        font-size: 11px;
    }
    .inputGroup input::placeholder{
       font-size: 14px;
    }
}

@media(max-width: 499px) {
  /* .essayFormWrapper {
    background: url(../images/form-bg-mob.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  } */

  .centerHead {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }

  .howItWorksSec .howItWorksDesc {
    font-size: 15px;
  }

  .featuresList {
    margin-top: 32px;
  }

  .featuresList li {
    font-size: 16px;
    line-height: 148.19%;
  }

  .howItWorksSec {
    padding: 60px 0 30px;
  }

  .singleTab {
    padding: 38px 12px 24px;
  }

  .allStepTabs {
    padding: 0;
    gap: 32px;
  }

  .centerHead.small {
    font-size: 23px;
    line-height: 150%;
    margin: 0 0 36px;
  }

  .mainConWrapper p,
  .mainConWrapper li {
    font-size: 14px;
    line-height: 159.7%;
  }

  .mainConWrapper h3 {
    font-size: 18px;
  }

  .testimonialsSec {
    padding: 70px 0;
  }

  .stepsWrapper {
    margin-top: 0;
    gap: 20px;
    margin: 70px auto 20px;
  }

  .swiper.toolsSwiper,
  .swiper.testimonalSwiper {
    margin: 0;
  }

  .textSec {
    margin: 10px 0 90px;
    padding-bottom: 0
  }

  .automatedWrapper img {
    max-width: 384px;
    height: 384px;
  }

  .tabImage {
    max-width: 335px;
    height: 335px;
    display: none;
  }

  .trustSec {
    padding: 20px 0 0;
  }

  .trustWrapper {
    padding: 40px 0 30px;
  }

  .allTrustUniversities {
    height: 250px;
  }

  .overviewSec {
    padding-top: 30px;
  }

  .btnHeading {
    padding: 11px;
    font-size: 12px;
  }

  .lineHead {
    font-size: 28px;
    margin: 30px auto 35px;
  }

  .overviewBot {
    font-size: 15px;
  }

  .toolTypeSec {
    padding: 48px 0 70px;
  }

  .toolsContentWrapper {
    margin-top: 25px;
    padding: 25px 15px;
  }

  .toolsBtnsWrapper {
    padding-bottom: 5px;
    margin: 60px 0 0px;
  }

  .toolsContent>div {
    margin-top: 30px;
  }

  .toolsContent ul li {
    font-size: 15px;
  }

  .benefitsSec {
    padding: 40px 0 43px;
  }

  .benefitsSec .lineHead {
    font-size: 20px;
    margin: 30px auto 60px;
  }

  .benefitHead::before {
    width: 190px;
    height: 58px;
    background-size: contain;
    bottom: -45px;
    right: 22px;
    transform: translate(0);
    left: unset;
    background-repeat: no-repeat;
  }

  .singleBenefit svg {
    min-width: 35px;
    height: 35px;
  }

  .benefitContent h3 {
    font-size: 14px;
  }

  .benefitContent p {
    font-size: 12px;
    min-height: unset;
  }

  .ratingSec {
    padding: 50px 0 60px;
  }

  .ratingHead,
  .ratingHead span {
    font-size: 28px;
  }

  .ratingDesc {
    margin: 30px auto;
    font-size: 13px;
  }

  .externalRatingsWrapper {
    gap: 30px;
  }

  .ratingsSwiper {
    margin: 50px 0 30px;
  }

  .singleRating {
    padding: 30px 20px 30px;
  }

  .singleRating .reviewName {
    margin: 32px 0 20px;
    font-size: 16px;
  }

  .ratingText {
    font-size: 13px;
    margin-bottom: 40px;
  }

  .ratingsSwiper .swiper-wrapper {
    padding-bottom: 20px;
  }

  .standardsSec {
    display: block;
  }

  .standardsWrapper {
    flex-direction: column;
    max-width: 330px;
    margin: 0 auto;
    border-radius: 0;
  }

  .standardRatings {
    padding: 43px 19px 30px;
    border-radius: 0;
  }

  .overallStandardRating {
    gap: 5px;
  }

  .overallStandardRating p {
    font-size: 12px;
  }

  .overallStandardRating>svg {
    width: 82px;
  }

  .standardsHead {
    margin: 23px 0 25px;
    font-size: 20px;
  }

  .singleStandardRating>img {
    max-width: 18px;
    font-size: 8px;
  }

  .standardRatingText p {
    font-size: 10px;
    margin-bottom: 6px;
    max-width: 100px;
  }

  .standardRatingWrapper {
    gap: 10px;
  }

  @keyframes animateTextStandards {
    from {
      transform: translateX(50%);
    }

    to {
      transform: translateX(-125%);
    }
  }

  .bestAwardWrapper {
    padding: 39px 3.42px 72.28px 134px;
    background-image: url(../images/award_bg_mob.webp);
    background-size: auto;
    background-repeat: no-repeat;
    height: 328px;
  }

  .bestSoftwareTop {
    padding: 5.62px 10.34px 3.38px 3.08px;
    border-radius: 93.9394px;
  }

  .bestSoftwareTop>svg {
    width: 17.5px;
  }

  .bestSoftwareTop p {
    font-size: 18.3402px;
    line-height: 22px;
  }

  .bestSoftwareBanner {
    margin: 1.41px 0 0;
    display: none;
  }

  .fastGrowing {
    max-width: 168px;
  }

  .bestSoftwareBanner::after {
    right: -3px;
    bottom: 95.5px;
    height: 18px;
  }

  .allTrustUniversities::after,
  .allTrustUniversities::before {
    display: none;
  }

  @keyframes animateTextFirst {
    from {
      transform: translateX(10%);
    }

    to {
      transform: translateX(-155%);
    }
  }

  .allNotifications {
    gap: 20px;
  }

  .standardRatingText img {
    max-width: 69px;
    max-height: 17px;
  }

}

@media(max-width: 399px) {
  .bannerGif img.absolBanner {
    width: 238px;
  }

  .lineHead::before {
    width: 158px;
    height: 77px;
    background-size: contain;
    left: unset;
    right: 38px;
    transform: translate(0);
    bottom: -40px;
  }

  .benefitHead::before {
    width: 190px;
    height: 58px;
    background-size: contain;
    bottom: -45px;
    right: -7px;
    transform: translate(0);
    left: unset;
    background-repeat: no-repeat;
  }
}