/*@mixin placeholder {
    &.placeholder { @content }
    &:-moz-placeholder { @content }
    &::-moz-placeholder{@content}
    &:-ms-input-placeholder{@content}
    &::-webkit-input-placeholder { @content }
}*/
/*@mixin size($width, $height: $width){
    width: $width;
    height: $height;
}*/
.space50 {
  padding: 50px 0;
}

.error-show,
.error-msg {
  font-size: 12px;
  line-height: 15px;
  color: #c80013;
  position: absolute;
}

.error-msg {
  bottom: auto;
  display: block;
}

.title-head {
  font-size: 32px;
  line-height: 43px;
  color: #1d1d1d;
  font-family: "robotomedium";
  text-align: center;
  margin: 0 auto 30px;
}
.title-head:before, .title-head::after {
  display: none;
}

@-webkit-keyframes blink {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes blink {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.ai-humanizer-banner {
  padding: 30px 0 265px;
  background: linear-gradient(92.25deg, #587e28 -1.21%, rgba(102, 148, 44, 0.95) 20.14%, rgba(112, 152, 62, 0.9) 38.83%, rgba(122, 158, 77, 0.9) 51.68%, rgba(115, 154, 65, 0.95) 65.84%, rgba(116, 150, 72, 0.95) 78.72%, #587e28 101.66%);
}
.ai-humanizer-banner .main-title {
  font-size: 36px;
  line-height: 48px;
  font-family: "robotomedium";
  margin-bottom: 10px;
}
.ai-humanizer-banner .head-text {
  font-size: 18px;
  line-height: 24px;
}
.ai-humanizer-banner .main-title,
.ai-humanizer-banner .head-text {
  text-align: center;
  color: #fff;
}

.ai-humanizer-form-section .container {
  padding: 0 5%;
}
.ai-humanizer-form-section .inner-form-box {
  position: relative;
  background: #fff;
  margin: -250px auto 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 30px;
  display: block;
  overflow: hidden;
}
.ai-humanizer-form-section .inner-form-box .lock-strip {
  background: -webkit-gradient(linear, left top, right top, color-stop(17.46%, #618437), color-stop(38.53%, #789b4c), color-stop(54.03%, #799c4c), color-stop(71.85%, #7ea24f), color-stop(88.74%, #7c9e50));
  background: linear-gradient(90deg, #618437 17.46%, #789b4c 38.53%, #799c4c 54.03%, #7ea24f 71.85%, #7c9e50 88.74%);
  padding: 15px 25px;
  -webkit-box-shadow: 0px 4px 10px 0.5px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 10px 0.5px rgba(0, 0, 0, 0.1490196078);
  margin: 0 0 20px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.ai-humanizer-form-section .inner-form-box .lock-strip .strip-img {
  top: -19px;
  left: -12px;
  position: absolute;
  background: transparent;
  margin: 0;
  -webkit-box-shadow: 0px 5px 23.8px 0px rgba(134, 203, 47, 0.5019607843);
          box-shadow: 0px 5px 23.8px 0px rgba(134, 203, 47, 0.5019607843);
  border-radius: 15px;
}
.ai-humanizer-form-section .inner-form-box .lock-strip .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-left: 170px;
}
.ai-humanizer-form-section .inner-form-box .lock-strip .list .list-item {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-family: "robotoregular";
  color: #fff;
}
.ai-humanizer-form-section .inner-form-box .lock-strip .list .list-item img,
.ai-humanizer-form-section .inner-form-box .lock-strip .list .list-item svg {
  margin-right: 10px;
  vertical-align: bottom;
}
.ai-humanizer-form-section .inner-form-box .lock-strip .pro-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #f58e0e;
  border-radius: 6px;
  background: #ffffff;
  color: #2a2a2a;
  -webkit-animation: blink 0.5s 5 alternate;
          animation: blink 0.5s 5 alternate;
  font-size: 16px;
  line-height: 20px;
  font-family: "robotomedium";
  padding: 6px;
  white-space: nowrap;
}
.ai-humanizer-form-section .inner-form-box .lock-strip .pro-btn:hover {
  background: #f7f7f7;
}
.ai-humanizer-form-section .inner-form-box .lock-strip .pro-btn svg {
  vertical-align: initial;
}
.ai-humanizer-form-section .inner-form-box .lock-strip.unlock {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-humanizer-form-section .inner-form-box .lock-strip.unlock .list {
  margin: 0;
}
.ai-humanizer-form-section .inner-form-box .expert-strip,
.ai-humanizer-form-section .inner-form-box .bottom-text, .ai-humanizer-form-section .inner-form-box .bottom-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-humanizer-form-section .inner-form-box .bottom-right-side {
  width: 49%;
}
.ai-humanizer-form-section .inner-form-box .download-btn {
  background: #5C7A36;
  border: 1px solid #5C7A36;
  color: #fff;
  padding: 6px 16px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 26px;
}
.ai-humanizer-form-section .inner-form-box .expert-strip {
  position: relative;
  padding: 4px 20px;
  background: #eefff7;
  border: 1px solid #c1e5c7;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}
.ai-humanizer-form-section .inner-form-box .expert-strip .girl-img {
  position: absolute;
  left: 18px;
  bottom: 0;
}
.ai-humanizer-form-section .inner-form-box .expert-strip .text {
  padding-left: 45px;
  color: #616161;
}
.ai-humanizer-form-section .inner-form-box .expert-strip .text .color-text {
  font-size: 18px;
  color: #ff7020;
  font-family: "robotomedium";
}
.ai-humanizer-form-section .inner-form-box .expert-strip .get-in-touch {
  border: 1px solid #ef841f;
  background: #f58e0e;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: "robotoregular";
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ai-humanizer-form-section .inner-form-box .expert-strip .get-in-touch:hover {
  background: #ee8a0e;
}
.ai-humanizer-form-section .inner-form-box .mode-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .mode-text {
  background: #5c7a36;
  border-radius: 17px;
  padding: 3px 10px 3px 3px;
  color: #ffffff;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .mode-text .text {
  background: #ffffff;
  color: #2a2a2a;
  border-radius: 11px;
  padding: 3px 7px;
  display: inline-block;
  margin-right: 2px;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .mode-text .text .type {
  color: #f7504d;
  font-family: "robotomedium";
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box {
  position: relative;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .thinking-circle {
  cursor: pointer;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box {
  display: none;
  position: absolute;
  left: -130px;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  z-index: 99;
  width: 320px;
  border: 1px solid #e2e3e3;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .box-title,
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .basic-head {
  font-family: "robotomedium";
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
  margin: 0 0 8px 0;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .premium-head {
  font-family: "robotomedium";
  font-size: 18px;
  line-height: 24px;
  background: linear-gradient(90.02deg, #1d1d1d -16.24%, #f58e0e 99.99%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 8px 0;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .feature-listing {
  margin: 0 0 18px 0;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .feature-listing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #616161;
  font-size: 15px;
  line-height: 20px;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .pro-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #f58e0e;
  border-radius: 6px;
  background: #ffffff;
  color: #2a2a2a;
  -webkit-animation: blink 0.5s 5 alternate;
          animation: blink 0.5s 5 alternate;
  font-size: 16px;
  line-height: 20px;
  font-family: "robotomedium";
  padding: 6px;
  white-space: nowrap;
  margin: 0 auto;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .pro-btn:hover {
  background: #f7f7f7;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .pro-btn svg {
  vertical-align: initial;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .selection-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ai-humanizer-form-section .inner-form-box .mode-row .left-side .selection-row .custom-select {
  cursor: pointer;
  border: 1px solid #8ba1af;
  background: #fff url(../images/ai-humanizer-tool/down-arrow.png) no-repeat center right 10px;
  border-radius: 17px;
  color: #616161;
  padding: 5px 30px 5px 10px;
  width: auto;
}
.ai-humanizer-form-section .inner-form-box .mode-row .clear-text {
  margin: 0 0 0 auto;
  color: #4d4d4d;
}
.ai-humanizer-form-section .inner-form-box .mode-row .clear-text span {
  margin: 0 10px 0 0;
}
.ai-humanizer-form-section .inner-form-box .mode-row .clear-text svg {
  vertical-align: middle;
  cursor: pointer;
}
.ai-humanizer-form-section .inner-form-box .partition-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box,
.ai-humanizer-form-section .inner-form-box .partition-box .result-box {
  background: #fafff4;
  border: 1px dashed #d4d4d4;
  border-radius: 10px;
  height: 350px;
  width: 49%;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field {
  position: relative;
  height: 265px;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field textarea {
  height: 98%;
  padding: 15px;
  resize: none;
  background: transparent;
  border: none;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field textarea::-webkit-input-placeholder {
  color: #8ba1af;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field textarea::-moz-placeholder {
  color: #8ba1af;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field textarea:-ms-input-placeholder {
  color: #8ba1af;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field textarea::-ms-input-placeholder {
  color: #8ba1af;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field textarea::placeholder {
  color: #8ba1af;
}
.ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field .error-show {
  width: 100%;
  text-align: center;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box {
  position: relative;
  padding: 15px;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-content {
  overflow: auto;
  height: 250px;
  color: #1d1d1d;
  padding: 0 18px 0 0;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-content .highlighted {
  color: #f58e0e;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-placeholder {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #8ba1af;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .copy-img {
  cursor: pointer;
  position: absolute;
  top: 3%;
  right: 3%;
  background: #fafff4;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1803921569);
  border-radius: 5px;
  padding: 5px 9px;
  font-family: "robotomedium";
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .head {
  font-size: 13px;
  line-height: normal;
  color: #8ba1af;
  text-align: center;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .total-bar {
  border-radius: 10px;
  width: 100%;
  background: #dadada;
  overflow: hidden;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .total-bar .innerbar {
  height: 7px;
  background: #f58e0e;
  color: #fff;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .bottom-row .dot {
  display: inline-block;
  background: #dadada;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .bottom-row .dot.orange {
  background: #f58e0e;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .bottom-row .title {
  font-size: 12px;
  line-height: normal;
  color: #8ba1af;
}
.ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-bar .bottom-row .title span {
  color: #1d1d1d;
}
.ai-humanizer-form-section .inner-form-box .bottom-text {
  margin: 13px 0 0;
}
.ai-humanizer-form-section .inner-form-box .bottom-text .count {
  color: #ef841f;
}
.ai-humanizer-form-section .inner-form-box .bottom-text .ratings {
  font-family: "robotomedium";
  font-size: 14px;
  line-height: 18px;
  color: #2a2a2a;
  margin-left: auto;
}
.ai-humanizer-form-section .inner-form-box .bottom-text .rate-star {
  margin: 0 7px;
}
.ai-humanizer-form-section .inner-form-box .get-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload {
  display: inline-block;
  cursor: pointer;
  color: #5a5a5a;
  font-family: "robotomedium";
  width: auto;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload .jFiler-input-button {
  display: none;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-input .jFiler-input-caption span {
  position: relative;
  margin: 0 8px 0 0;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #ef841f;
  border: 1px dashed #ef841f;
  border-radius: 3px;
  padding: 8px 10px 8px 45px;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-input .jFiler-input-caption span::after {
  margin: 0 0 0 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  background: url("../images/file-upload-gah.svg") no-repeat;
  left: 0;
  width: 29px;
  height: 18px;
  top: 6px;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-items .jFiler-item-info.pull-left {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 6px 20px 6px 35px;
  margin: 0 8px 0 0;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-items .jFiler-item-info.pull-left::before {
  position: absolute;
  content: "";
  background: url("../images/uploaded-file-new.svg") no-repeat;
  opacity: 1;
  width: 22px;
  height: 27px;
  left: 8px;
  top: 5px;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-items .jFiler-item-info.pull-left .jFiler-item-title {
  font-size: 11px;
  line-height: 14px;
  font-family: "robotoregular";
  color: #2a2a2a;
  display: block;
  white-space: nowrap;
  width: 106px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px 0 0;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-items .jFiler-item-info.pull-left .jFiler-item-others {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  line-height: 11px;
  color: #a5a5a5;
  padding: 0 5px 0 0;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-items .jFiler-item-info.pull-left .jFiler-item-trash-action {
  margin-top: -7px;
  cursor: pointer;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .jFiler-items .jFiler-item-info.pull-left .jFiler-item-assets ul li a {
  background: url("../images/close-plagiarism-file.svg") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 18px;
  cursor: pointer;
  background-size: cover;
}
.ai-humanizer-form-section .inner-form-box .get-result .file_upload.input-group .file_upload {
  height: unset;
}
.ai-humanizer-form-section .inner-form-box .get-result .check-paraphrase-btn {
  cursor: pointer;
  background: #f58e0e;
  color: #ffffff;
  font-family: "robotomedium";
  font-size: 20px;
  line-height: 26px;
  padding: 10px 18px;
  -webkit-box-shadow: 1px 2px 11px 0px rgba(248, 70, 67, 0.4509803922);
          box-shadow: 1px 2px 11px 0px rgba(248, 70, 67, 0.4509803922);
  border-radius: 3px;
}
.ai-humanizer-form-section .inner-form-box .get-result-mobile {
  display: none;
}
.ai-humanizer-form-section .inner-form-box .loading-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.ai-humanizer-form-section .inner-form-box .loading-loader:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.ai-humanizer-form-section .inner-form-box .loading-loader img {
  z-index: 1;
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.ai-humanizer-form-section .inner-form-box .progress-bar-div {
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ai-humanizer-form-section .inner-form-box .progress-bar-div .step-bar {
  border-radius: 30px;
  width: 80%;
  background: #fff;
  margin: 10px auto;
  overflow: hidden;
}
.ai-humanizer-form-section .inner-form-box .progress-bar-div .step-bar .innerbar {
  position: relative;
  width: 0%;
  height: 22px;
  background: #5c7a36;
  color: #fff;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
  text-align: center;
}
.ai-humanizer-form-section .inner-form-box .progress-bar-div .progress-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-humanizer-form-section .inner-form-box .progress-bar-div .progress-msg {
  font-size: 16px;
  line-height: 20px;
  font-family: "robotomedium";
  color: #fff;
  text-align: center;
}
.ai-humanizer-form-section .inner-form-box .progress-bar-div .text {
  font-family: "robotomedium";
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ai-humanizer-form-section .inner-form-box .upload-msg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f7f7f7;
  border-radius: 10px 10px 0 0;
}
.ai-humanizer-form-section .inner-form-box .upload-msg .text {
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 130px auto auto;
}
.ai-humanizer-form-section .inner-form-box .blur-result {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.why-choose-us-section {
  background: #f5f5f5;
  margin: 30px 0 0;
}
.why-choose-us-section .title-head {
  margin: 0 0 20px;
}
.why-choose-us-section .title-head .gradient-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fca63b), to(#5c7a36));
  background: linear-gradient(180deg, #fca63b 1%, #5c7a36 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-choose-us-section .sub-heading {
  font-size: 16px;
  line-height: 18px;
  color: #616161;
  margin: 0 0 30px;
  text-align: center;
}
.why-choose-us-section .box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-choose-us-section .box-row .left-box {
  width: 31%;
}
.why-choose-us-section .box-row .left-box .why-choose-box {
  background: linear-gradient(92.25deg, #587e28 -1.21%, rgba(102, 148, 44, 0.95) 20.14%, rgba(112, 152, 62, 0.9) 38.83%, rgba(122, 158, 77, 0.9) 51.68%, rgba(115, 154, 65, 0.95) 65.84%, rgba(116, 150, 72, 0.95) 78.72%, #587e28 101.66%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.why-choose-us-section .box-row .left-box .why-choose-box .box-heading {
  font-family: "robotomedium";
  font-size: 20px;
  line-height: 24px;
  color: #1d1d1d;
  margin: 0 0 15px 0;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature {
  padding: 15px;
  background: #ffffff;
  width: 48%;
  border-radius: 13px;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
  font-size: 15px;
  line-height: 20px;
  color: #616161;
  padding: 0 18px;
}
.why-choose-us-section .box-row .right-box {
  width: 66%;
}
.why-choose-us-section .box-row .right-box .writer-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-choose-us-section .box-row .right-box .writer-box .circle {
  background: rgba(224, 243, 234, 0.4392156863);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin: 0 15px 0 0;
  text-align: center;
  padding: 10px 0 0;
}
.why-choose-us-section .box-row .right-box .writer-box .content-div {
  width: 89%;
}
.why-choose-us-section .box-row .right-box .writer-box .head {
  font-family: "robotomedium";
  font-size: 20px;
  line-height: 24px;
  color: #1d1d1d;
}
.why-choose-us-section .box-row .right-box .writer-box .content-para {
  font-size: 15px;
  line-height: 20px;
  color: #616161;
  margin: 5px 0 9px;
  max-height: 40px;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.why-choose-us-section .box-row .right-box .writer-box .writer-btn {
  background: #f58e0e;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  border-radius: 3px;
  padding: 5px 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.why-choose-us-section .box-row .right-box .writer-box .writer-btn.editor-btn {
  background: #fff;
  color: #ef841f;
  border: 1px solid #ef841f;
}
.why-choose-us-section .box-row .right-box .writer-box:nth-child(1) {
  margin: 0 0 18px 0;
}

.bypass-section {
  background: #f1f1f1;
}
.bypass-section .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bypass-section .content-row .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  width: 42%;
  color: #111827;
}
.bypass-section .content-row .left-side .title-head {
  margin: 0;
  text-align: left;
}
.bypass-section .content-row .left-side .para {
  font-size: 15px;
  line-height: 20px;
}

.website-feature-table {
  text-align: center;
}
.website-feature-table .feature-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  background: #eeeeee;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1803921569) inset;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1803921569) inset;
  border-radius: 14px;
  padding: 25px;
}
.website-feature-table .feature-box .first-col,
.website-feature-table .feature-box .second-col,
.website-feature-table .feature-box .third-col {
  border-radius: 14px;
}
.website-feature-table .feature-box .first-col li,
.website-feature-table .feature-box .second-col li,
.website-feature-table .feature-box .third-col li {
  padding: 20px;
  border-bottom: 0.2px solid #ddd;
  text-align: left;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.website-feature-table .feature-box .first-col li:last-child,
.website-feature-table .feature-box .second-col li:last-child,
.website-feature-table .feature-box .third-col li:last-child {
  border: none;
  padding: 12px;
}
.website-feature-table .feature-box .first-col li img,
.website-feature-table .feature-box .second-col li img,
.website-feature-table .feature-box .third-col li img {
  vertical-align: bottom;
}
.website-feature-table .feature-box .first-col,
.website-feature-table .feature-box .third-col {
  background: #ffffff;
}
.website-feature-table .feature-box .first-col li,
.website-feature-table .feature-box .third-col li {
  font-size: 16px;
  line-height: normal;
  color: #3f3f3f;
}
.website-feature-table .feature-box .first-col .top-head,
.website-feature-table .feature-box .third-col .top-head {
  border-radius: 14px 14px 0 0;
  background: #f8f8f8;
  color: #1d1d1d;
  text-align: center;
  font-family: "robotomedium";
  font-size: 20px;
  line-height: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.website-feature-table .feature-box .second-col {
  background: #f9fff2;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid #9ec137;
}
.website-feature-table .feature-box .second-col li {
  font-size: 18px;
  line-height: normal;
  color: #252430;
}
.website-feature-table .feature-box .second-col .highlighted-head {
  border-radius: 12px 12px 0 0;
  background: #9ec137;
  color: #fff;
  text-align: center;
  font-family: "robotomedium";
  font-size: 20px;
  line-height: normal;
  -webkit-box-shadow: 0px 0px 13.69px 0.4px rgba(134, 162, 52, 0.5490196078);
          box-shadow: 0px 0px 13.69px 0.4px rgba(134, 162, 52, 0.5490196078);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.website-feature-table .feature-box .try-btn {
  font-family: "robotomedium";
  font-size: 14px;
  line-height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.99%, #ffb04f), to(#f58e0e));
  background: linear-gradient(180deg, #ffb04f 10.99%, #f58e0e 100%);
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  display: block;
  text-align: center;
}

.humanize-ai-strip {
  position: relative;
  background: #f4f7fb;
}
.humanize-ai-strip .content-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.humanize-ai-strip .content-row .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.humanize-ai-strip .content-row .left-side .title-head {
  text-align: left;
  margin: 0;
}
.humanize-ai-strip .content-row .left-side .para {
  font-size: 22px;
  line-height: normal;
  color: #2a2a2a;
}
.humanize-ai-strip .content-row .left-side .try-free-btn {
  font-family: "robotomedium";
  font-size: 18px;
  line-height: 24px;
  padding: 9px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 3px;
  background: #f58e0e;
  color: #fff;
}
.humanize-ai-strip .content-row .right-side {
  width: 58%;
}
.humanize-ai-strip::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  background: url("../images/ai-humanizer-tool/setting-icon.png") no-repeat;
  left: 4%;
  width: 141px;
  height: 141px;
  top: 10%;
}

.tool-process .tool-process-slider {
  margin: 10px 0;
}
.tool-process .tool-process-slider .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 14px 14px 30px 14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 1.5px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 0px 8px 1.5px rgba(0, 0, 0, 0.1490196078);
  margin: 10px;
  border-radius: 20px;
}
.tool-process .tool-process-slider .card figure {
  -webkit-box-shadow: 0px 2.32914px 4.65828px rgba(40, 41, 61, 0.04), 0px 4px 10px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 2.32914px 4.65828px rgba(40, 41, 61, 0.04), 0px 4px 10px rgba(96, 97, 112, 0.16);
  border-radius: 10px;
}
.tool-process .tool-process-slider .card .card-step {
  font-size: 16px;
  line-height: normal;
  color: #ff8d00;
}
.tool-process .tool-process-slider .card .card-title {
  font-size: 22px;
  line-height: 100%;
  color: #1d1d1d;
}
.tool-process .tool-process-slider .card .card-para {
  font-size: 15px;
  line-height: 100%;
  color: #333333;
  max-height: 60px;
  overflow: auto;
}
.tool-process .tool-process-slider .card .card-para a {
  color: #ff8d00;
}
.tool-process .tool-process-slider .slick-prev,
.tool-process .tool-process-slider .slick-next {
  font-size: 0;
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
}
.tool-process .tool-process-slider .slick-prev:before,
.tool-process .tool-process-slider .slick-next:before {
  content: "";
  background: url(../images/CaretLeft.svg) no-repeat;
  width: 40px;
  height: 41px;
  background-size: 40px;
  display: block;
  margin: auto;
}
.tool-process .tool-process-slider .slick-prev {
  left: -4%;
}
.tool-process .tool-process-slider .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -4%;
}
.tool-process .humanize-btn {
  font-family: "robotomedium";
  font-size: 18px;
  line-height: 24px;
  padding: 9px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 3px;
  background: #f58e0e;
  color: #fff;
  margin: 0 auto;
}

.essay_writing_scrollable_section {
  background: #fff;
}
.essay_writing_scrollable_section .title {
  color: #1d1d1d;
  font-size: 32px;
  line-height: 43px;
  font-family: "robotomedium";
  margin: 0 0 5px;
  text-align: center;
}
.essay_writing_scrollable_section .sub_title {
  color: #2a2a2a;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 30px;
}
.essay_writing_scrollable_section .content_navigatation_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 30px 0 0;
  padding: 20px;
  border-radius: 20px;
  background: #f5f5f5;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area {
  height: 456px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 34px 0 0;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right {
  width: 48%;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .heading,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .heading {
  color: #2a2a2a;
  font-family: "robotomedium";
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 15px;
  margin: 0 0 24px;
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .heading::after,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .heading::after {
  display: none;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left p,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left h4,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right p,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right h4 {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 20px;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left p:last-child,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left h4:last-child,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right p:last-child,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right h4:last-child {
  margin: 0;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left ul,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right ul {
  margin: 0 0 20px;
  list-style: disc;
  list-style-position: inside;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .bold_title,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .bold_title {
  font-family: "robotomedium";
  margin: 0;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left table,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right table {
  display: block;
  overflow: auto;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 3px 3px 0;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left table tr td,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left table tr th,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right table tr td,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right table tr th {
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  padding: 10px;
  font-size: 15px;
  white-space: nowrap;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .anchor-style,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left a,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .anchor-style,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right a {
  color: #ef841f;
  font-family: "robotomedium";
  cursor: pointer;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .redirect-btn,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .redirect-btn {
  background: #f58e0e;
  color: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 18px;
  font-family: "robotomedium";
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar {
  width: 15px;
  height: 8px;
  background: #fff;
  border-radius: 10px;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 4px solid #f5f5f5;
  background: #8cb61d;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area.white-scroll::-webkit-scrollbar {
  background: #fff;
}

.checkout-free-tools {
  background: #F5F5F5;
}
.checkout-free-tools .title-head {
  margin: 0 auto 15px;
  text-align: center;
}
.checkout-free-tools .sub-title {
  font-size: 16px;
  line-height: 18px;
  color: #454545;
  text-align: center;
}
.checkout-free-tools .tool-box-row {
  margin: 25px 0 0;
}
.checkout-free-tools .tool-box-row .tool-box {
  padding: 15px;
  background: #FFFFFF;
  color: #1D1D1D;
  border-radius: 10px;
  position: relative;
  margin: 10px 20px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1607843137);
}
.checkout-free-tools .tool-box-row .tool-box .tool-name {
  font-size: 24px;
  line-height: 26px;
  margin: 21px 0 6px;
}
.checkout-free-tools .tool-box-row .tool-box .tool-para {
  font-size: 14px;
  line-height: 20px;
  margin: 7px 0 30px;
}
.checkout-free-tools .tool-box-row .tool-box .check-now {
  color: #5C7A36;
}
.checkout-free-tools .tool-box-row .slick-prev,
.checkout-free-tools .tool-box-row .slick-next {
  font-size: 0;
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
}
.checkout-free-tools .tool-box-row .slick-prev:before,
.checkout-free-tools .tool-box-row .slick-next:before {
  content: "";
  background: url(../images/CaretLeft.svg) no-repeat;
  width: 40px;
  height: 41px;
  background-size: 40px;
  display: block;
  margin: auto;
}
.checkout-free-tools .tool-box-row .slick-prev {
  left: -3%;
}
.checkout-free-tools .tool-box-row .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -3%;
}

.ai-essay-reviews .title-head span {
  color: #5c7a36;
}
.ai-essay-reviews .reviews-row .box {
  padding: 17px;
  border-radius: 22px;
  background: linear-gradient(89.88deg, #5a8a1d 0.11%, #76ab32 99.91%);
  position: relative;
  margin: 0 16px;
}
.ai-essay-reviews .reviews-row .box .great-service {
  color: #fff;
  font-family: "robotomedium";
  font-size: 16px;
  line-height: 21px;
}
.ai-essay-reviews .reviews-row .box .assignment-detail {
  display: none;
  color: #f6f6f6;
  font-family: "robotomedium";
  font-size: 14px;
  line-height: 21px;
  margin: 3px 0 6px;
  position: relative;
  z-index: 1;
}
.ai-essay-reviews .reviews-row .box .rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.ai-essay-reviews .reviews-row .box .rating-row i {
  width: 15px;
  height: 15px;
  background: url(../images/star2.png) no-repeat;
}
.ai-essay-reviews .reviews-row .box .description {
  position: relative;
  z-index: 9;
  color: #f6f6f6;
  font-size: 14px;
  line-height: 21px;
  margin: 15px 0;
  height: 85px;
  overflow: auto;
}
.ai-essay-reviews .reviews-row .box .user-name {
  color: #fff;
  font-family: "robotomedium";
  font-size: 14px;
  line-height: 21px;
}
.ai-essay-reviews .reviews-row .box .user-city {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}
.ai-essay-reviews .reviews-row .box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/reviews-quote.svg) no-repeat;
  height: 91px;
  width: 108px;
  border-top-right-radius: 22px;
  z-index: 1;
}
.ai-essay-reviews .reviews-row .slick-prev,
.ai-essay-reviews .reviews-row .slick-next {
  font-size: 0;
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
}
.ai-essay-reviews .reviews-row .slick-prev:before,
.ai-essay-reviews .reviews-row .slick-next:before {
  content: "";
  background: url(../images/CaretLeft.svg) no-repeat;
  width: 40px;
  height: 41px;
  background-size: 40px;
  display: block;
  margin: auto;
}
.ai-essay-reviews .reviews-row .slick-prev {
  left: -30px;
}
.ai-essay-reviews .reviews-row .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -30px;
}

/*faq block*/
.faq-block {
  background: #f5f5f5;
}
.faq-block a {
  color: #f58e0e;
}
.faq-block .faq-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq-block .faq-flex .faq-list {
  width: 48%;
}
.faq-block .faq-flex .faq-list li {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  margin: 0 40px 15px 0;
}
.faq-block .faq-flex .faq-list li:nth-child(even) {
  margin: 0 0 15px 0;
}
.faq-block .faq-flex .faq-list li .faq-head {
  padding: 12px 32px 12px 14px;
  font-size: 15px;
  line-height: 18px;
  font-family: "robotoregular";
  color: #343434;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.faq-block .faq-flex .faq-list li .faq-head.active {
  background: #f1faf6;
}
.faq-block .faq-flex .faq-list li .faq-head.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq-block .faq-flex .faq-list li .faq-head:after {
  content: "";
  background: url("../images/svg/homesprite.png") no-repeat;
  width: 12px;
  height: 8px;
  display: block;
  background-position: -2px -24px;
  background-size: 270px;
  position: absolute;
  right: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq-block .faq-flex .faq-list li .faq-detail {
  padding: 15px;
  display: none;
  line-height: 18px;
}
.faq-block .faq-flex .faq-list li .faq-detail ul {
  padding: 0 0 0 20px;
}
.faq-block .faq-flex .faq-list li .faq-detail ul li {
  border: 0;
  margin: 0;
  list-style: disc;
}
.faq-block .faq-flex .faq-list li:last-child {
  margin: 0;
}

/*recent-blog*/
.recent-blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.recent-blog ul .blog-card {
  width: 24%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #fff;
  border-radius: 3px;
}
.recent-blog ul .blog-card a {
  display: block;
}
.recent-blog ul .blog-card img {
  width: 100%;
  height: 100%;
}
.recent-blog ul .blog-card .blog-txt {
  padding: 15px;
}
.recent-blog ul .blog-card .blog-txt .title-subhead {
  font-size: 16px;
  line-height: 18px;
  font-family: "robotomedium";
  margin: 0 0 7px;
  height: 55px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 2.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.recent-blog ul .blog-card .blog-txt .title-subhead a {
  color: #2a2a2a;
}
.recent-blog ul .blog-card .blog-txt .title-text {
  color: #616161;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 8px;
}
.recent-blog ul .blog-card .read-more {
  color: #ef841f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  position: relative;
}
.recent-blog ul .blog-card .read-more:after {
  content: "";
  background: url(../images/sprite1.png) no-repeat;
  background-size: 650px;
  width: 15px;
  height: 11px;
  display: inline-block;
  background-position: -550px -27px;
  vertical-align: baseline;
  margin: 0px 0 0 5px;
}

.fancybox-bg {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: fixed;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button.fancybox-close-small {
  top: -8px;
  right: -34px;
}
.fancybox-button svg path {
  fill: #2a2a2a !important;
}

.writer-popup {
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2509803922);
}

.order-popup {
  padding: 0;
  width: 47%;
  border-radius: 10px;
  overflow: unset;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2509803922);
  background: none;
}
.order-popup .popup-top {
  background: #5c7a36;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-family: "robotomedium";
  border-radius: 10px 10px 0 0;
  padding: 15px 15px 23px;
}
.order-popup .popup-top svg {
  margin-right: 3px;
  vertical-align: middle;
}
.order-popup .popup-top span {
  font-family: "robotoregular";
}
.order-popup .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  padding: 20px 0 0;
}
.order-popup .head-top .head-text {
  font-size: 28px;
  line-height: 32px;
  font-family: "robotomedium";
  margin-left: 10px;
  color: #153d72;
}
.order-popup .head-top .head-text .small-head {
  font-size: 20px;
  line-height: 24px;
  font-family: "robotoregular";
  color: #7e7e7e;
  display: block;
  text-align: center;
}
.order-popup .mobile-order-div {
  display: none;
}
.order-popup .order-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  padding: 20px 0;
}
.order-popup .left-order,
.order-popup .right-order {
  position: relative;
  width: 50%;
}
.order-popup .left-order .detail-div,
.order-popup .right-order .detail-div {
  border: 1px solid #5c7a36;
  border-radius: 13px;
  padding: 15px 25px 25px;
}
.order-popup .left-order .gram-report,
.order-popup .right-order .gram-report {
  font-size: 18px;
  line-height: 22px;
  font-family: "robotomedium";
  text-align: center;
}
.order-popup .left-order img,
.order-popup .right-order img {
  display: block;
  margin: 0 auto 9px;
}
.order-popup .left-order .all-features,
.order-popup .right-order .all-features {
  margin-top: 25px;
}
.order-popup .left-order .all-features .names,
.order-popup .right-order .all-features .names {
  font-size: 15px;
  line-height: 18px;
  font-family: "robotoregular";
  margin-bottom: 12px;
  color: #2a2a2a;
}
.order-popup .left-order .all-features .names svg,
.order-popup .right-order .all-features .names svg {
  margin-right: 12px;
}
.order-popup .left-order .all-features .names:last-child,
.order-popup .right-order .all-features .names:last-child {
  margin: 0;
}
.order-popup .btn-mobile {
  display: none;
}
.order-popup .amt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-family: "robotomedium";
  margin-bottom: 25px;
  margin-top: 20px;
}
.order-popup .amt-row .amt-head {
  font-size: 14px;
  line-height: 16px;
  color: #5c7a36;
}
.order-popup .amt-row .off-amt {
  font-size: 30px;
  line-height: 34px;
  color: #383838;
}
.order-popup .amt-row .amt-value {
  font-size: 20px;
  line-height: 24px;
  color: #2e2e2e;
  margin-left: 10px;
  position: relative;
}
.order-popup .amt-row .amt-value::before {
  content: "";
  position: absolute;
  border: 1px solid #d70000;
  width: 100%;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  top: 11px;
}
.order-popup .wp-content-btn {
  background: #ef8420;
  margin: 0;
  color: #fff;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 3px;
  font-family: "robotomedium";
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
}
.order-popup .bottom-btn {
  text-align: center;
  margin-top: 20px;
}
.order-popup .bottom-btn .small-text {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  font-family: "robotoregular";
  margin-top: 8px;
}
.order-popup .left-order {
  border-right: 1px solid #646464;
  padding: 20px 30px 20px 20px;
}
.order-popup .left-order .label-text {
  position: absolute;
  top: 10px;
  left: 45px;
  background: #5c7a36;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 11px;
  font-size: 11px;
  line-height: 12px;
  font-family: "robotoregular";
}
.order-popup .left-order .detail-div {
  background: #fbfff6;
}
.order-popup .right-order {
  padding: 20px 20px 20px 30px;
}
.order-popup .right-order .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-popup .right-order .top-row img {
  margin: 0 6px 0 0;
}
.order-popup .right-order .plus-sign {
  margin: 38px auto;
  text-align: center;
}
.order-popup .right-order .plag-text {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 21px;
  font-family: "robotomedium";
}
.order-popup .right-order .plag-turnitin {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-popup .right-order .plag-turnitin svg {
  margin: 0 13px 0 0;
}

.common-login-popup {
  padding: 0;
  width: 52%;
  border-radius: 6px;
  overflow: unset;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
.common-login-popup .login-signup-popup {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
}
.common-login-popup .login-signup-popup .left-side {
  width: 80%;
}
.common-login-popup .login-signup-popup .left-side img {
  display: block;
  border-radius: 6px 0 0 6px;
}
.common-login-popup .login-signup-popup .right-side {
  padding: 25px;
  text-align: center;
}
.common-login-popup .login-signup-popup .right-side .login-title {
  color: #343434;
  font-size: 25px;
  line-height: 32px;
  font-family: "robotomedium";
}
.common-login-popup .login-signup-popup .right-side .sub-title {
  color: #616161;
  font-size: 14px;
  margin: 10px 0 33px 0;
}
.common-login-popup .login-signup-popup .right-side input {
  font-size: 14px;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  color: #616161;
  width: 100%;
  padding: 8px 10px;
}
.common-login-popup .login-signup-popup .right-side input::-webkit-input-placeholder {
  color: #a1a1a1;
}
.common-login-popup .login-signup-popup .right-side input::-moz-placeholder {
  color: #a1a1a1;
}
.common-login-popup .login-signup-popup .right-side input:-ms-input-placeholder {
  color: #a1a1a1;
}
.common-login-popup .login-signup-popup .right-side input::-ms-input-placeholder {
  color: #a1a1a1;
}
.common-login-popup .login-signup-popup .right-side input::placeholder {
  color: #a1a1a1;
}
.common-login-popup .login-signup-popup .right-side input:hover {
  border: 1px solid #ffab28;
}
.common-login-popup .login-signup-popup .right-side .input-box {
  position: relative;
  margin: 0 0 20px 0;
}
.common-login-popup .login-signup-popup .right-side .input-box input[type=password] {
  background-color: #fff;
  line-height: normal;
  position: relative;
  padding: 10px;
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #d7d7d7;
}
.common-login-popup .login-signup-popup .right-side .input-box input[type=password]:hover {
  border: 1px solid #ffab28;
}
.common-login-popup .login-signup-popup .right-side .input-box input::-webkit-outer-spin-button,
.common-login-popup .login-signup-popup .right-side .input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .country-codes {
  width: 29%;
  background: #fff url("../images/down-arrow.svg") no-repeat center right 11px;
  padding: 0 20px 0 10px;
  border: 1px solid #d7d7d7;
  border-radius: 3px 0 0 3px;
  color: #a1a1a1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .country-codes:hover {
  border: 1px solid #ffab28;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .number {
  width: 72%;
  border: 1px solid #d7d7d7;
  border-radius: 0 3px 3px 0;
  border-left: 0;
  padding: 10px;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .number:hover {
  border: 1px solid #ffab28;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .error-show {
  bottom: -18px;
}
.common-login-popup .login-signup-popup .right-side .input-box .eye-cut {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.common-login-popup .login-signup-popup .right-side .input-box .passforget {
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  color: #4285f4;
  text-decoration: underline;
  text-align: right;
  display: block;
  margin: 5px 0 0;
}
.common-login-popup .login-signup-popup .right-side .input-box .change-link {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #4285f4;
  text-decoration: underline;
}
.common-login-popup .login-signup-popup .right-side .continue-btn {
  cursor: pointer;
  background: #ffbe00;
  color: #2a2a2a;
  border-radius: 3px;
  padding: 10px 0;
  margin: 25px auto 0;
  font-size: 18px;
  line-height: 22px;
  display: block;
  width: 100%;
}
.common-login-popup .login-signup-popup .right-side .continue-with {
  display: block;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #616161;
  margin: 47px 0 0;
}
.common-login-popup .login-signup-popup .right-side .continue-with::before, .common-login-popup .login-signup-popup .right-side .continue-with:after {
  content: "";
  border-bottom: 1px solid #d8d8d8;
  width: 81px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.common-login-popup .login-signup-popup .right-side .socials-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn {
  width: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
  color: #434343;
  padding: 5px 0;
  position: relative;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn svg {
  vertical-align: middle;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.google span {
  vertical-align: middle;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.facebook {
  display: none;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.facebook span {
  vertical-align: super;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.facebook:before {
  content: "";
  background: url(../images/popup-facebook.svg) no-repeat;
  width: 20px;
  height: 27px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: #4267b2;
  background-position: center;
}
.common-login-popup .login-signup-popup .right-side .term-cond {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  color: #616161;
  margin: 15px 0 0;
}
.common-login-popup .login-signup-popup .right-side .error-show {
  font-size: 12px;
  line-height: 15px;
  color: #c80013;
  position: absolute;
  bottom: auto;
  display: block;
}

/*download-pdf*/
.downloadPDF {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
}
.downloadPDF div,
.downloadPDF span,
.downloadPDF p,
.downloadPDF h1,
.downloadPDF h2,
.downloadPDF h3,
.downloadPDF h4,
.downloadPDF h5,
.downloadPDF h6,
.downloadPDF ul li,
.downloadPDF ol li {
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.downloadPDF .watermark {
  position: fixed;
  z-index: -1;
  width: 100%;
  opacity: 0.06;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.downloadPDF .header {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px;
  border-bottom: 1px solid #ececec;
}
.downloadPDF .header .brand-logo {
  width: 40%;
  display: table-cell;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.downloadPDF .header .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  float: right;
}
.downloadPDF .header .contact a {
  padding: 5px 10px;
  font-size: 19px;
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #222;
}
.downloadPDF .header .contact .contact-link {
  padding: 5px 10px;
  font-size: 20px;
  text-decoration: none;
  color: #FFF;
}
.downloadPDF .header .contact .contact-link i {
  color: #FEFCDF;
  margin-right: 7px;
}
.downloadPDF .header .contact .contact-link.emailus {
  display: block;
  width: 100%;
  text-align: center;
}
.downloadPDF .title {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #5c7a36;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.downloadPDF .hr_plag {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px;
}
.downloadPDF h2 {
  font-size: 24px;
  line-height: 28px;
  color: #1D1D1D;
  font-weight: 700;
  padding: 0 0 10px 0px;
  margin: 10px 0 0 0;
  position: relative;
}
.downloadPDF b {
  font-size: 15px;
  font-weight: 700;
}
.downloadPDF p {
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.downloadPDF strong {
  margin-bottom: 10px;
  display: block;
}
.downloadPDF a {
  color: #f58e0e;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  display: block;
}
.downloadPDF h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 10px 0 5px 0;
  color: #2a2a2a;
}
.downloadPDF h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 0 5px;
  color: #2a2a2a;
}
.downloadPDF ul,
.downloadPDF ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.downloadPDF ul li {
  margin-bottom: 10px;
  list-style: disc;
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  font-weight: 400;
  margin: 0 0 10px 19px;
  position: relative;
  padding-left: 0px;
}
.downloadPDF .footer {
  display: block;
  background: #5c7a36;
  padding: 10px 0;
  text-align: center;
  margin: 30px 0px 0px 0px;
}
.downloadPDF .footer h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin: 0px 0px 12px 0px;
}
.downloadPDF .footer a {
  text-decoration: none;
}
.downloadPDF .footer .contact .contact-link {
  padding: 5px 10px;
  font-size: 20px;
  text-decoration: none;
  color: #FFF;
}
.downloadPDF .footer .contact .contact-link img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.downloadPDF .footer .contact .contact-link .emailus {
  display: block;
  width: 100%;
  text-align: center;
}
.downloadPDF .help-strip,
.downloadPDF .seasonal-offer,
.downloadPDF .conversion-strip {
  display: none;
}

@media (max-width: 1380px) {
  .ai-humanizer-form-section .inner-form-box .lock-strip .list {
    margin-left: 230px;
  }
  .why-choose-us-section .box-row .left-box {
    width: 30%;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
    padding: 0px;
  }
  .why-choose-us-section .box-row .right-box {
    width: 68%;
  }
  .order-popup, .common-login-popup {
    width: 68%;
  }
  .checkout-free-tools .tool-box-row .tool-box {
    margin: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .space50 {
    padding: 40px 0;
  }
  .title-head {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .ai-humanizer-banner .main-title {
    font-size: 30px;
    line-height: 34px;
  }
  .ai-humanizer-form-section .container {
    padding: 0 3%;
  }
  .bypass-section .content-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkout-free-tools .tool-box-row {
    margin: 25px auto 0;
    width: 95%;
  }
  .checkout-free-tools .tool-box-row .tool-box .tool-name {
    font-size: 20px;
    line-height: 24px;
  }
  .checkout-free-tools .tool-box-row .tool-box .tool-para {
    margin: 7px 0 20px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .list {
    margin-left: 190px;
  }
  .why-choose-us-section .box-row .right-box .writer-box .content-para.show-less-content .second-section,
  .why-choose-us-section .box-row .right-box .writer-box .content-para.show-less-content .read-less {
    display: none;
  }
  .why-choose-us-section .box-row .right-box .writer-box .content-para.show-more-content .read-more {
    display: none;
  }
  .why-choose-us-section .box-row .right-box .writer-box .content-para .read-more,
  .why-choose-us-section .box-row .right-box .writer-box .content-para .read-less {
    font-size: 14px;
    line-height: 20px;
    color: #ef841f;
    cursor: pointer;
  }
  .website-feature-table .feature-box {
    padding: 20px;
  }
  .website-feature-table .feature-box .first-col,
  .website-feature-table .feature-box .second-col,
  .website-feature-table .feature-box .third-col {
    font-size: 15px;
  }
  .website-feature-table .feature-box .first-col li,
  .website-feature-table .feature-box .second-col li,
  .website-feature-table .feature-box .third-col li {
    padding: 15px;
  }
  .tool-process .tool-process-slider .slick-prev {
    left: -3%;
  }
  .tool-process .tool-process-slider .slick-next {
    right: -3%;
  }
  .ai-essay-reviews .reviews-row {
    width: 96%;
    margin: 0 auto;
  }
  .recent-blog .title-subhead {
    margin: 0 0 10px;
  }
  .order-popup {
    width: 81%;
  }
  .common-login-popup {
    width: 85%;
  }
  .common-login-popup .login-signup-popup .left-side .bg-icons {
    right: 15px;
  }
  .common-login-popup .login-signup-popup .left-side.left-250 .popup-heading::after {
    background-size: 100px;
    width: 100px;
  }
}
@media (max-width: 768px), (max-width: 820px) {
  .space50 {
    padding: 30px 0;
  }
  .title-head {
    font-size: 22px;
    line-height: 25px;
  }
  .ai-humanizer-banner .main-title {
    font-size: 28px;
    line-height: 32px;
  }
  .ai-humanizer-form-section .container {
    padding: 0;
  }
  .ai-humanizer-form-section .inner-form-box {
    padding: 20px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .strip-img {
    top: -12px;
    width: 110px;
    height: 45px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .list {
    margin-left: 90px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .list .list-item {
    font-size: 13px;
    line-height: 18px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .pro-btn {
    font-size: 13px;
    line-height: 15px;
    border-radius: 3px;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 62%;
  }
  .writer-popup .fancybox-close-small {
    right: -8px;
    top: -34px;
  }
  .why-choose-us-section .box-row .left-box {
    width: 46%;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature {
    padding: 8px;
  }
  .why-choose-us-section .box-row .right-box {
    width: 52%;
  }
  .why-choose-us-section .box-row .right-box .writer-box {
    padding: 15px;
  }
  .why-choose-us-section .box-row .right-box .writer-box .head {
    font-size: 18px;
    line-height: 22px;
  }
  .website-feature-table .feature-box {
    margin: 20px 0 0;
  }
  .website-feature-table .feature-box .second-col li img,
  .website-feature-table .feature-box .third-col li img {
    display: block;
    margin: 0 auto;
  }
  .website-feature-table .feature-box .second-col li span,
  .website-feature-table .feature-box .third-col li span {
    display: none;
  }
  .essay_writing_scrollable_section .title {
    font-size: 22px;
    line-height: 25px;
  }
  .checkout-free-tools .tool-box-row .slick-prev {
    left: -5%;
  }
  .checkout-free-tools .tool-box-row .slick-next {
    right: -5%;
  }
  .ai-essay-reviews .reviews-row .slick-prev {
    left: -20px;
  }
  .faq-block .faq-flex .faq-list li .faq-head {
    padding: 8px 32px 8px 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .faq-block .faq-flex .faq-list li .faq-detail {
    padding: 10px;
  }
  .recent-blog ul .blog-card {
    width: 32%;
  }
  .recent-blog ul .blog-card:last-child {
    display: none;
  }
  .order-popup {
    width: 95%;
  }
  .order-popup .left-order .plag-text,
  .order-popup .right-order .plag-text {
    font-size: 16px;
    line-height: 20px;
  }
  .common-login-popup {
    width: 92%;
  }
  .common-login-popup .login-signup-popup .left-side .bg-icons, .common-login-popup .login-signup-popup .left-side::after {
    display: none;
  }
  .common-login-popup .login-signup-popup .left-side .book-row img {
    width: 45%;
  }
  .common-login-popup .login-signup-popup .left-side.left-250 {
    padding: 30px;
  }
  .common-login-popup .login-signup-popup .left-side.left-250 .popup-heading::after {
    display: none;
  }
  .common-login-popup .login-signup-popup .right-side {
    padding: 20px;
  }
  .common-login-popup .login-signup-popup .right-side .sub-title {
    margin: 10px 0 20px 0;
  }
  .common-login-popup .login-signup-popup .right-side .continue-with {
    margin: 35px 0 0;
  }
}
@media (max-width: 767px) {
  .title-head {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 15px;
  }
  .ai-humanizer-banner {
    padding: 20px 0 70px;
  }
  .ai-humanizer-banner .main-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .ai-humanizer-banner .head-text {
    font-size: 15px;
    line-height: 18px;
  }
  .ai-humanizer-form-section .inner-form-box {
    width: 97%;
    margin: -60px auto 0;
    padding: 15px 10px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip {
    padding: 5px;
    margin-bottom: 8px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .strip-img {
    width: 65px;
    height: 25px;
    top: -5px;
    left: -3px;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-left: 63px !important;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .list .list-item {
    font-size: 8px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .list .list-item img {
    width: 8px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .list .list-item:last-of-type {
    display: none;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .pro-btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 3px;
    font-size: 9px;
    line-height: 12px;
    border-radius: 3px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip .pro-btn img {
    width: 10px;
  }
  .ai-humanizer-form-section .inner-form-box .lock-strip.lock .list {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .ai-humanizer-form-section .inner-form-box .expert-strip {
    padding: 4px 15px;
  }
  .ai-humanizer-form-section .inner-form-box .expert-strip .girl-img {
    display: none;
  }
  .ai-humanizer-form-section .inner-form-box .expert-strip .text {
    font-size: 13px;
    line-height: 16px;
    padding-left: 0;
    width: 65%;
  }
  .ai-humanizer-form-section .inner-form-box .expert-strip .text .color-text {
    font-size: 14px;
  }
  .ai-humanizer-form-section .inner-form-box .expert-strip .get-in-touch {
    padding: 4px 5px;
    font-size: 13px;
    line-height: 15px;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side {
    width: 70%;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side .selection-row {
    gap: 5px;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side .selection-row .custom-select {
    font-size: 10px;
    background-size: 10px;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box {
    padding: 10px;
    left: -175px;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .box-title,
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .basic-head,
  .ai-humanizer-form-section .inner-form-box .mode-row .left-side .thinking-premium-box .hidden-box .premium-head {
    font-size: 16px;
    line-height: 20px;
  }
  .ai-humanizer-form-section .inner-form-box .mode-row .text,
  .ai-humanizer-form-section .inner-form-box .mode-row .proword {
    font-size: 11px;
    line-height: 14px;
  }
  .ai-humanizer-form-section .inner-form-box .partition-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .ai-humanizer-form-section .inner-form-box .partition-box .insert-box,
  .ai-humanizer-form-section .inner-form-box .partition-box .result-box {
    width: 100%;
    height: 250px;
  }
  .ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field {
    height: 225px;
  }
  .ai-humanizer-form-section .inner-form-box .partition-box .insert-box .textarea-field textarea {
    padding: 10px;
  }
  .ai-humanizer-form-section .inner-form-box .partition-box .result-box {
    padding: 10px;
  }
  .ai-humanizer-form-section .inner-form-box .partition-box .result-box .result-content {
    height: 162px;
  }
  .ai-humanizer-form-section .inner-form-box .bottom-text .ratings {
    display: none;
  }
  .ai-humanizer-form-section .inner-form-box .get-result-desktop {
    display: none;
  }
  .ai-humanizer-form-section .inner-form-box .get-result-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ai-humanizer-form-section .inner-form-box .get-result-mobile .check-paraphrase-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .ai-humanizer-form-section .inner-form-box .download-btn {
    padding: 6px;
    font-size: 15px;
    line-height: 18px;
  }
  .ai-humanizer-form-section .inner-form-box .progress-bar-div .progress-msg {
    font-size: 14px;
    line-height: 18px;
  }
  .ai-humanizer-form-section .inner-form-box .upload-msg .text {
    margin: 75px auto auto;
  }
  .why-choose-us-section .title-head {
    margin: 0 0 10px;
  }
  .why-choose-us-section .sub-heading {
    margin: 0;
  }
  .why-choose-us-section .box-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why-choose-us-section .box-row .left-box {
    margin: 0 0 10px 0;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box {
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 10px;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature svg {
    width: 40px;
    height: 40px;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
    font-size: 14px;
  }
  .why-choose-us-section .box-row .left-box,
  .why-choose-us-section .box-row .right-box {
    width: 100%;
  }
  .why-choose-us-section .box-row .right-box {
    padding: 0 10px;
  }
  .why-choose-us-section .box-row .right-box .writer-box {
    border: 1px solid #5c7a36;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: #f6faff;
    padding: 15px;
    position: relative;
  }
  .why-choose-us-section .box-row .right-box .writer-box .head {
    font-size: 16px;
    line-height: 20px;
  }
  .why-choose-us-section .box-row .right-box .writer-box .writer-btn {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .bypass-section .content-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bypass-section .content-row .left-side {
    width: 100%;
    text-align: center;
  }
  .bypass-section .content-row .left-side .title-head {
    text-align: center;
  }
  .bypass-section .content-row .left-side .para {
    font-size: 14px;
    line-height: 18px;
  }
  .bypass-section .content-row .right-side {
    margin: 10px 0 0;
  }
  .website-feature-table .feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 10px;
    gap: 7px;
  }
  .website-feature-table .feature-box .first-col {
    min-width: 165px;
  }
  .website-feature-table .feature-box .second-col {
    min-width: 100px;
  }
  .website-feature-table .feature-box .first-col .top-head,
  .website-feature-table .feature-box .first-col .highlighted-head,
  .website-feature-table .feature-box .second-col .top-head,
  .website-feature-table .feature-box .second-col .highlighted-head,
  .website-feature-table .feature-box .third-col .top-head,
  .website-feature-table .feature-box .third-col .highlighted-head {
    font-size: 16px;
  }
  .website-feature-table .feature-box .first-col li,
  .website-feature-table .feature-box .second-col li,
  .website-feature-table .feature-box .third-col li {
    font-size: 14px;
    min-height: 70px;
    padding: 8px;
  }
  .humanize-ai-strip {
    padding: 30px 0;
  }
  .humanize-ai-strip .content-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .humanize-ai-strip .content-row .left-side {
    gap: 15px;
    text-align: center;
  }
  .humanize-ai-strip .content-row .left-side .title-head {
    text-align: center;
  }
  .humanize-ai-strip .content-row .left-side .para {
    font-size: 14px;
    line-height: 18px;
  }
  .humanize-ai-strip .content-row .left-side .try-free-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 25px;
    margin: 0 auto;
  }
  .humanize-ai-strip .content-row .right-side {
    display: none;
  }
  .humanize-ai-strip::before {
    display: none;
  }
  .tool-process .tool-process-slider .card {
    gap: 10px;
    padding: 10px 10px 20px 10px;
  }
  .tool-process .tool-process-slider .card .card-step {
    font-size: 14px;
  }
  .tool-process .tool-process-slider .card .card-title {
    font-size: 18px;
  }
  .tool-process .tool-process-slider .card .card-para {
    max-height: 52px;
    font-size: 13px;
  }
  .tool-process .tool-process-slider .slick-dots {
    bottom: -20px !important;
  }
  .tool-process .humanize-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 25px;
    margin: 20px auto 0;
  }
  .essay_writing_scrollable_section .title {
    font-size: 20px;
    line-height: 24px;
  }
  .essay_writing_scrollable_section .content_navigatation_area {
    padding: 15px;
    margin: 15px 0 0;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px 0 0;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right {
    width: 100%;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left .heading,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right .heading {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left .bold_title,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right .bold_title {
    font-size: 15px;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left p,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right p {
    margin: 0 0 10px 0;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left p:last-child,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right p:last-child {
    margin: 0 0 10px 0;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left ul,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right ul {
    margin: 0 0 10px 0;
  }
  .checkout-free-tools .tool-box-row {
    width: 100%;
    margin: 10px 0 0;
  }
  .checkout-free-tools .tool-box-row .tool-box {
    margin: 25px 15px;
  }
  .checkout-free-tools .tool-box-row .tool-box .tool-name {
    margin: 15px 0 6px;
    font-size: 18px;
    line-height: 22px;
  }
  .checkout-free-tools .tool-box-row .tool-box .tool-para {
    margin: 6px 0;
  }
  .checkout-free-tools .tool-box-row .tool-box .check-now {
    font-size: 14px;
  }
  .ai-essay-reviews .reviews-row .box {
    margin: 0 10px 30px 10px;
  }
  .ai-essay-reviews .reviews-row .box .description {
    margin: 12px 0;
  }
  .faq-block .faq-flex .faq-list {
    width: 100%;
    margin: 0 0 15px;
  }
  .faq-block .faq-flex .faq-list:last-child {
    margin: 0;
  }
  .faq-block .faq-flex .faq-list li .faq-head {
    font-size: 14px;
    line-height: 16px;
  }
  .faq-block .faq-flex .faq-list li .faq-detail {
    padding: 10px;
  }
  .recent-blog {
    border-bottom: 1px solid #d8d8d8;
  }
  .recent-blog ul {
    white-space: nowrap;
    overflow: auto;
    display: inline-block;
  }
  .recent-blog ul .blog-card {
    width: 70%;
    margin: 0 8px 16px;
    white-space: normal;
    display: inline-block;
  }
  .recent-blog ul .blog-card .blog-txt {
    padding: 8px;
  }
  .recent-blog ul .blog-card .blog-txt .title-subhead {
    font-size: 14px;
  }
  .recent-blog ul .blog-card .blog-txt .title-text {
    height: 58px;
    overflow: auto;
    font-size: 13px;
  }
  .recent-blog ul .blog-card:last-child {
    display: inline-block;
  }
  .recent-blog ul::-webkit-scrollbar {
    height: 0;
  }
  .order-popup {
    width: 95%;
    border-radius: unset;
  }
  .order-popup .popup-top {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .order-popup .popup-top span {
    display: block;
    margin-left: 10px;
  }
  .order-popup .head-top {
    padding: 15px 0;
  }
  .order-popup .head-top svg {
    width: 21px;
  }
  .order-popup .head-top .head-text {
    font-size: 15px;
    line-height: 20px;
  }
  .order-popup .head-top .head-text .small-head {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  .order-popup .order-div {
    display: none;
  }
  .order-popup .mobile-order-div {
    display: block;
    padding: 15px;
    background: #fff;
  }
  .order-popup .mobile-order-div .box {
    border: 1px solid #d0d0d0;
    border-radius: 9px;
    padding: 15px;
    position: relative;
  }
  .order-popup .mobile-order-div .box .checkbox-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .order-popup .mobile-order-div .box .checkbox-row input[type=radio] {
    opacity: 0;
    position: absolute;
    height: 11px;
    width: 11px;
  }
  .order-popup .mobile-order-div .box .checkbox-row .checkmark {
    display: block;
    height: 13px;
    width: 13px;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    position: relative;
    margin: 0 8px 0 0;
  }
  .order-popup .mobile-order-div .box .gram-check-img {
    width: 58px;
  }
  .order-popup .mobile-order-div .box .gram-check-img,
  .order-popup .mobile-order-div .box svg {
    margin: 0 7px 0 0;
    vertical-align: middle;
  }
  .order-popup .mobile-order-div .box .gram-head,
  .order-popup .mobile-order-div .box .gram-div {
    font-size: 14px;
    line-height: 16px;
    color: #2a2a2a;
    font-family: "robotomedium";
  }
  .order-popup .mobile-order-div .box .gram-head {
    position: relative;
    width: 92%;
    text-align: left;
  }
  .order-popup .mobile-order-div .box .gram-head::after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #bcbcbc;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin-left: auto;
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
  }
  .order-popup .mobile-order-div .box .gram-div {
    text-align: center;
  }
  .order-popup .mobile-order-div .box .plus-sign {
    text-align: center;
    margin: 15px;
  }
  .order-popup .mobile-order-div .box .all-features {
    margin: 19px 0 23px;
    color: #595959;
    font-size: 12px;
    line-height: 14px;
  }
  .order-popup .mobile-order-div .box .all-features li {
    margin: 0 0 10px 0;
  }
  .order-popup .mobile-order-div .box .all-features li:last-child {
    margin: 0;
  }
  .order-popup .mobile-order-div .box .amt-row {
    margin: 0;
  }
  .order-popup .mobile-order-div .box .amt-row .amt-head {
    font-size: 11px;
    line-height: 12px;
  }
  .order-popup .mobile-order-div .box .amt-row .off-amt {
    font-size: 19px;
    line-height: 22px;
    margin: 0 5px;
  }
  .order-popup .mobile-order-div .box .amt-row .amt-value {
    font-size: 12px;
    line-height: 14px;
    margin-left: 0;
  }
  .order-popup .mobile-order-div .box .amt-row .amt-value::before {
    top: 6px;
  }
  .order-popup .mobile-order-div .box .amt-row:last-of-type {
    margin: 23px 0 0;
  }
  .order-popup .mobile-order-div .box .label-text {
    position: absolute;
    top: -11px;
    left: 10px;
    background: #5c7a36;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 11px;
    font-size: 9px;
    line-height: 11px;
    font-family: "robotoregular";
  }
  .order-popup .mobile-order-div .box .hidden-content {
    display: none;
  }
  .order-popup .mobile-order-div .box.selected {
    background: #fbfff6;
    border: 1px solid #5c7a36;
  }
  .order-popup .mobile-order-div .box.selected .checkbox-row .checkmark {
    border-color: #5c7a36;
  }
  .order-popup .mobile-order-div .box.selected .checkbox-row .checkmark:after {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 5px;
    height: 5px;
    background: #5c7a36;
    border-radius: 50px;
  }
  .order-popup .mobile-order-div .box.active {
    border: 1px solid #5c7a36;
  }
  .order-popup .mobile-order-div .box.active .checkbox-row .gram-head::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-color: #5c7a36;
  }
  .order-popup .fancybox-close-small {
    top: -34px;
    right: -8px;
  }
  .order-popup .btn-mobile {
    display: block;
  }
  .order-popup .btn-mobile .wp-content-btn {
    padding: 5px 16px;
    font-size: 15px;
    line-height: 18px;
  }
  .common-login-popup {
    width: 95%;
  }
  .common-login-popup .login-signup-popup .left-side {
    display: none !important;
  }
  .common-login-popup .login-signup-popup .right-side {
    width: 100%;
    padding: 15px;
  }
  .common-login-popup .login-signup-popup .right-side .login-title {
    font-size: 22px;
  }
  .common-login-popup .login-signup-popup .right-side .continue-with::before, .common-login-popup .login-signup-popup .right-side .continue-with::after {
    width: 60px;
  }
  .common-login-popup .login-signup-popup .right-side .input-box.country-box .country-codes {
    background: #fff url(../images/down-arrow-gah.svg) no-repeat center right 3px;
  }
  .common-login-popup .fancybox-close-small {
    top: -34px;
    right: -8px;
  }
  .fancybox-button.fancybox-close-small {
    right: 0px;
    top: -34px;
  }
}