.essayGenerator {
  padding-top: 0;
}
.genereatorWrapper {
  padding: 170px 0 80px;
}

.genereatorWrapper h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
}

.subText {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

.fieldGroup {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}

.fieldGroup input {
  display: block;
  /* max-width: 460px; */
  width: 100%;
  border: 1.2px solid #dbdbdb;
  background-color: #fff;
  padding: 12px 15px;
  color: #000;
  outline: none;
  border-radius: 6px;
  font-size: 15px;
}

.fieldGroup input:hover {
  border-color: #94b8d6;
}

.fieldGroup input:focus {
  border: 2px solid #1176ca;
}

.fieldGroup input::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9c9c9c;
}

#essayBotForm {
  max-width: 50%;
  margin: 0 auto;
}

.css-b62m3t-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

/* React-select overrides for essay bot form dropdowns */
.fieldGroup select{
    display: block;
    padding: 15px 40px 15px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    outline: 0;
    color: #202124;
    font-size: 14px;
    max-height: 48px;
    position: relative;
    --webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fieldGroup .selection .select2-selection--single {
    max-height: 50px;
    min-height: 48px;
    padding: 12px 15px;
    border: 1px solid #dbdbdb;
}
.fieldGroup .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: 6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 23px !important;
    font-size: 15px !important;
}
#essayBotForm button {
  display: block;
  margin: 20px auto 0px;
  border: none;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  max-width: max-content;
  padding: 13px 15px;
  background-color: #1176ca;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 17px;
}

#essayBotForm button:hover {
  background-color: #0564b3;
}

.fieldGroup button:hover {
  box-shadow: 0px 5px 20px 0px #b4b4b440;
  background-color: #0b65b0;
}

.textWrapper {
  padding-top: 130px;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

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

.textWrapper h2 {
  font-size: 32px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 140%;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
}

.textWrapper ul li {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  padding-bottom: 15px;
  color: #000;

}

/* newSections */
.functionsSec {
  padding: 70px 0;
  background: #fbfbfb;
}

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

.contentWrapper2 {
  padding-top: 60px;
}

.secHead {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 120.187%;
  text-align: center;
}

.functionsSec .secDesc {
  max-width: 688px;
  margin: 10px auto 0;
  text-align: center;
}

.contentWrapper p {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 155.187%;
}

.functionsWrapper>div {
  max-width: 526px;
}

.singleFunction {
  gap: 20px;
  margin-top: 40px;
}

.singleFunction .imgWrapper {
  width: 70.6px;
  height: 74.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #1176ca;
  background: #e8f0f7;
}

.singleFunction .imgWrapper img {
  max-width: 50px;
  width: 100%;
  max-height: 50px;
  height: 100%;
}

.functionData {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.functionData .functionName {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 120.187%;
  /* font-family: 'Circular-Medium'; */
}

.specsSec {
  padding: 110px 0 160px;
}

.specsWrapper.flex {
  gap: 42px;
}

.specsContent {
  max-width: 646px;
}

.specsSec .secHead {
  max-width: 520px;
}

.secHead.lineHead::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  background: #1176ca;
  left: 0;
}

.secHead.lineHead {
  position: relative;
  padding-left: 15px;
  text-align: left;
}

.specsContent p {
  margin-top: 14px;
}

.specsContent p a {
  text-decoration: none;
  color: #0654E6;
  font-weight: 500;
  transition: color 0.2s ease;
}

.specsContent p a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.tableWrapper {
  position: relative;
}

.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;
  background: #fff;
}

table.modesTable tr td:first-child {
  border-top: none;
  border-left: none;
}

.whyusSec {
  padding: 0 0 140px;
}

.whyusSec .secDesc {
  text-align: center;
  margin: 10px 0 40px;
}

.singlePoint {
  padding: 22px 18px;
  border-radius: 4px 6px 0px 4px;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 0px 21px 0px rgba(225, 224, 224, 0.21);
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 32%;
  position: relative;
  background: #fff;
}

.singlePoint:hover {
  border-color: #1176ca;
}

.singlePoint:hover .pointWrapper .pointName,
.singlePoint:hover .pointWrapper .pointNum {
  color: #1176ca;
}

.singlePoint p {
  position: relative;
  z-index: 2;
}

.singlePoint .pointWrapper {
  display: flex;
  column-gap: 4px;
}

.singlePoint .pointWrapper .pointNum {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120.187%;
}

.singlePoint .pointWrapper .pointName {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120.187%;
  max-width: 284px;
}

.singlePoint::after {
  position: absolute;
  content: '';
  width: 75px;
  height: 45px;
  background: url(../../../assets/images/essaybot/01.svg);
  background-size: contain;
  right: 20px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: right;
}

.singlePoint.condition::after {
  background: url(../../../assets/images/essaybot/02.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.singlePoint.context::after {
  background: url(../../../assets/images/essaybot/03.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.startWriing {
  display: block;
  border: none;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  max-width: max-content;
  padding: 13px 30px;
  background-color: #1176ca;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 17px;
  margin: 40px auto 0;
}

.startWriing:hover {
  box-shadow: 0px 5px 20px 0px #b4b4b440;
  background-color: #0b65b0;
}

@media (max-width: 1199px) {
  .whyusPointsWrapper {
    justify-content: center;
    gap: 20px;
  }

  .singlePoint {
    max-width: 45%;
    width: 100%;
  }

  #essayBotForm {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  #essayBotForm {
    max-width: 100%;
    margin: 0 auto;
  }

  .secHead {
    font-size: 24px;
  }

  .singleFunction {
    gap: 10px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .singleFunction .imgWrapper {
    min-width: 50px;
    height: 50px;
    width: auto;
  }

  .singleFunction .imgWrapper img {
    max-width: 30px;
    max-height: 30px;
  }

  .functionData {
    max-width: 350px;
  }

  .specsSec {
    padding: 70px 0;
  }

  .specsWrapper.flex {
    gap: 42px;
  }

  .specsContent {
    max-width: 456px;
  }

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

  table.modesTable td {
    padding: 13px 5px;
  }

  table.modesTable tr td:first-child {
    min-width: 105px;
  }

  .whyusSec {
    padding: 70px 0;
  }

  .singlePoint {
    max-width: 100%;
  }

  .genereatorWrapper h1 {
    font-size: 30px;
  }

  .fieldGroup {
    row-gap: 15px;
    /* flex-direction: column; */
  }

  .fieldGroup input {
    font-size: 13px;
  }

  .fieldGroup input::placeholder {
    font-size: 13px;
  }

  /* #essayBotForm button {
    width: 50%;
    max-width: 50%;
  } */

  .genereatorWrapper {
    padding: 120px 0 50px;
  }

  .textWrapper {
    padding-top: 80px;
  }

  .textWrapper p {
    font-size: 18px;
  }
}