#output-loader,
.textareaActionWrapper,
.workRight::before {
  transform: translate(-50%, -50%);
}
.review__Cta__Btn__Wrapper
  button.review__Cta__Btn
  span.cta__Btn__Inner
  span::after,
.review__Cta__Btn__Wrapper
  button.review__Cta__Btn:hover
  .cta__Btn__Inner
  span::after {
  background-image: url(../images/reviewCTAArrowWhite.html);
  background-repeat: no-repeat;
}
*,
.otherBlogsWrapper a,
.reviews__head__Wrapper p.secDesc a:hover,
body {
  text-decoration: none;
}
.essayWriterWrapper .container {
  max-width: 1410px;
}
.formWrapper {
  padding: 25px 24px 0;
  height: 100%;
  overflow-x: unset;
  background: #fff;
  overflow-y: auto;
  min-height: calc(100vh - 305px);
  max-height: calc(100vh - 185px);
}
.paraphraserHead {
  color: #0f172a;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}
.inputGroup textarea {
  min-height: 40vh;
  padding: 15px;
}
#history-tab,
#new-outputs {
  max-height: calc(100vh - 243px);
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  min-height: unset;
}
.essayWriterBody {
  position: relative;
  border-radius: 0 0 6px 6px;
  background: #fff;
  filter: drop-shadow(0px 0px 21px rgba(160, 160, 160, 0.25));
}
.essayWriterBodyWrapper {
  padding: 60px 0 20px;
  background: #f8fafc;
}
.essayWriterInput,
.essayWriterOutput,
.ewBtns {
  background: #fff;
}
.newOutputs.withData:hover,
.skeleton {
  background-color: #fff;
}
.ewBtns {
  position: sticky;
  bottom: 0;
}
.textareaActionWrapper {
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  width: max-content;
  gap: 10px;
}
.textareaActionBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 89px;
  padding: 12px 0 11px;
  border-radius: 5px;
  border: 0.5px solid #05ada3;
}
.textareaActionBtn span {
  color: #05ada3;
  font-size: 10px;
  font-style: italic;
}
.textareaActionBtn:hover {
  background: #f2fff8;
}
.languagesFilterWrapper {
  display: flex;
  z-index: 6;
  position: relative;
  max-width: max-content;
}
.languagesFilterWrapper a {
  padding: 11px 15px 10px 18px;
  color: #64748b;
  font-size: 14px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.languagesFilterWrapper a:hover,
.modesWrapper a:hover {
  background: rgba(37, 37, 37, 0.08);
}
.languagesFilterWrapper a.active {
  background: #fff;
  font-weight: 600;
}
#new-essays,
#old-essays {
  min-height: calc(100vh - 250px);
  max-height: calc(100vh - 312px);
}
.essayInfo.custom .customDescGroup,
.languageDropdownWrapper a:nth-child(n + 4),
br {
  display: block;
}
.generatedEssay p {
  white-space: unset;
}
.sentenceJumperWrapper {
  align-items: center;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  min-height: 81px;
  padding: 22px 24px 17px;
  background: #fff;
  display: none;
}
.dropdownOuterModes,
.essayWriterOutput,
.modesWrapper,
.tableWrapper {
  position: relative;
}
.sentencesInner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.outputInfoWrapper,
.sentenceJumperBtns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sentenceJumperBtns a {
  padding: 7px 8px 9px;
  border-radius: 3px;
  max-height: 32px;
  background: #edf0f4;
}
.sentenceJumperBtns a:hover {
  background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
}
.backBtn:hover svg path,
.sentenceJumperBtns a:hover svg path {
  fill: #fff;
}
.outputInfoWrapper * {
  color: #0f172a;
  font-size: 15px;
}
.singleWord.notexists {
  color: #e36b00;
}
.iconBtn:hover svg path {
  fill: #212121;
}
.inputGroup textarea {
  font-size: 16px;
  line-height: 150%;
}
.inputGroup textarea::placeholder {
  color: #858585;
  font-size: 16px;
}
.singleSentence.highlight {
  background: #edfaff;
}
#output-loader {
  position: absolute;
  left: 43%;
  top: 35%;
  display: none;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #05ada3;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.languageDropdownWrapper,
.modesDropdownWrapper {
  position: absolute;
  max-width: 400px;
  filter: drop-shadow(0px 0px 21px rgba(160, 160, 160, 0.25));
  padding: 4px;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}
.skeleton {
  background-size: 200px 100%;
  background-repeat: no-repeat;
  line-height: 1;
  animation: 1s ease-in-out infinite SkeletonLoading;
  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;
  }
}
#generate-essay-processing-btn {
  height: 42px;
}
.languageDropdownWrapper {
  bottom: -240px;
  right: -328px;
  flex-wrap: wrap;
  background: #fff;
  display: none;
}
.languageDropdownWrapper.show,
.review__Cta__Btn__Wrapper {
  display: flex;
}
.modesDropdownWrapper {
  display: flex;
  bottom: -278px;
  right: 0;
  flex-wrap: wrap;
  background: #fff;
}
.languageDropdownWrapper a {
  padding: 8px;
  width: 33%;
  background: #fff;
  border-radius: 6px;
  display: none;
}
#for-dropdown,
.customDescGroup,
.essayInfo.custom .selectGroup,
.languagesFilterWrapper .PortugueseMob {
  display: none;
}
.languagesFilterWrapper a > svg.flip {
  transform: rotate(180deg);
}
.modesWrapper {
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 5;
}
.backBtn,
.modesWrapper a {
  display: flex;
  align-items: center;
}
.singlePoint p,
.sumr_modebodywrap {
  z-index: 2;
  position: relative;
}
.modesWrapper a,
.modesWrapper p {
  padding: 13px 15px 12px;
}
.modesWrapper a {
  font-size: 14px;
  color: #64748b;
  gap: 8px;
  border-radius: 4px 4px 0 0;
}
.modesWrapper a.active span {
  font-weight: 500;
}
.modesWrapper p {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}
.modesWrapper a.active {
  color: #05ada3;
  font-weight: 500;
  border-bottom: 2px solid #05ada3;
}
.modesWrapperMob {
  display: none;
  position: relative;
}
.backBtn {
  background: #fff;
  border: 1px solid #05ada3;
  border-radius: 8rem;
  outline: 0;
  max-width: 83px;
  width: 100%;
  height: 32px;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #05ada3;
  justify-content: center;
  gap: 4px;
}
.flex,
.paraphraserTop {
  align-items: center;
  display: flex;
}
.backBtn:hover {
  background: #05ada3;
  color: #fff;
}
.paraphraserTop {
  justify-content: center;
  border-bottom: 1px solid #e2e8f0;
}
.paraDownSec {
  padding: 6px 0 30px;
  text-align: center;
  background: #fff;
}
.paraDownSec a:hover svg path {
  fill: #000;
}
.specsSec {
  padding: 110px 0 160px;
}
.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.secHead {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.secHead.lineHead {
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.secHead.lineHead::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #05ada3;
  left: 0;
}
.specsContent {
  max-width: 600px;
}
.contentWrapper p {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 155.187%;
}
.nlpSec .contentWrapper p,
.specsContent p {
  margin-top: 14px;
}
.specsContent h2 {
  margin-bottom: 40px;
}
.tableWrapper::before {
  position: absolute;
  content: "";
  width: 275px;
  height: 275px;
  background: url(../images/table-bg.svg) 0 0 / cover;
  left: -26px;
  top: -66px;
  z-index: -1;
}
.tableWrapper.tableCol {
  max-width: 515px;
  width: 100%;
}
.tableOuter {
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  overflow: hidden;
}
table.modesTable {
  border-collapse: collapse;
}
table.modesTable td {
  border: 1px solid #e2e8f0;
  padding: 13px 15px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}
table.modesTable td span {
  transform: translateX(-2px);
}
table.modesTable tr td:first-child {
  border-top: none;
  border-left: none;
}
table.modesTable tr td:last-child {
  border-top: none;
  border-right: none;
}
.functionsSec {
  padding: 70px 0;
  background: #fbfbfb;
}
.functionsSec .secDesc {
  max-width: 688px;
  margin: 10px auto 0;
  text-align: center;
}
.functionsWrapper > div {
  max-width: 526px;
}
.singleFunction .imgWrapper {
  width: 106px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #05ada3;
  background: rgba(177, 227, 225, 0.21);
}
.singleFunction .imgWrapper img {
  max-width: 50px;
  width: 100%;
  max-height: 50px;
  height: 100%;
}
.singleFunction {
  gap: 20px;
  margin-top: 40px;
}
.functionData {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.functionData .functionName {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 120.187%;
}
.whyusSec {
  padding: 160px 0 60px;
}
.whyusSec .secDesc {
  text-align: center;
  margin: 10px 0 40px;
}
.whyusPointsWrapper {
  justify-content: center;
  gap: 20px;
}
.singlePoint {
  padding: 22px 18px;
  border-radius: 4px 6px 0 4px;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 21px 0 rgba(225, 224, 224, 0.21);
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 384px;
  position: relative;
  background: #fff;
  width: 100%;
}
.singlePoint::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 45px;
  background: url(../images/01.svg) right/contain no-repeat;
  right: 20px;
  top: 20px;
}
.singlePoint.condition::after {
  background: url(../images/02.svg) right no-repeat;
}
.singlePoint.context::after {
  background: url(../images/03.svg) right no-repeat;
}
.singlePoint.consistency::after {
  background: url(../images/04.svg) right no-repeat;
}
.singlePoint .pointName {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120.187%;
  max-width: 284px;
}
.singlePoint p:last-child {
  min-height: 65px;
}
.whyBotText {
  text-align: center;
  margin-top: 12px;
}
.bgSec {
  background: rgba(244, 250, 249, 0.88);
}
.nlpSec {
  padding: 50px 0;
}
.highlightsWrapper.flex,
.nlpWrapper.flex,
.usersWrapper.flex {
  align-items: start;
}
.nlpWrapper .secHead {
  max-width: 254px;
}
.nlpSec .contentWrapper {
  max-width: 779px;
}
.nlpSec .contentWrapper p:first-child {
  margin-top: 0;
}
.highlightsSec,
.workSec {
  padding: 160px 0;
}
.highlightsSec .secDesc {
  text-align: center;
  margin: 10px 0 0;
}
.singleFunction.singleHighlight {
  border-radius: 6px;
  border: 1px solid #d4efed;
  gap: 0;
}
.singleHighlight .imgWrapper {
  height: 134px;
  border: none;
  border-radius: 0;
  width: 86px;
  border-right: 1px solid #d4efed;
}
.singleHighlight .imgWrapper img {
  max-width: 46px;
  max-height: 46px;
}
.singleHighlight .functionData {
  max-width: 450px;
  padding: 0 20px;
}
.faqSec,
.whoSec {
  padding: 70px 0;
}
.whoSec .secDesc {
  text-align: center;
  margin: 10px auto 0;
  max-width: 728px;
}
.singleFunction.singleUser {
  border-radius: 6px;
  border: 1px solid #d4efed;
  background: #fbfbfb;
  align-items: start;
  justify-content: flex-start;
  gap: 0;
  min-height: 143px;
}
.singleFunction.singleUser .imgWrapper {
  width: 66px;
  height: 62px;
  border: 1px solid #d4efed;
  background: rgba(177, 227, 225, 0.21);
  border-top: none;
  border-left: none;
  border-radius: 0;
}
.singleFunction.singleUser .imgWrapper img {
  max-width: 38px;
  max-height: 38px;
}
.singleUser .functionData {
  padding: 18px 16px;
  max-width: 470px;
}
.singleUser .contentWrapper p {
  font-size: 13px;
}
.magicText {
  text-align: center;
  margin-top: 32px;
}
.howContent {
  max-width: 672px;
}
.faq-card,
.faqWraper {
  max-width: 717px;
}
.specsWrapper.flex {
  gap: 42px;
}
.workRight {
  flex-grow: 1;
}
.workRight .singlePoint {
  padding: 53px 22px 27px 18px;
}
.workRight .singlePoint p:last-child {
  min-height: unset;
}
.workRight .singlePoint:last-child {
  margin: 13px 0 0 auto;
}
.workRight::before {
  left: 50%;
  top: 50%;
  width: 325px;
  height: 325px;
}
.faqWraper {
  margin: 40px auto 0;
}
.faqSec .secDesc {
  text-align: center;
  margin-top: 30px;
}
.customSlider .cstm_lable,
.customSlider .wrapper span {
  line-height: 16.94px;
  text-align: left;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
}
.specsSec .secHead {
  max-width: 499px;
}
.sumr_modebodywrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.customSlider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border-radius: 15px;
  height: 2px;
  background: #dff0ff;
}
.customSlider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #f5f9ff;
  border-radius: 50%;
  border: 1px solid #05ada3;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.customSlider input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #f5f9ff;
  border: 1px solid #05ada3;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}
.customSlider input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(5, 173, 163, 0.1);
}
.customSlider input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(5, 173, 163, 0.2);
}
.customSlider input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(5, 173, 163, 0.2);
}
.customSlider input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}
.customSlider input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
.customSlider input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
.customSlider {
  display: flex;
  align-items: center;
  column-gap: 11px;
  margin-right: 17px;
}
.customSlider .wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.customSlider .wrapper span {
  color: #758399;
}
.customSlider .range {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  width: 80%;
}
.customSlider .value {
  font-size: 26px;
  width: 50px;
  text-align: center;
}
.essayInfo.custom textarea {
  max-height: 400px;
  min-height: 400px;
}
*,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: Inter;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
section.reviews__head__Section {
  padding: 80px 0 345px;
  position: relative;
  display: flex;
  align-items: center;
}
.reviews__head__Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.reviews__head__Wrapper h2.secHead {
  max-width: 886px;
  width: 100%;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  z-index: 1;
}
.reviews__head__Wrapper h2.secHead span {
  font-weight: 500;
  color: #05ada3;
}
.reviews__head__Wrapper p.secDesc {
  max-width: 544px;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #000;
  margin-bottom: 37px;
  z-index: 1;
}
.contentSec .greyPinkDiv2 p,
.keepReading h5 {
  text-align: left;
}
.reviews__head__Wrapper p.secDesc a {
  color: #05ada3;
  text-decoration: underline;
}
.reviews__head__Wrapper .reviews_ratings {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-bottom: 81px;
  z-index: 1;
}
.ratingsVal {
  max-width: 191px;
  width: 100%;
  max-height: 42px;
  height: 100%;
}
.reviews__head__Wrapper .reviews_ratings img {
  max-width: 580px;
  width: 100%;
  height: 100%;
  max-height: 38px;
}
.reviewer__Details .reviewer_img,
.reviewer__Details .reviewer_img img {
  max-width: 38px;
  max-height: 38px;
  width: 100%;
  height: 100%;
}
.reviews__head__Wrapper .reviews_ratings img.mob {
  display: none;
}
.reviews__Cards__Section {
  color: #fff;
  margin-top: -342px;
}
.review_Card_Wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
  width: 100%;
  justify-content: center;
}
.review_Card {
  max-width: 374px;
  width: 100%;
  background: linear-gradient(180deg, #ecf9f7 0, #f1fbfb 100%), #fff;
  border: 1px solid #cef3f1;
  box-shadow: 0.944265px 0.944265px 14px 40px rgba(0, 0, 0, 0.0003);
  border-radius: 11.3312px;
  padding: 30px 20px;
}
.reviewer__Details {
  display: flex;
  column-gap: 11px;
  align-items: center;
  margin-bottom: 26px;
}
.reviewer__Details .reviewer_img {
  border-radius: 100px;
  overflow: hidden;
}
.reviewer__Details .reviewer_desc .reviewer_name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-bottom: 3px;
}
.reviewer__Details .reviewer_desc p {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #3f3f3f;
  padding-top: 0 !important;
}
.reviewer__Review {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 33px;
}
.reviewer__Review .reviewer__Review__Title h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  color: #000;
}
.reviewer__Review .reviewer__Review__Para p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #3f3f3f;
}
.reviewer__Education p {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #3f3f3f;
}
.review__Cta__Section {
  padding: 149px 0 112px;
  position: relative;
}
.review__Cta__Section .review__Cta__Wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 858px;
  width: 100%;
  row-gap: 35px;
}
.review__Cta__Wrapper .review__Cta .review__Cta__Head {
  font-weight: 500;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}
.review__Cta__Wrapper .review__Cta p.review__Cta__Text {
  max-width: 712px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #3f3f3f;
}
.review__Cta__Btn__Wrapper a.contentCenter {
  margin: 0 auto;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn {
  padding: 16px 3px 19px;
  background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
  border-radius: 100px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn:hover {
  background: #019990;
}
.cta__Btn__Inner {
  padding: 17px 63.29px 17px 41px;
  background: 0 0;
  border-radius: 100px;
}
.greyPinkDiv,
.greyPinkDiv2 {
  padding: 17px;
  max-width: 592px;
  background: #fff;
  box-shadow: 0 0 19px 0 rgba(75, 74, 74, 0.25);
  border-radius: 10px;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn span.cta__Btn__Inner span {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #fff;
}
.review__Cta__Btn__Wrapper
  button.review__Cta__Btn
  span.cta__Btn__Inner
  span::after {
  position: absolute;
  content: "";
  top: 6px;
  margin-left: 6.71px;
  width: 15.58px;
  height: 11.33px;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn:hover .cta__Btn__Inner {
  background-color: transparent;
}
.learningDiv p,
.toolFeedbackWrapper {
  margin-bottom: 20px;
}
.greyPinkDiv {
  margin: 60px auto 100px;
}
.greyPinkDiv2 {
  margin: 25px auto 50px;
}
.customSec.essayWriterWrapper,
.keepReading {
  max-width: calc(100% - 56px);
  margin-left: auto;
}
.greyPinkDiv2 .textExample p:first-child {
  font-size: 15px;
  font-weight: 500;
}
.greyPinkDiv2 .textExample p:nth-child(n + 2) {
  font-size: 14px;
  font-weight: 400;
}
.textExample {
  padding: 12px 16px;
  border-radius: 3px;
  background: rgba(221, 221, 221, 0.32);
}
.howParaRewriterWork .learningDiv p {
  padding-top: 30px;
  padding-bottom: 60px;
  max-width: 756px;
  margin: 0 auto;
}
.wrapperRight {
  width: calc(100% - 56px);
  margin-left: auto;
}
.customSec.essayWriterWrapper {
  width: 100%;
}
.keepReading {
  padding-top: 50px;
  padding-bottom: 50px;
}
.keepReading h5 {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #1e2532;
  padding-bottom: 24px;
}
.blogCard p,
.blogCardHead span {
  font-style: normal;
  font-weight: 400;
}
.otherBlogsWrapper {
  width: 100%;
  display: flex;
  column-gap: 20px;
  padding-bottom: 24px;
  white-space: nowrap;
  overflow-x: auto;
}
.otherBlogsWrapper a {
  display: block;
  background: #000;
  border-radius: 7px;
  padding: 12px 16px;
  max-width: 27%;
  width: 100%;
  flex: 0 0 27%;
}
.keepReading .blogCard {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogCardHead span {
  font-size: 15px;
  line-height: 23px;
  color: rgba(15, 20, 30, 0.44);
}
.cardWrapper.light .blogCardHead span {
  color: rgba(255, 255, 255, 0.5);
}
.blogCard p {
  font-size: 22px;
  line-height: 33px;
  color: #0f141e;
  padding-top: 8px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.cardWrapper.light .blogCard p {
  color: #fff;
}
.blogCard img {
  display: block;
  width: 100%;
  min-height: 282px;
  height: 100%;
  object-fit: cover;
}
.otherBlogsWrapper::-webkit-scrollbar {
  height: 5px;
}
.otherBlogsWrapper::-webkit-scrollbar-thumb,
.relatedblogwrap::-webkit-scrollbar-thumb {
  background: #05ada3;
  border-radius: 10px;
}
.otherBlogsWrapper::-webkit-scrollbar-track,
.relatedblogwrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cec8c8;
  border-radius: 10px;
}
.otherBlogsWrapper::-webkit-scrollbar,
.relatedblogwrap::-webkit-scrollbar {
  width: 5px;
}
.col-cstm a {
  display: block;
  max-width: max-content;
  margin: 30px auto auto;
  color: #05ada3;
}
.col-cstm a:hover {
  text-decoration: underline;
}
.btnRight:hover:after {
  content: "Clear recent outputs.";
  max-width: max-content;
}
.essayWriterWrapper {
  margin-right: 0;
}
@media (min-width: 1367px) {
  #new-essays,
  #old-essays {
    min-height: calc(100vh - 312px);
    max-height: calc(100vh - 312px);
  }
  .formWrapper {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 275px);
  }
}
@media (max-width: 1199px) {
  .keepReading .container {
    padding: 0 32px;
  }
}
@media (max-width: 1170px) {
  .review_Card {
    max-width: 364px;
  }
}
@media (max-width: 802px) {
  section.reviews__head__Section {
    padding: 60px 0 158px;
  }
  .reviews__head__Wrapper .reviews_ratings {
    margin-bottom: 97px;
  }
  .reviews__head__Wrapper .reviews_ratings img.desk {
    max-width: 580px;
    width: 100%;
    max-height: 38px;
    height: 100%;
    display: none;
  }
  .reviews__head__Wrapper .reviews_ratings img.mob {
    max-width: 330px;
    width: 100%;
    max-height: 22px;
    height: 100%;
    display: block;
  }
  .reviewer__Details .reviewer_img img {
    max-width: 38px;
    width: 100%;
    max-height: 38px;
    height: 100%;
  }
  .reviewer__Details .reviewer_desc .reviewer_name {
    font-weight: 600;
    font-size: 12.3904px;
    line-height: 15px;
  }
  .reviewer__Details .reviewer_desc p,
  .reviewer__Education p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
  }
  .reviewer__Review .reviewer__Review__Title h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
  .reviewer__Details .reviewer_img {
    max-width: 34px;
    width: 100%;
    max-height: 34px;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
  }
  .reviews__head__Wrapper h1.secHead {
    font-size: 28px;
    line-height: 130%;
  }
  .reviews__head__Wrapper p.secDesc {
    font-size: 12px;
    line-height: 160%;
  }
  .reviews__Cards__Section {
    margin-top: -158px;
  }
  .review__Cta__Wrapper .review__Cta .review__Cta__Head {
    font-size: 30px;
    line-height: 36px;
  }
  .review__Cta__Wrapper .review__Cta p.review__Cta__Text {
    font-size: 15px;
    line-height: 150%;
    max-width: 330px;
  }
  .review__Cta__Btn__Wrapper button.review__Cta__Btn {
    padding: 17px 3px 18px;
  }
  .cta__Btn__Inner {
    padding: 15px 53.41px 15px 34px;
  }
  .review__Cta__Btn__Wrapper button.review__Cta__Btn span.cta__Btn__Inner span {
    font-size: 15px;
    line-height: 18.15px;
  }
  .review__Cta__Section {
    padding: 90px 0 112px;
  }
}
@media (max-width: 1418px) {
  .keepReading .container {
    padding: 0 40px;
  }
  .specsContent {
    max-width: 540px;
  }
  .functionData {
    max-width: 390px;
  }
  .singleHighlight .functionData {
    max-width: 430px;
  }
  .singleUser .functionData {
    max-width: 450px;
  }
}
@media (max-width: 1365px) {
  .specsWrapper.flex {
    justify-content: center;
    gap: 100px;
  }
  .specsSec {
    padding: 60px 0;
  }
  .functionsWrapper,
  .highlightsWrapper.flex,
  .usersWrapper.flex {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .languagesFilterWrapper .hideAfter {
    display: none;
  }
  .languageDropdownWrapper a:nth-child(n-3) {
    display: block;
  }
  .languageDropdownWrapper {
    bottom: -273px;
    right: -328px;
    width: 400px;
  }
  .specsContent {
    max-width: 456px;
  }
  .functionData {
    max-width: 350px;
  }
  .singlePoint {
    max-width: 45%;
    width: 100%;
  }
  .whyusPointsWrapper {
    justify-content: center;
    gap: 20px;
  }
  .nlpSec .contentWrapper {
    max-width: 700px;
  }
  .singleHighlight .functionData {
    max-width: 386px;
  }
  .singleUser .functionData {
    max-width: 403px;
  }
  .singleUser .contentWrapper p {
    min-height: 100px;
  }
  .wrapperRight {
    width: calc(100% - 230px);
  }
  .review_Card_Wrapper {
    flex-wrap: wrap;
  }
  .flexWrapper {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 36px;
  }
}
@media (max-width: 991px) {
  .reviews_ratings {
    flex-direction: column;
    align-items: center;
  }
  .review_Card_Wrapper {
    justify-content: center;
  }
  .otherBlogsWrapper {
    flex-wrap: nowrap;
    justify-content: start;
  }
  .otherBlogsWrapper a {
    max-width: 48%;
    flex: 0 0 48%;
  }
  .essayWriterBodyWrapper {
    padding: 60px 15px 20px;
  }
  .modesWrapper {
    overflow-x: auto;
  }
  .modesWrapper::-webkit-scrollbar {
    width: 6px;
    height: 2px;
  }
  .modesWrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .modesWrapper::-webkit-scrollbar-thumb {
    background: #bbb9b9;
    border-radius: 8px;
  }
  .modesWrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .essayWriterOutput {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .formWrapper {
    min-height: calc(100vh - 167px);
  }
  .wrapperRight {
    width: 100%;
  }
  .modesWrapperMob {
    display: flex;
    overflow-x: visible;
    border-bottom: 1px solid #e2e8f0;
  }
  .customSlider {
    margin: auto;
  }
  .sumr_modebodywrap {
    border-bottom: unset;
    z-index: 1;
    padding: 24px 16px 12px;
  }
  .customSlider .cstm_lable {
    font-size: 13px;
    display: block;
    max-width: 100px;
    width: 100%;
  }
  .modesDropdownWrapper,
  .modesWrapperDsktp {
    display: none;
  }
  .modesWrapper a {
    width: 100%;
    min-width: 124px;
    justify-content: center;
    padding-bottom: 14px;
  }
  .modesDropdownWrapper.show {
    display: flex;
    bottom: -143px;
  }
  .modesDropdownWrapper a {
    justify-content: start;
  }
  #outerMode svg.flip {
    transform: rotate(180deg);
  }
  .keepReading {
    max-width: unset;
  }
  .keepReading .container {
    padding: 0 20px;
    max-width: 570px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .essayWriterBodyWrapper {
    padding: 60px 0 20px;
  }
  .formWrapper {
    padding: 25px 10px 30px;
  }
  .generateEssayBtn .btnText,
  .inputGroup textarea,
  .modesWrapper a,
  .modesWrapper p {
    font-size: 14px;
  }
  .inputGroup textarea::placeholder {
    color: #858585;
    font-size: 14px;
  }
  .history.withData,
  .newOutputs.withData {
    padding: 25px 10px 40px;
  }
  .generatedEssay {
    padding-top: 0;
  }
  .sentenceJumperBtns a {
    padding: 1px 4px;
    max-height: 20px;
  }
  .sentenceJumperBtns a svg {
    width: 12px;
  }
  .outputInfoWrapper * {
    font-size: 13px;
  }
  .essayWriterWrapper h2 {
    font-size: 22px;
  }
  .generateEssayBtn {
    padding: 5px 20px;
    line-height: 100%;
  }
  #generate-essay-processing-btn {
    height: 32px;
    display: flex;
    align-items: center;
  }
  .generate-essay-processing svg {
    height: 18px;
  }
  .languageDropdownWrapper {
    right: 0;
    width: 330px;
  }
  .languagesFilterWrapper,
  .singlePoint {
    max-width: 100%;
  }
  .backBtn,
  .languagesFilterWrapper .PortugueseDsktp {
    display: none;
  }
  .languagesFilterWrapper .PortugueseMob {
    display: block;
  }
  .modesDropdownWrapper {
    bottom: -141px;
  }
  .singleUser .functionData {
    max-width: unset;
  }
  .keepReading h5,
  .secHead {
    font-size: 21px;
  }
  .highlightsSec,
  .specsSec,
  .whyusSec {
    padding: 70px 0;
  }
  .specsContent h2 {
    margin-bottom: 30px;
  }
  table.modesTable td {
    padding: 13px 5px;
  }
  table.modesTable tr td:first-child {
    min-width: 105px;
  }
  .singleFunction .imgWrapper {
    min-width: 50px;
    height: 50px;
  }
  .singleFunction {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap !important;
    align-items: start;
  }
  .content-para {
    margin-top: 12px;
  }
  .singleFunction .imgWrapper img,
  .singleFunction.singleUser .imgWrapper img {
    max-width: 30px;
    max-height: 30px;
  }
  .nlpSec .contentWrapper p:first-child {
    margin-top: 30px;
  }
  .singleHighlight .functionData {
    padding: 10px 20px;
  }
  .singleHighlight .imgWrapper {
    border-bottom: 1px solid #d4efed;
  }
  .fileLabel {
    flex-basis: 100%;
  }
  .ewBtns {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .whoSec {
    padding: 30px 0 70px;
  }
  .reviews__head__Wrapper h2.secHead {
    font-size: 28px;
    line-height: 130%;
  }
  .toolsBtnsWrapper {
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .otherBlogsWrapper a {
    max-width: 47%;
  }
  .blogCardHead span {
    font-size: 14px;
    line-height: 16px;
  }
  .blogCard p {
    font-size: 16px;
    line-height: 22px;
  }
  .blogCard img {
    min-height: 157px;
  }
  .contentHackWrapper {
    gap: 25px;
  }
  .normalContentWrapper img {
    width: 100%;
  }
  .citationForm.notFull {
    height: 100%;
  }
}
