.button#writers {
  cursor: pointer;
}

.writer-popup {
  background: #fff;
  padding: 30px 20px;
  border-radius: 3px;
  width: 910px;
  text-align: center;
  overflow: visible;
}
.writer-popup .full-loader {
  background: #fff;
  position: initial;
  height: auto;
  width: auto;
}
.writer-popup .full-loader svg {
  position: unset;
  -webkit-transform: none;
          transform: none;
}
.writer-popup .slick-prev, .writer-popup .slick-next {
  font-size: 0;
  position: absolute;
  top: 46%;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
  left: -42px;
}
.writer-popup .slick-prev:before, .writer-popup .slick-next:before {
  content: "";
  background: url(../images/CaretLeft.svg) no-repeat;
  width: 30px;
  height: 32px;
  background-size: 40px;
  display: block;
  margin: auto;
}
.writer-popup .slick-prev {
  left: -30px;
}
.writer-popup .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: inherit;
  top: 48%;
  right: -30px;
}
.writer-popup .slick-prev::before, .writer-popup .slick-next::before {
  background: url(../images/CaretLeft.svg) no-repeat left;
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  opacity: 1;
}
.writer-popup .rating li:after, .writer-popup .rating span:after {
  content: "";
  display: none;
}
.writer-popup .rating li, .writer-popup .rating span {
  padding: 0;
}
.writer-popup .rating span {
  margin: 0;
}
.writer-popup .rating-star::before {
  content: "";
  background: url(../images/rating-star.svg);
  background-size: cover;
  width: 16px;
  height: 15px;
  display: inline-block;
  margin: 0 4px 0 0;
}
.writer-popup .popup-title {
  font-size: 20px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: "robotomedium";
}
.writer-popup .subtitle {
  color: #616161;
  padding: 2px 0 15px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 18px;
}
.writer-popup .writer-list {
  width: 96%;
  margin: 0 auto;
  visibility: hidden;
}
.writer-popup .writer-list.slick-initialized {
  visibility: visible;
}
.writer-popup .fancybox-close-small {
  width: 34px;
  height: 34px;
  padding: 0;
  right: -34px;
  top: -8px;
  color: #fff;
}
.writer-popup .fancybox-close-small svg path {
  fill: #fff;
}
.writer-popup .writer-box {
  -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: 5px;
  margin: 8px 12px 8px;
}
.writer-popup .writer-box .writer-profile {
  padding: 15px;
  text-align: center;
}
.writer-popup .writer-box .writer-profile img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
}
.writer-popup .writer-box .writer-profile .writer-names {
  font-size: 18px;
  line-height: 20px;
  color: #1D1D1D;
  font-family: "robotomedium";
  margin: 5px 0 0;
}
.writer-popup .writer-box .writer-profile .writer-paper {
  color: #10B024;
  margin: 0;
}
.writer-popup .writer-box .writer-profile .writer-details {
  font-size: 14px;
  line-height: 20px;
  color: #2A2A2A;
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  max-height: 6rem;
  height: 75px;
}
.writer-popup .writer-btn {
  background: #f58e0e;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "robotomedium";
  padding: 10px;
  display: block;
}

@media (max-width: 768px) {
  .writer-popup {
    width: 760px;
  }
}
@media (max-width: 767px) {
  .writer-popup {
    padding: 35px 10px 10px;
  }
  .writer-popup .subtitle {
    padding: 2px 0 10px;
    margin: 0 0 20px;
  }
  .writer-popup .writer-list {
    width: 100%;
    margin: 0 auto 30px;
  }
  .writer-popup .slick-dots {
    bottom: -30px !important;
  }
  .writer-popup .fancybox-close-small {
    right: 0px;
    top: -34px;
  }
}
body {
  background: #fff;
}

.space50 {
  padding: 50px 0;
}

li,
span,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  background: none;
}

.error-show,
.error-msg,
.error {
  color: #e50808;
  font-size: 12px !important;
  line-height: 15px;
  position: absolute;
  display: block;
  bottom: auto;
  font-family: "robotoregular";
}

.title-head {
  font-size: 32px;
  line-height: 38px;
  color: #1d1d1d;
  font-family: "robotomedium";
  text-align: center;
  padding: 0 0 30px;
}

.bg-gray {
  background: #f5f5f5;
}

.get-result {
  text-align: center;
}
.get-result .get-result-btn {
  font-size: 20px;
  line-height: 26px;
  font-family: "robotomedium";
  padding: 6px 20px;
  color: #fff;
  background: #f58e0e !important;
  border-radius: 3px;
  cursor: pointer;
  border-color: transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.get-result .get-result-btn:hover {
  background: #ee8a0e;
}

.common-text {
  font-size: 14px;
  line-height: 20px;
  font-family: "robotoregular";
  color: #616161;
}
.common-text a {
  color: #F58E0E;
}

.head-green {
  color: #5c7a36;
}

.highlight {
  background: #F1E8D0;
}

/*loader*/
.loading-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.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;
}
.loading-loader img {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 20% auto;
  width: 100px;
  border-radius: 50%;
}
.loading-loader span {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  color: #fff;
}

/*paraphrase-banner*/
.paraphras-banner {
  background: url(../images/paraphrasing-banner.png) no-repeat;
  background-position: center;
  padding: 60px 0 230px;
}
.paraphras-banner .paraphras-header {
  text-align: center;
  margin: 0 0 17px 0;
}
.paraphras-banner .paraphras-header .main-title {
  font-size: 36px;
  line-height: 48px;
  font-family: "robotomedium";
  padding: 0 0 5px;
  color: #1d1d1d;
}
.paraphras-banner .paraphras-header .head-text {
  font-size: 16px;
  line-height: 20px;
  color: #434343;
}

.plagrisim-banner {
  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%);
  padding: 60px 0 230px;
}
.plagrisim-banner .paraphras-header .main-title,
.plagrisim-banner .paraphras-header .head-text {
  color: #ffffff;
}
.plagrisim-banner .content .read-more {
  display: none;
}

/*paraphrase-banner AU*/
.GAH_AU.paraphras-banner {
  padding: 32px 0 230px;
}
.GAH_AU.paraphras-banner.essaytype-banner {
  padding: 32px 0 130px;
}

/*paraphrasing-form*/
.paraphrasing_form {
  position: relative;
  background: #fff;
  margin: -225px auto 0;
  width: 50%;
  -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;
}
.paraphrasing_form .progress-bar-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: 0 0 20px 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.paraphrasing_form .progress-bar-div .step-bar {
  border-radius: 30px;
  width: 80%;
  background: #fff;
  margin: 10px auto;
  overflow: hidden;
}
.paraphrasing_form .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;
  font-family: "robotomedium";
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.paraphrasing_form .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;
}
.paraphrasing_form .progress-bar-div .progress-msg {
  font-size: 18px;
  line-height: 24px;
  font-family: "robotomedium";
  color: #fff;
  text-align: center;
}
.paraphrasing_form .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;
}
.paraphrasing_form .select-mode {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paraphrasing_form .select-mode .web-select-mode li {
  border-right: 1px solid #d8d8d8;
  cursor: pointer;
  display: inline;
  padding: 0 8px;
  font-family: "robotomedium";
  color: #434343;
  position: relative;
}
.paraphrasing_form .select-mode .web-select-mode li:last-child {
  border: none;
}
.paraphrasing_form .select-mode .web-select-mode li:first-child {
  border: none;
  color: #2a2a2a;
  padding: 0;
}
.paraphrasing_form .select-mode .web-select-mode li.mode-active {
  color: #5c7a36;
}
.paraphrasing_form .select-mode .web-select-mode li.mode-active ~ .mode-disable-box {
  display: block;
}
.paraphrasing_form .select-mode .web-select-mode li.mode-disable {
  color: #707070;
}
.paraphrasing_form .select-mode .web-select-mode li.mode-disable:hover .mode-disable-box {
  display: block;
}
.paraphrasing_form .select-mode .web-select-mode li.mode-disable .mode-disable-box {
  background: #434343;
  color: #fff;
  display: none;
  width: 200px;
  left: 10px;
  position: absolute;
  padding: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 13px;
  line-height: 18px;
  font-family: "robotoregular";
  border-radius: 3px;
  text-align: center;
  z-index: 1;
}
.paraphrasing_form .select-mode .web-select-mode li.mode-disable .mode-disable-box .sign-in-btns {
  color: #434343;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 10px 0 0 0;
  cursor: pointer;
  font-family: "robotomedium";
}
.paraphrasing_form .select-mode .mobile-select-mode {
  display: none;
}
.paraphrasing_form .select-mode .language-select-mode {
  position: relative;
}
.paraphrasing_form .select-mode .language-select-mode .select-lan {
  padding: 6px 35px 6px 10px;
  line-height: 16px;
  cursor: pointer;
}
.paraphrasing_form .select-mode .language-select-mode:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 7px;
  width: 13px;
  height: 8px;
  background: #fff url(../images/sprite1.png) no-repeat;
  background-size: 395px;
  background-position: -87px -22px;
}
.paraphrasing_form .upload-box {
  background: #f7f7f7;
  border: 1px dashed #d4d4d4;
  border-radius: 10px;
  height: 288px;
  padding: 20px 13px;
  resize: none;
  width: 100%;
}
.paraphrasing_form .upload-box::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #8BA1AF;
}
.paraphrasing_form .upload-box::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #8BA1AF;
}
.paraphrasing_form .upload-box:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #8BA1AF;
}
.paraphrasing_form .upload-box::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #8BA1AF;
}
.paraphrasing_form .upload-box::placeholder {
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #8BA1AF;
}
.paraphrasing_form .upload-box.box-height {
  height: 196px;
  cursor: no-drop;
}
.paraphrasing_form .upload-form {
  position: relative;
}
.paraphrasing_form .upload-form .input-group {
  position: relative;
  display: inline-block;
}
.paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption {
  position: relative;
  display: block;
  text-align: center;
}
.paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span {
  display: block;
  margin: 25px 0 0;
  cursor: pointer;
  color: #5a5a5a;
  font-size: 16px;
  font-family: "robotomedium";
  position: relative;
}
.paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span:after {
  background: url("../images/file-upload.svg") no-repeat;
  margin: 0 0 0 10px;
}
.paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span:before {
  background: url("../images/gdrive.svg") no-repeat;
  right: -75px;
  background-size: 23px;
}
.paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span:after, .paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span:before {
  content: "";
  width: 27px;
  height: 21px;
  position: absolute;
}
.paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-button {
  display: none;
}
.paraphrasing_form .upload-form .input-group .jFiler-items.jFiler-row {
  margin: 25px 0;
  display: inline;
}
.paraphrasing_form .upload-form .input-group .jFiler-item-inner {
  display: block;
  text-align: center;
}
.paraphrasing_form .upload-form .input-group .jFiler-item-info.pull-left {
  float: none;
  width: 100%;
  position: relative;
  margin: 20px 10px 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: inline-block;
  padding: 6px 10px 6px 45px;
  border-radius: 3px;
  line-height: 18px;
  text-align: left;
}
.paraphrasing_form .upload-form .input-group .jFiler-item-info.pull-left:before {
  content: "";
  background: url("../images/uploaded-file.svg") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 8px;
  opacity: 0.2;
}
.paraphrasing_form .upload-form .input-group .jFiler-item-info.pull-left .jFiler-item-others {
  font-size: 12px;
  color: #7a7a7a;
  display: inline-block;
}
.paraphrasing_form .upload-form .input-group .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;
}
.paraphrasing_form .upload-form .get-result {
  margin: 20px 0 0;
  float: right;
}
.paraphrasing_form .textarea-box {
  position: relative;
}
.paraphrasing_form .textarea-box .upload-msg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f7f7f7;
  border-radius: 10px;
}
.paraphrasing_form .textarea-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;
}
.paraphrasing_form .total-word-count {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #C80013;
}
.paraphrasing_form .time-limit,
.paraphrasing_form .expert-strip,
.paraphrasing_form .mode-box,
.paraphrasing_form .bottom-text {
  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;
}
.paraphrasing_form .time-limit,
.paraphrasing_form .expert-strip {
  background: #EEFFF7;
  border: 1px solid #c1e5c7;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}
.paraphrasing_form .expert-strip {
  position: relative;
  padding: 4px 20px;
}
.paraphrasing_form .expert-strip .girl-img {
  position: absolute;
  left: 18px;
  bottom: 0;
}
.paraphrasing_form .expert-strip .text {
  padding-left: 45px;
}
.paraphrasing_form .expert-strip .text .color-text {
  font-size: 18px;
  color: #FF7020;
  font-family: "robotomedium";
}
.paraphrasing_form .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: #FFFFFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.paraphrasing_form .expert-strip .get-in-touch:hover {
  background: #ee8a0e;
}
.paraphrasing_form .time-limit {
  background: #EEFFF7;
  border: 1px solid #c1e5c7;
  border-radius: 3px;
  font-family: "robotoregular";
  color: #616161;
  padding: 10px 20px;
}
.paraphrasing_form .time-limit .title {
  color: #2A2A2A;
}
.paraphrasing_form .time-limit .time {
  background: url("../images/clock-tool.svg") no-repeat;
  background-size: 18px;
  background-position: left;
  padding: 0 0 0 25px;
  margin: 0 0 0 3px;
  font-style: inherit;
  color: #5C7A36;
}
.paraphrasing_form .time-limit .hour-end {
  color: #ef841f;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
.paraphrasing_form .time-limit .hour-end:hover {
  color: #d9812d;
}
.paraphrasing_form .mode-box,
.paraphrasing_form .bottom-text {
  font-family: "robotoregular";
}
.paraphrasing_form .mode-box .clear-btn,
.paraphrasing_form .mode-box .mode-text,
.paraphrasing_form .mode-box .ratings,
.paraphrasing_form .bottom-text .clear-btn,
.paraphrasing_form .bottom-text .mode-text,
.paraphrasing_form .bottom-text .ratings {
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
}
.paraphrasing_form .mode-box {
  margin-bottom: 5px;
}
.paraphrasing_form .mode-box .mode-text {
  background: #5c7a36;
  border-radius: 17px;
  padding: 2px 10px 2px 3px;
  color: #ffffff;
}
.paraphrasing_form .mode-box .text {
  background: #ffffff;
  color: #2A2A2A;
  border-radius: 11px;
  padding: 3px 7px;
  display: inline-block;
  margin-right: 5px;
}
.paraphrasing_form .mode-box .text .type {
  color: #F7504D;
  font-family: "robotomedium";
}
.paraphrasing_form .mode-box .delete-icon {
  margin-left: 10px;
  background: #E2E2E2;
  -webkit-box-shadow: 1.1764706373px 1.1764706373px 3.5294120312px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 1.1764706373px 1.1764706373px 3.5294120312px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 3px 5px;
  border-radius: 2px;
  border: 0.53px solid #DADADA;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.paraphrasing_form .mode-box .delete-icon svg {
  display: block;
}
.paraphrasing_form .bottom-text .count {
  color: #C80013;
}
.paraphrasing_form .bottom-text .ratings {
  font-family: "robotomedium";
}
.paraphrasing_form .bottom-text .rate-star {
  margin: 0 7px;
}
.paraphrasing_form .rank {
  font-size: 14px;
  line-height: 20px;
  font-family: "robotoregular";
  color: #5C7A36;
  display: none;
}
.paraphrasing_form .rank svg {
  vertical-align: middle;
}
.paraphrasing_form .top-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 35px;
  -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;
}
.paraphrasing_form .top-strip .strip-img {
  top: -19px;
  left: -12px;
  position: absolute;
  -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;
}
.paraphrasing_form .top-strip .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-left: 170px;
}
.paraphrasing_form .top-strip .list .list-item {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-family: "robotoregular";
  color: #fff;
}
.paraphrasing_form .top-strip .list .list-item img,
.paraphrasing_form .top-strip .list .list-item svg {
  margin-right: 10px;
  vertical-align: bottom;
}
.paraphrasing_form .top-strip .btn-bg {
  background: #f58e0e;
  color: #fff;
  padding: 1px;
  border-radius: 6px;
}
.paraphrasing_form .top-strip .pro-btn {
  color: #2A2A2A;
  font-size: 16px;
  line-height: 20px;
  font-family: "robotomedium";
  background: #FFFFFF;
  padding: 6px;
  border-radius: 6px;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.paraphrasing_form .top-strip .pro-btn:hover {
  background: #f7f7f7;
}
.paraphrasing_form .top-strip .pro-btn svg {
  vertical-align: initial;
}
.paraphrasing_form .top-strip.unlock {
  padding: 14px 40px 14px 18px;
}
.paraphrasing_form .top-strip.unlock .list {
  padding-left: 200px;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}
.paraphrasing_form .top-strip.unlock .list .list-item img,
.paraphrasing_form .top-strip.unlock .list .list-item svg {
  vertical-align: bottom;
}

.paraphrasing_form_captcha .upload-form .bottm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
}
.paraphrasing_form_captcha .upload-form .bottm-btn .rank {
  display: inline-block;
}
.paraphrasing_form_captcha .upload-form .get-result {
  width: 30%;
  position: relative;
  text-align: right;
  margin: 0;
}
.paraphrasing_form_captcha .upload-form .input-group .jFiler-input .jFiler-input-caption span {
  margin: 0;
}
.paraphrasing_form_captcha .upload-form .input-group .jFiler-item-info.pull-left {
  margin: 0px 10px 0;
}

.common-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.common-section .left-part,
.common-section .right-part {
  width: 10%;
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  line-height: 18px;
  font-family: "robotoregular";
  color: #6F6F6F;
}
.common-section .left-part svg,
.common-section .right-part svg {
  display: block;
  margin: auto;
}
.common-section .paraphrasing_form {
  margin: -225px 0 0;
}

.plag-checker-form {
  margin-bottom: 80px;
}
.plag-checker-form .upload-form .error,
.plag-checker-form .upload-form .error-show {
  position: unset;
}
.plag-checker-form .upload-form .get-result {
  width: unset !important;
  text-align: unset;
  float: unset;
}
.plag-checker-form .upload-form .upload-box.box-height {
  height: 288px;
}
.plag-checker-form .upload-form .input-group .jFiler-input .jFiler-input-caption span {
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  color: #EF841F;
  border: 1px dashed #EF841F;
  border-radius: 3px;
  padding: 8px 10px 8px 45px;
  margin-right: 8px;
}
.plag-checker-form .upload-form .input-group .jFiler-input .jFiler-input-caption span::after {
  background: url("../images/file-upload-gah.svg") no-repeat;
  left: 0;
  width: 29px;
  height: 18px;
  top: 6px;
}
.plag-checker-form .upload-form .input-group .jFiler-items .jFiler-item-info.pull-left {
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 6px 20px 6px 35px;
}
.plag-checker-form .upload-form .input-group .jFiler-items .jFiler-item-info.pull-left::before {
  background: url("../images/uploaded-file-new.svg") no-repeat;
  opacity: 1;
  width: 22px;
  height: 27px;
  left: 8px;
  top: 5px;
}
.plag-checker-form .upload-form .input-group .jFiler-items .jFiler-item-info.pull-left .jFiler-item-title {
  font-size: 11px;
  line-height: 12px;
  font-family: "robotoregular";
  color: #2A2A2A;
  display: block;
  white-space: nowrap;
  width: 106px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.plag-checker-form .upload-form .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;
}
.plag-checker-form .upload-form .input-group .jFiler-items .jFiler-item-info.pull-left .jFiler-item-trash-action {
  margin-top: -7px;
  cursor: pointer;
}
.plag-checker-form .upload-form .input-group .file_upload {
  height: unset;
}
.plag-checker-form .upload-form .bottm-btn {
  margin-top: 13px;
}
.plag-checker-form .get-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plag-checker-form .get-result .get-result-btn {
  padding: 10px 17px;
  -webkit-box-shadow: 1px 2px 11px 0px rgba(239, 132, 31, 0.568627451);
          box-shadow: 1px 2px 11px 0px rgba(239, 132, 31, 0.568627451);
  margin-right: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.plag-checker-form .get-result .get-result-btn:hover {
  background: #ee8a0e !important;
}
.plag-checker-form .small-icon {
  -webkit-box-shadow: 1.894736886px 1.894736886px 5.6842107773px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 1.894736886px 1.894736886px 5.6842107773px 0px rgba(0, 0, 0, 0.1490196078);
  display: inline-block;
  border: 1px solid #DADADA;
  padding: 8px;
  border-radius: 4px;
  margin-right: 8px;
}
.plag-checker-form .small-icon img {
  display: block;
}
.plag-checker-form .captcha-div {
  width: 30%;
}
.plag-checker-form .captcha-div input {
  padding: 11px;
}
.plag-checker-form .box {
  margin-bottom: 0;
}

.essay-tool-section {
  position: relative;
  background: #fff;
  margin: -200px auto 0;
  border-radius: 10px;
  padding: 30px;
  display: block;
  width: 42%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D8D8D8;
}
.essay-tool-section .essay-topic {
  font-size: 18px;
  line-height: normal;
  font-family: "robotomedium";
  color: #1D1D1D;
  margin: 0 0 10px 0;
  display: block;
}
.essay-tool-section .title-input {
  height: 47px;
  background: #F7F7F7;
  border: 1px dashed #D4D4D4;
  color: #1D1D1D;
  border-radius: 5px;
}
.essay-tool-section .title-input::-webkit-input-placeholder {
  color: #8BA1AF;
}
.essay-tool-section .title-input::-moz-placeholder {
  color: #8BA1AF;
}
.essay-tool-section .title-input:-ms-input-placeholder {
  color: #8BA1AF;
}
.essay-tool-section .title-input::-ms-input-placeholder {
  color: #8BA1AF;
}
.essay-tool-section .title-input::placeholder {
  color: #8BA1AF;
}
.essay-tool-section .type-length-row {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.essay-tool-section .type-length-row .essay-length,
.essay-tool-section .type-length-row .essay-type {
  width: 45%;
}
.essay-tool-section .type-length-row .essay-length .radios-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.essay-tool-section .type-length-row .essay-length .radios-box input[type=radio] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #8C8C8C;
  margin: 0 6px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
}
.essay-tool-section .type-length-row .essay-length .radios-box input[type=radio]:checked {
  border: 1px solid #f58e0e;
  background-color: #f58e0e;
  background-clip: content-box;
  padding: 2px;
}
.essay-tool-section .type-length-row .essay-length .radios-box input[type=radio]:checked + label {
  color: #333333;
}
.essay-tool-section .type-length-row .essay-length .radios-box label {
  cursor: pointer;
  color: #8C8C8C;
  font-family: "robotomedium";
  font-size: 15px;
  line-height: 18px;
}
.essay-tool-section .advanced-features-box {
  margin: 0 0 25px 0;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.essay-tool-section .advanced-features-box .feature-clickable {
  position: relative;
  height: 38px;
  font-size: 15px;
  line-height: 20px;
  color: #1D1D1D;
  padding: 7px 24px 0 10px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.essay-tool-section .advanced-features-box .feature-clickable.bgcolor {
  background-color: #F7F7F7;
  border-radius: 5px 5px 0 0;
}
.essay-tool-section .advanced-features-box .feature-clickable.bgcolor::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.essay-tool-section .advanced-features-box .feature-clickable::after {
  content: "";
  background: url(../images/down-arrow.svg) no-repeat center;
  width: 13px;
  height: 7px;
  display: block;
  position: absolute;
  right: 8px;
  top: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.essay-tool-section .advanced-features-box .level,
.essay-tool-section .advanced-features-box .reference {
  width: 47%;
  position: relative;
}
.essay-tool-section .advanced-features-box .level {
  width: 100%;
}
.essay-tool-section .advanced-features-box .reference {
  display: none;
}
.essay-tool-section .advanced-features-box .expanded-fields {
  padding: 15px;
}
.essay-tool-section .advanced-features-box .expanded-fields .level-reference-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
}
.essay-tool-section .select-style {
  height: 34px;
  font-size: 15px;
  line-height: 20px;
  color: #8C8C8C;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 0 24px 0 10px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  cursor: pointer;
}
.essay-tool-section .label-style {
  font-size: 15px;
  font-family: "robotomedium";
  line-height: 16px;
  letter-spacing: 0px;
  color: #1D1D1D;
  margin: 0 0 5px 0;
  display: block;
}
.essay-tool-section .input-style {
  height: 34px;
  font-size: 15px;
  line-height: 20px;
  background: #FFFFFF;
  color: #1d1d1d;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  width: 100%;
  padding: 0 24px 0 10px;
}
.essay-tool-section .input-style::-webkit-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .input-style::-moz-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .input-style:-ms-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .input-style::-ms-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .input-style::placeholder {
  color: #8C8C8C;
}
.essay-tool-section .textarea-style {
  font-size: 15px;
  line-height: 20px;
  background: #FFFFFF;
  color: #1d1d1d;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  resize: none;
  padding: 5px;
}
.essay-tool-section .textarea-style::-webkit-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .textarea-style::-moz-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .textarea-style:-ms-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .textarea-style::-ms-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .textarea-style::placeholder {
  color: #8C8C8C;
}
.essay-tool-section .type-essay-btn {
  background: #f58e0e;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 20px;
  font-family: "robotomedium";
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.essay-tool-section .type-essay-btn:hover {
  background: #e6860e;
}
.essay-tool-section .login-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.essay-tool-section .login-overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.6392156863);
  -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;
}
.essay-tool-section .login-overlay .login-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);
  padding: 20px;
  z-index: 1;
  width: 56%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}
.essay-tool-section .login-overlay .login-box .login-title {
  font-family: "robotomedium";
  font-size: 22px;
  line-height: 24px;
  color: #1D1D1D;
  margin: 0 0 5px 0;
}
.essay-tool-section .login-overlay .login-box .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #616161;
  margin: 0 0 25px 0;
}
.essay-tool-section .login-overlay .login-box .login-signup-form {
  margin: 0 auto;
  width: 88%;
}
.essay-tool-section .login-overlay .login-popup {
  width: 90%;
  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);
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side,
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side {
  width: 50%;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side {
  background: #F5F5F5;
  padding: 20px 8px;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .popup-heading {
  font-family: "robotomedium";
  font-size: 21px;
  line-height: 25px;
  margin: 24px 0 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .popup-sub {
  font-size: 15px;
  line-height: 18px;
  margin: 8px 11px 25px;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .all-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .all-features .names {
  width: 50%;
  text-align: left;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .all-features .names svg {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .all-features .names svg path {
  stroke: #38af4d;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side {
  padding: 25px 20px;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .login-title {
  font-family: "robotomedium";
  font-size: 22px;
  line-height: 24px;
  color: #1D1D1D;
  margin: 0 0 8px 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .sub-title {
  font-size: 14px;
  line-height: 16px;
  color: #616161;
  margin: 0 0 25px 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side input {
  height: 48px;
  border-radius: 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side input::-webkit-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side input::-moz-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side input:-ms-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side input::-ms-input-placeholder {
  color: #8C8C8C;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side input::placeholder {
  color: #8C8C8C;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box {
  position: relative;
  margin: 0 0 15px 0;
}
.essay-tool-section .login-overlay .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;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box input::-webkit-outer-spin-button,
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box.country-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.essay-tool-section .login-overlay .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 5px;
  padding: 0 20px 0 10px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #8C8C8C;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box.country-box .number {
  width: 72%;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  border-left: 0;
  padding: 10px;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box.country-box .error-show {
  bottom: -18px;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box .eye-cut {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 16px;
  cursor: pointer;
}
.essay-tool-section .login-overlay .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;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box .change-link {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  color: #4285f4;
  text-decoration: underline;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .continue-btn {
  cursor: pointer;
  background: #f58e0e;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 10px 0;
  margin: 25px auto 0;
  font-size: 18px;
  line-height: 22px;
  display: block;
  width: 100%;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .continue-with {
  display: block;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #616161;
  margin: 30px 0 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .continue-with::before, .essay-tool-section .login-overlay .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;
}
.essay-tool-section .login-overlay .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;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .socials-btn .box-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;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .socials-btn .box-btn svg {
  vertical-align: middle;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .socials-btn .box-btn.google span {
  vertical-align: middle;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .socials-btn .box-btn.facebook {
  display: none;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .socials-btn .box-btn.facebook span {
  vertical-align: super;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .socials-btn .box-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;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .term-cond {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  color: #616161;
  margin: 0;
}
.essay-tool-section .login-overlay .login-popup .login-signup-popup .close-popup {
  position: absolute;
  right: -20px;
  cursor: pointer;
}

.why-choose-us-section .title-head {
  padding: 0 0 5px;
}
.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-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: rgba(224, 243, 234, 0.4392156863);
  -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;
  border: 1px solid #38af4d;
  background: #FFFFFF;
  border-radius: 10px;
  width: 48%;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature svg path {
  fill: #38af4d;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
  font-size: 15px;
  line-height: 20px;
  color: #4B4B4B;
}
.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 .circle svg path {
  fill: #38af4d;
}
.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 {
  font-size: 15px;
  line-height: 20px;
  color: #616161;
  margin: 5px 0 9px;
}
.why-choose-us-section .box-row .right-box .writer-box .content .read-more {
  display: none;
}
.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;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.why-choose-us-section .box-row .right-box .writer-box .writer-btn:hover {
  background: #ee8a0e;
}
.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;
}
.why-choose-us-section.margin-top {
  margin: 24px 0 0;
}

.plag-why-choose .title-head {
  font-weight: 600;
}
.plag-why-choose .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;
}
.plag-why-choose .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%);
}
.plag-why-choose .box-row .left-box .why-choose-box .features-boxes .feature {
  border: unset;
}
.plag-why-choose .box-row .left-box .why-choose-box .features-boxes .feature svg path {
  fill: #5C7A36;
}
.plag-why-choose .box-row .right-box .writer-box .circle svg path {
  fill: #5C7A36;
}

.essay_writing_scrollable_section {
  background: #fff;
  border-bottom: 5px solid #f5f5f5;
}
.essay_writing_scrollable_section .title {
  color: #1d1d1d;
  font-size: 28px;
  line-height: 32px;
  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-size: 18px;
  line-height: 20px;
  padding: 0 0 21px;
  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 .right p {
  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 .right p:last-child {
  margin: 0;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left ul li,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left ol li,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right ul li,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right ol li {
  margin-bottom: 10px;
}
.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 ol,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right ol {
  margin: 0 0 20px;
  list-style: decimal;
  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 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px;
}
.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;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .anchor-style,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .anchor-style {
  color: #ef841f;
  font-family: robotomedium;
}
.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 .left .redirect-btn:last-child,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .redirect-btn:last-child {
  margin: 0 auto;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar {
  width: 15px;
  height: 8px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -1px 0px 0px 0px #F0F0F0 inset, 1px 0px 0px 0px #E8E8E8 inset;
          box-shadow: -1px 0px 0px 0px #F0F0F0 inset, 1px 0px 0px 0px #E8E8E8 inset;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 4px solid #fff;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}

.plag_essay {
  border-bottom: unset;
}
.plag_essay .content_navigatation_area {
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.0509803922);
}
.plag_essay .content_navigatation_area .content_area::-webkit-scrollbar {
  width: 8px;
  background: #F2F2F2;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.plag_essay .content_navigatation_area .content_area::-webkit-scrollbar-thumb {
  background: #5C7A36;
  border: unset;
}

/*paraphras Workload*/
.workload {
  text-align: center;
}
.workload .common-text {
  width: 95%;
  margin: 0 auto;
}
.workload .common-text:last-child {
  padding: 15px 0 0px 0;
}

/*paraphras type of*/
.types-of {
  background: #f5f5f5;
}
.types-of .title-head {
  padding: 0 0 10px 0;
}
.types-of .sub-text {
  text-align: center;
  padding: 0 0 30px 0;
  width: 80%;
  margin: 0 auto;
}
.types-of .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.types-of .type-list .type-list-content {
  background: #fff;
  width: 24%;
  text-align: left;
  padding: 25px 13px;
}
.types-of .type-list .type-list-content .type-topic {
  text-align: center;
  color: #5C7A36;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.types-of .type-list .type-list-content .type-detail {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
}
.types-of .common-text {
  padding: 20px 0 0;
  text-align: center;
  width: 82%;
  margin: 0 auto;
}

/*paraphras-process*/
.flex-wrpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 0;
}
.flex-wrpr:before, .flex-wrpr:after {
  content: "";
  left: 85px;
  position: absolute;
}
.flex-wrpr:before {
  background: url("../images/line-dashed.svg") no-repeat;
  width: 400px;
  height: 246px;
  top: -50px;
  background-size: 400px;
  z-index: -1;
}
.flex-wrpr:after {
  background: url("../images/line-revert.svg") no-repeat;
  width: 400px;
  height: 250px;
  bottom: -55px;
  background-size: 400px;
}
.flex-wrpr .title-head {
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  margin: 0 12px 0 0;
}
.flex-wrpr .process-wrpr {
  width: 100%;
  position: relative;
  margin: 0 18px 0 0;
}
.flex-wrpr .process-wrpr img {
  z-index: -1;
  width: auto;
  height: auto;
}
.flex-wrpr .process-wrpr .mobile-gif {
  display: none;
}
.flex-wrpr .process-wrpr .tab-content {
  display: none;
}
.flex-wrpr .process-wrpr .tab-content:target {
  display: block;
}
.flex-wrpr .process-wrpr figure {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: #E0F3EA;
  border-radius: 100%;
  position: relative;
}
.flex-wrpr .process-wrpr figure img {
  max-width: 55px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
  z-index: 1;
}
.flex-wrpr .process-wrpr .tab-dots {
  position: relative;
  margin: 0 0 0;
  background: url(../images/circle-path.svg) no-repeat;
  width: 100%;
  height: 34px;
  display: block;
  background-position: center;
}
.flex-wrpr .process-wrpr .tab-dots .tab-list {
  height: 35px;
  width: 35px;
  background: #E0F3EA;
  position: absolute;
  border-radius: 50%;
}
.flex-wrpr .process-wrpr .tab-dots .tab-list a {
  color: #38AF4D;
  font-size: 18px;
  line-height: 32px;
}
.flex-wrpr .process-wrpr .tab-dots .tab-list:first-of-type {
  top: -55%;
  left: 18%;
}
.flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(2) {
  top: 35%;
  left: 43%;
}
.flex-wrpr .process-wrpr .tab-dots .tab-list:last-child {
  top: -55%;
  right: 19%;
}
.flex-wrpr .process-wrpr .tab-dots .tab-list.list-active {
  background: #38AF4D;
}
.flex-wrpr .process-wrpr .tab-dots .tab-list.list-active a {
  color: #fff;
}
.flex-wrpr .process-content {
  width: 100%;
}
.flex-wrpr .process-content .dsktop-slider {
  font-size: 16px;
  line-height: 21px;
  font-family: "robotomedium";
  color: #1d1d1d;
}
.flex-wrpr .process-content .dsktop-slider .common-text {
  padding: 7px 20px 0px 0px;
}
.flex-wrpr .process-content .dsktop-slider:first-child {
  margin: 0 0 40px -50px;
}
.flex-wrpr .process-content .dsktop-slider:nth-child(2) {
  margin: 0px 0 40px -7px;
}
.flex-wrpr .process-content .dsktop-slider:last-child {
  margin: 0px 0 0px -37px;
}
.flex-wrpr.ai-flex-wrpr::before {
  top: -100px;
}
.flex-wrpr.ai-flex-wrpr::after {
  bottom: -110px;
}

/*paraphras-benefits*/
.benefits-section {
  background: #e7f4ee;
}
.benefits-section .benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits-section .benefits-list .benefits {
  background: #fff;
  width: 31.6%;
  padding: 18px;
}
.benefits-section .benefits-list .benefits svg {
  margin: 0 0 15px;
}
.benefits-section .benefits-list .benefits .benefit-head {
  padding: 0 0 10px;
  color: #1D1D1D;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
}
.benefits-section .benefits-list .benefits .common-text {
  text-align: justify;
}

/*paraphras-feature*/
.paraphras-feature {
  background: #f5f5f5 url(../images/feature-bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
.paraphras-feature .feature-list {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-collapse: collapse;
}
.paraphras-feature .feature-list tr:last-child td,
.paraphras-feature .feature-list tr:last-child th {
  border-bottom: 0;
}
.paraphras-feature .feature-list tr:first-child td:first-child,
.paraphras-feature .feature-list tr:first-child th:first-child {
  border-radius: 6px 0 0 0;
  text-align: left;
}
.paraphras-feature .feature-list tr:first-child td:last-child,
.paraphras-feature .feature-list tr:first-child th:last-child {
  border-radius: 0 6px 0 0px;
  border-right: 0;
}
.paraphras-feature .feature-list tr .feature-heading {
  background: #535353;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  font-weight: normal;
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
}
.paraphras-feature .feature-list tr td,
.paraphras-feature .feature-list tr th {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  line-height: 20px;
  color: #616161;
  border-right: 1px solid #d8d8d8;
}
.paraphras-feature .feature-list tr td:last-child,
.paraphras-feature .feature-list tr th:last-child {
  border-right: 0;
}
.paraphras-feature .feature-list tr td .icon,
.paraphras-feature .feature-list tr th .icon {
  display: block;
  height: 17px;
  background: url(../images/close.svg) no-repeat;
  width: 17px;
  margin: 0 auto;
  background-size: 16px;
}
.paraphras-feature .feature-list tr td .icon.check,
.paraphras-feature .feature-list tr th .icon.check {
  background: url(../images/check.svg) no-repeat;
  width: 25px;
  margin: 0 auto;
  background-size: 25px;
}
.paraphras-feature .sub-head {
  font-size: 14px;
  line-height: 20px;
  font-family: "robotoregular";
  color: #616161;
  margin-bottom: 50px;
}
.paraphras-feature .discount-off {
  width: 80%;
  margin: 25px auto 0;
  background: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #616161;
  font-size: 20px;
  line-height: 25px;
  font-family: "robotomedium";
  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;
}
.paraphras-feature .discount-off .discount-img {
  background: url("../images/discount-off-new.svg");
  margin: 5px 11px 0 0;
  width: 40px;
  height: 40px;
  background-size: 40px;
  float: left;
}
.paraphras-feature .discount-off .discount-svg {
  margin: 5px 11px 0 0;
  float: left;
}
.paraphras-feature .discount-off span strong {
  color: #000;
}
.paraphras-feature .discount-off span .discount {
  color: #5C7A36;
  font-family: "robotomedium";
}
.paraphras-feature .discount-off .offer-btn {
  background: #f58e0e;
  color: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.paraphras-feature .discount-off .offer-btn:hover {
  background: #ee8a0e;
}
.paraphras-feature.ai-features .title-head {
  margin: 0 0 10px;
}
.paraphras-feature.ai-features .sub-head {
  text-align: center;
  margin: 0 0 10px;
}
.paraphras-feature.ai-features .feature-list {
  width: 100%;
}
.paraphras-feature.ai-features .feature-list .feature-heading:nth-child(3) {
  border: unset;
  border-radius: unset;
  border-right: 1px solid #d8d8d8;
}
.paraphras-feature.ai-features .feature-list .feature-heading:nth-child(4) {
  border-radius: 0 6px 0 0px;
  border-right: 0;
  vertical-align: middle;
}
.paraphras-feature.ai-features .feature-list tbody tr:nth-child(odd) {
  background: #e7f4ee;
}
.paraphras-feature.essay-typer-table .feature-list tr td svg, .paraphras-feature.ai-essay-typer-table .feature-list tr td svg {
  margin: 0 auto;
  display: block;
}

.features-details-table {
  background: #fff url(../images/feature-bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
.features-details-table .feature-list {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-collapse: collapse;
}
.features-details-table .feature-list tr:last-child td,
.features-details-table .feature-list tr:last-child th {
  border-bottom: 0;
}
.features-details-table .feature-list tr:first-child td:first-child,
.features-details-table .feature-list tr:first-child th:first-child {
  border-radius: 6px 0 0 0;
  text-align: left;
}
.features-details-table .feature-list tr:first-child td:last-child,
.features-details-table .feature-list tr:first-child th:last-child {
  border-radius: 0 6px 0 0px;
  border-right: 0;
}
.features-details-table .feature-list tr .feature-heading {
  background: #535353;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  font-weight: normal;
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
}
.features-details-table .feature-list tr td,
.features-details-table .feature-list tr th {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  line-height: 20px;
  color: #616161;
  border-right: 1px solid #d8d8d8;
  vertical-align: middle;
}
.features-details-table .feature-list tr td:last-child,
.features-details-table .feature-list tr th:last-child {
  border-right: 0;
}
.features-details-table .feature-list tr:nth-child(odd) {
  background: #e7f4ee;
}
.features-details-table .feature-list .feature-text svg {
  display: block;
  margin: 0 auto;
}
.features-details-table .discount-off {
  width: 80%;
  margin: 25px auto 0;
  background: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #616161;
  font-size: 20px;
  line-height: 25px;
  font-family: "robotomedium";
  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;
}
.features-details-table .discount-off svg {
  margin: 5px 11px 0 0;
  float: left;
}
.features-details-table .discount-off svg .a {
  opacity: 0.6;
}
.features-details-table .discount-off svg .b {
  fill: #5C7A36;
  opacity: 0.76;
  stroke: none;
}
.features-details-table .discount-off svg .c {
  fill: #535353;
  stroke: none;
}
.features-details-table .discount-off .discount-off-left-side {
  width: 55%;
}
.features-details-table .discount-off span strong {
  color: #000;
}
.features-details-table .discount-off span .discount {
  color: #5C7A36;
  font-family: "robotomedium";
}
.features-details-table .discount-off .offer-btn {
  background: #f58e0e;
  color: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 18px;
  cursor: pointer;
}
.features-details-table .discount-off .offer-btn:hover {
  background: #ee8a0e;
}

.plag-feature {
  background: #FFFFFF;
}
.plag-feature .arrow-sign {
  display: none;
}
.plag-feature .sub-head {
  margin-bottom: 0;
}
.plag-feature .content {
  margin-bottom: 50px;
  position: relative;
}
.plag-feature .content .sub-head {
  max-height: 40px;
  overflow: hidden;
}
.plag-feature .content .read-more {
  font-size: 14px;
  line-height: 20px;
  font-family: "robotoregular";
  color: #F9413E;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding: 0 2px;
  cursor: pointer;
}
.plag-feature .content.expanded .sub-head {
  overflow: unset;
  max-height: unset;
  display: inline;
}
.plag-feature .content.expanded .read-more {
  position: unset;
}
.plag-feature .feature-box {
  background: linear-gradient(107.87deg, rgba(237, 237, 237, 0.8) 0%, rgba(255, 255, 255, 0.85) 25.21%, rgba(248, 248, 248, 0.9) 50.41%, rgba(254, 254, 254, 0.85) 75.62%, rgba(255, 255, 255, 0.8) 89.96%, rgba(242, 240, 240, 0.75) 100.83%);
  -webkit-box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 17px 50px;
}
.plag-feature .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plag-feature .box .list .list-item {
  text-align: center;
  padding: 13px 50px;
  min-height: 60px;
  font-size: 14px;
  line-height: 20px;
  font-family: "robotoregular";
  color: #3F3F3F;
}
.plag-feature .box .list .list-item:nth-of-type(1) {
  padding: 10px 50px;
  min-height: 72px;
}
.plag-feature .box .list .list-item.btn-block {
  padding: 10px 20px;
}
.plag-feature .box .list:nth-of-type(1) .list-item {
  text-align: left;
}
.plag-feature .box .highlight-head {
  background: #9EC137;
  -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);
  border-radius: 8px 8px 0 0px;
  padding: 10px;
}
.plag-feature .box .icon {
  display: block;
  margin: auto;
}
.plag-feature .box .icon.cross {
  background: url("../images/cross-bold.svg") no-repeat;
  width: 19px;
  height: 19px;
}
.plag-feature .box .icon.check {
  background: url("../images/gree-tick-bold.svg") no-repeat;
  width: 23px;
  height: 17px;
}
.plag-feature .box .try-btn {
  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;
  padding: 5px;
  border-radius: 3px;
  line-height: 18px;
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
}
.plag-feature .box .highlight-box {
  background: #F9FFF2;
  border: 1px solid #678313;
  border-radius: 10px;
}
.plag-feature .discount-off {
  width: 50%;
}

/*paraphrase-benefits*/
.paraphrase-benefits {
  position: relative;
}
.paraphrase-benefits:after {
  content: "";
  height: 30%;
  background: rgba(224, 243, 234, 0.4392156863);
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 140px;
}
.paraphrase-benefits .a {
  stroke: none !important;
  fill: #38af4d;
}
.paraphrase-benefits .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.paraphrase-benefits .benefit-list .benefit-box {
  border: 1px solid #e6e6e6;
  -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: 3px;
  padding: 20px 10px;
  margin: 0px 8px 0;
  background: #fff;
  z-index: 1;
}
.paraphrase-benefits .benefit-list .benefit-box .benefit-head {
  font-size: 18px;
  line-height: 24px;
  font-family: "robotomedium";
  color: #1d1d1d;
  padding: 20px 0 5px;
  display: block;
}
.paraphrase-benefits .get-result {
  margin: 90px auto 0;
}
.paraphrase-benefits.essay-typer-benefit .benefit-list .benefit-box {
  width: 25%;
}

.plag-benefits .content {
  font-size: 14px;
  line-height: 20px;
  color: #616161;
}
.plag-benefits .content .read-more {
  display: none;
}
.plag-benefits .benefit-list {
  margin-top: 15px;
}
.plag-benefits::after {
  display: none;
}

.assignment-benefits .boxes-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px;
}
.assignment-benefits .boxes-row .content-box {
  width: 41%;
  background: #FFFFFF;
  padding: 27px 38px;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1019607843);
}
.assignment-benefits .boxes-row .content-box:nth-child(2), .assignment-benefits .boxes-row .content-box:nth-child(3) {
  background: #e7f4ee;
}
.assignment-benefits .boxes-row .content-box .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 0;
}
.assignment-benefits .boxes-row .content-box .title-row svg {
  margin: 0 7px 0 0;
}
.assignment-benefits .boxes-row .content-box .title-row .box-title {
  font-size: 17px;
  line-height: 23px;
  color: #1D1D1D;
}
.assignment-benefits .boxes-row .content-box .content {
  font-size: 14px;
  line-height: 20px;
  color: #616161;
}
.assignment-benefits .paraphrase-now-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 65px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 26px;
  background: #f58e0e;
  color: #fff;
  margin: 50px auto 0;
}

/*video*/
.video-block {
  border-top: 3px solid #F1FAF6;
  position: relative;
}
.video-block:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/video-pattern.png) no-repeat;
  background-position: right -130px top 15px;
  z-index: -1;
}
.video-block.space50 {
  padding: 60px 0;
}
.video-block .about-video {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.video-block .about-video:before {
  content: "";
  height: 80px;
  width: 200px;
  position: absolute;
  left: 50px;
  bottom: -30px;
  background: linear-gradient(90deg, #fff 9px, transparent 1%) center, linear-gradient(#fff 9px, transparent 1%) center, #BED4CA;
  background-size: 11px 11px;
  z-index: -1;
}
.video-block .about-video img {
  cursor: pointer;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.video-block.ai-video-block {
  display: none;
}

/*solution-block*/
.solution-block {
  border-top: 3px solid #F1FAF6;
}
.solution-block.m-solution {
  display: none;
}
.solution-block .plagrisim-list .heading-text,
.solution-block .left-content .heading-text {
  margin: 0 0 10px;
}
.solution-block .plagrisim-list .common-text,
.solution-block .left-content .common-text {
  margin: 0 0 10px;
}
.solution-block .imp-of-paraphrase {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.solution-block .left-content {
  width: 45%;
}
.solution-block .left-content .common-text {
  margin: 0 0 30px;
}
.solution-block .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.solution-block .list .list-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.solution-block .list .list-item svg {
  margin-right: 11px;
}

.imp-of-paraphrase {
  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;
}
.imp-of-paraphrase article {
  width: 64%;
}
.imp-of-paraphrase article .heading-text {
  font-size: 16px;
  line-height: 20px;
  font-family: "robotomedium";
  color: #2a2a2a;
  margin: 0 0 10px;
}
.imp-of-paraphrase article .common-text {
  margin: 0 0 20px;
}
.imp-of-paraphrase article .common-text:last-child {
  margin: 0;
}
.imp-of-paraphrase article .common-text a {
  color: #F58E0E;
}

/*paraphras-experts*/
.paraphras-experts {
  background: #f5f5f5;
}
.paraphras-experts .container {
  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;
}
.paraphras-experts .experts-list {
  width: 50%;
}
.paraphras-experts .experts-list li {
  width: 40%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 15px;
  margin: 0px 30px 30px 0;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.paraphras-experts .experts-list li:nth-child(even) {
  margin: 0;
}
.paraphras-experts .experts-list li:nth-child(3) {
  margin: 0 30px 0 0;
}
.paraphras-experts .experts-list li .profile-photo {
  width: 70px;
  height: 70px !important;
  margin: 0 auto 10px;
  border-radius: 100%;
  display: block;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.paraphras-experts .experts-list li .expt-name {
  font-size: 17px;
  line-height: 20px;
  font-family: "robotomedium";
  color: #2d2d2d;
  text-align: center;
}
.paraphras-experts .experts-list li .exp-degree {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #616161;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.paraphras-experts .experts-list li .exp-details {
  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;
  text-align: center;
}
.paraphras-experts .experts-list li .exp-details .exp-order,
.paraphras-experts .experts-list li .exp-details .exp-rating {
  font-size: 13px;
  line-height: 18px;
  color: #2A2A2A;
  margin: 22px 0 0 0;
}
.paraphras-experts .experts-list li .exp-details .exp-order span,
.paraphras-experts .experts-list li .exp-details .exp-rating span {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-family: robotomedium;
}
.paraphras-experts .experts-list li .exp-details .exp-order .total-order,
.paraphras-experts .experts-list li .exp-details .exp-rating .total-order {
  color: #5C7A36;
}
.paraphras-experts .experts-list li .exp-details .exp-order .rating-value,
.paraphras-experts .experts-list li .exp-details .exp-rating .rating-value {
  color: #F58E0E;
}
.paraphras-experts .experts-list li:hover .hover-detail {
  opacity: 1;
  visibility: visible;
}
.paraphras-experts .experts-list li .hover-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #5C7A36;
  cursor: pointer;
  border-radius: 5px;
  visibility: hidden;
}
.paraphras-experts .experts-list li .hover-detail .head {
  background: #fff;
  padding: 12px 10px;
  border-radius: 5px 5px 0 0;
}
.paraphras-experts .experts-list li .hover-detail .viewprofile,
.paraphras-experts .experts-list li .hover-detail .hire {
  background: #fff;
  display: block;
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 18px;
  font-family: "robotomedium";
  width: 60%;
  cursor: pointer;
}
.paraphras-experts .experts-list li .hover-detail .viewprofile svg,
.paraphras-experts .experts-list li .hover-detail .hire svg {
  margin: 0 5px 0 0;
}
.paraphras-experts .experts-list li .hover-detail .viewprofile:hover,
.paraphras-experts .experts-list li .hover-detail .hire:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.paraphras-experts .experts-list li .hover-detail .viewprofile {
  margin: 50px auto 15px;
  color: #5c7a36;
}
.paraphras-experts .experts-list li .hover-detail .hire {
  margin: 0 auto;
  color: #F58E0E;
}
.paraphras-experts .hire-text {
  width: 48%;
  vertical-align: sub;
  float: right;
}
.paraphras-experts .hire-text .title-head {
  text-align: left;
  padding: 0 0 25px 0;
}
.paraphras-experts .hire-text .hire-head {
  color: #5C7A36;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 10px;
  font-family: "robotomedium";
}
.paraphras-experts .hire-text .hire-p {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 25px;
}
.paraphras-experts .hire-text .hire-p span {
  margin: 10px 0 0;
  display: block;
}
.paraphras-experts .hire-text .hire-p a {
  color: #F58E0E;
}
.paraphras-experts .hire-text .hire-price {
  font-family: "robotomedium";
  color: #2A2A2A;
  font-size: 16px;
  line-height: 20px;
}
.paraphras-experts .hire-text .price {
  font-size: 50px;
  line-height: 52px;
  color: #2A2A2A;
  font-family: "robotomedium";
}
.paraphras-experts .hire-text .price .from {
  font-size: 24px;
  line-height: 26px;
  vertical-align: middle;
  color: #616161;
  margin: 0 0 0 5px;
}
.paraphras-experts .hire-text .hire-expert {
  font-size: 20px;
  line-height: 26px;
  padding: 6px 20px;
  color: #fff;
  background: #f58e0e;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 50px;
  cursor: pointer;
}
.paraphras-experts .hire-text .hire-expert:hover {
  background: #ee8a0e;
}

/*free tool*/
.free-tool .container {
  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;
}
.free-tool article {
  width: 70%;
}
.free-tool article .title-head {
  text-align: left;
}
.free-tool .free-tool-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.free-tool .free-tool-list .tool-links {
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  color: #5C7A36;
  padding: 25px 15px;
  margin: 0 20px 20px 0;
  width: 42%;
  text-align: center;
  font-family: "robotomedium";
}
.free-tool .free-tool-list .tool-links:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
.free-tool .free-tool-list .tool-links:nth-child(3), .free-tool .free-tool-list .tool-links:nth-child(4) {
  margin-bottom: 0;
}
.free-tool .free-tool-list .tool-links:nth-child(even) {
  margin-right: 0;
}
.free-tool .free-tool-list img {
  display: block;
  margin: 0 auto 8px;
  width: 80px;
  height: 80px;
}

.plag-free-tool .content .read-more {
  display: none;
}
.plag-free-tool .free-tool-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.plag-free-tool .free-tool-list .tool-links {
  -webkit-box-shadow: 0px 0px 8.37px 1.52px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 0px 8.37px 1.52px rgba(0, 0, 0, 0.1490196078);
  background: #ffffff;
  border-radius: 8px;
  padding: 11px;
  margin: 0;
  text-align: left;
}
.plag-free-tool .free-tool-list .tool-links .img-div {
  width: 187px;
  height: 187px;
  max-width: unset;
  margin-bottom: 11px;
  background: rgba(209, 209, 209, 0.2);
  position: relative;
  border-radius: 5px;
}
.plag-free-tool .free-tool-list .tool-links .img-div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: unset;
  height: unset;
  margin: auto;
}
.plag-free-tool .free-tool-list .tool-links .title {
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  color: #2A2A2A;
  margin-bottom: 10px;
  white-space: nowrap;
}
.plag-free-tool .free-tool-list .tool-links .sub-head {
  color: #2A2A2A;
  margin-bottom: 20px;
  display: block;
}
.plag-free-tool .free-tool-list .tool-links .sub-head,
.plag-free-tool .free-tool-list .tool-links .check-now {
  font-size: 12px;
  line-height: 15px;
  font-family: "robotoregular";
}
.plag-free-tool .free-tool-list .tool-links .check-now {
  color: #EF841F;
  display: block;
}

.ai-essay-reviews .title-head span {
  color: #5C7A36;
}
.ai-essay-reviews .slick-arrow {
  display: none;
}
.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: -2%;
}
.ai-essay-reviews .reviews-row .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -2%;
}

/*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;
}

/*plag-tool-strip*/
.app-icon-strip {
  background: #EFEFEF;
  position: relative;
  margin: 80px 0 0px;
  padding: 40px 0;
}
.app-icon-strip .desktop-img {
  position: absolute;
  bottom: 5px;
  left: 10%;
}
.app-icon-strip .title, .app-icon-strip .sub-title, .app-icon-strip .para-desktop, .app-icon-strip .bottom-div {
  padding: 0 0 0 47%;
}
.app-icon-strip .title {
  font-family: "robotomedium";
  font-size: 45px;
  line-height: 55px;
  color: #5C7A36;
}
.app-icon-strip .sub-title {
  font-size: 40px;
  line-height: 45px;
  color: #2A2A2A;
  margin: 12px 0 25px;
}
.app-icon-strip .para-desktop {
  font-size: 30px;
  line-height: 35px;
  color: #2A2A2A;
  margin: 0 0 15px;
}
.app-icon-strip .bottom-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.app-icon-strip .bottom-div a img {
  height: 76px;
  display: block;
}

/*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 {
  display: block;
}
.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;
}

/*plagiarism-process*/
.plagrisim-process .flex-wrpr {
  padding: 20px 0;
}
.plagrisim-process .flex-wrpr:before {
  width: 400px;
  background-size: 390px;
  z-index: -1;
  top: -36px;
  height: 248px;
}
.plagrisim-process .flex-wrpr:after {
  height: 240px;
  bottom: -43px;
  width: 400px;
  background-size: 390px;
  z-index: -1;
}
.plagrisim-process .flex-wrpr .process-wrpr .tab-dots {
  height: 41px;
  background: url(../images/circle-path.svg) no-repeat;
  background-position: center;
  background-size: 233px;
}
.plagrisim-process .flex-wrpr .process-wrpr .tab-dots .tab-list:first-of-type {
  top: -55%;
  left: 10%;
}
.plagrisim-process .flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(2) {
  top: 35%;
  left: 32%;
}
.plagrisim-process .flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(3) {
  top: 35%;
  left: 60%;
}
.plagrisim-process .flex-wrpr .process-wrpr .tab-dots .tab-list:last-child {
  top: -55%;
  right: 9%;
}
.plagrisim-process .flex-wrpr .process-content .dsktop-slider:first-child {
  margin: 0 0 30px -70px;
}
.plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(2), .plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(3) {
  margin: 0px 0 30px -30px;
}
.plagrisim-process .flex-wrpr .process-content .dsktop-slider:last-child {
  margin: 0 0 0 -70px;
}

/*turnitin-report*/
.turnitin-report {
  background: #F5F5F5;
  text-align: center;
}
.turnitin-report .turnitin-block {
  max-width: 900px;
}
.turnitin-report .turnitin-block img {
  width: auto;
  height: auto;
}
.turnitin-report .turnitin-block .common-text {
  margin: 20px 0;
}
.turnitin-report .turnitin-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.turnitin-report .turnitin-block form .file-box {
  border-radius: 3px 0px 0px 3px;
  background: #fff;
  border: 1px solid #d8d8d8;
  position: relative;
  z-index: 1;
  width: 33%;
}
.turnitin-report .turnitin-block form .file-box .file-loadbx {
  opacity: 0;
  height: 42px;
  cursor: pointer;
  width: 100%;
}
.turnitin-report .turnitin-block form .file-box .file-select-name {
  color: #707070;
  text-align: left;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: -11;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-height: 3rem;
}
.turnitin-report .turnitin-block form .get-result {
  position: relative;
}
.turnitin-report .turnitin-block form .get-result:before {
  content: "";
  background: url("../images/file-upload-white.svg") no-repeat;
  width: 27px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1;
}
.turnitin-report .turnitin-block form .get-result .get-result-btn {
  font-size: 18px;
  line-height: 22px;
  padding: 11px 15px 11px 48px;
  border-radius: 0px 3px 3px 0px;
}

/*consequence-wrpr*/
.consequence-wrpr {
  border-top: 3px solid #F1FAF6;
}

.consequence-block {
  max-width: 900px;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.consequence-block article {
  width: 60%;
}
.consequence-block article .title-head {
  text-align: left;
}
.consequence-block figure {
  position: relative;
  width: 32%;
}
.consequence-block figure img {
  position: absolute;
  top: -20px;
}

.plagrisim-list {
  margin: 0 0 15px 0;
}
.plagrisim-list .heading-text {
  margin: 0 0 10px;
}
.plagrisim-list .common-text {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  font-size: 16px;
  line-height: 20px;
}
.plagrisim-list .common-text:before {
  content: "";
  background: url(../images/tick-icon.svg) no-repeat;
  width: 22px;
  height: 14px;
  display: inline-block;
  background-size: 14px;
  margin: 4px 6px 0 0;
}

/*upload-box-grammar*/
.body_gah_au .paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span {
  height: 32px;
}

.g-check-form .grammer-input {
  display: inline-block;
  margin: 20px 0 0;
}
.g-check-form .grammer-input .input-group .jFiler-input .jFiler-input-caption span {
  margin: 0;
  padding: 5px 40px 5px 10px;
}
.g-check-form .grammer-input .input-group .jFiler-input .jFiler-input-caption span:before {
  right: -35px;
}
.g-check-form .grammer-input .input-group .jFiler-items.jFiler-row {
  margin: 0;
}
.g-check-form .grammer-input .input-group .jFiler-item-info.pull-left {
  width: 100%;
  float: right;
  padding: 6px 50px;
  margin: -20px 0 0;
}
.g-check-form .grammer-input .input-group.select-field {
  font-family: "robotoregular";
  margin: 0 0 0 38px;
}
.g-check-form .grammer-input .input-group.select-field label {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 18px;
}
.g-check-form .grammer-input .input-group.select-field select {
  color: #878787;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 20px 4px 4px;
  position: relative;
  border-radius: 0;
  border: 1px solid #D4D4D4;
}
.g-check-form .grammer-input .input-group.select-field:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 6px;
  width: 13px;
  height: 8px;
  background: url(../images/sprite1.png) no-repeat;
  background-size: 395px;
  background-position: -87px -22px;
}

/*grammar-solution*/
.grammar-solution {
  border-bottom: 5px solid #F5F5F5;
}
.grammar-solution .imp-of-paraphrase {
  max-width: 1076px;
  margin: 0 auto;
}
.grammar-solution .sub-heading {
  font-size: 16px;
  line-height: 20px;
}
.grammar-solution .sub-heading .title-heading {
  font-size: 24px;
  line-height: 26px;
  padding: 10px 0 30px;
  font-family: "robotomedium";
}
.grammar-solution figure {
  width: 39%;
  height: 44%;
}
.grammar-solution .accordion-list {
  width: 52%;
}
.grammar-solution .accordion-list li {
  background: #fff;
  width: 100%;
  margin: 0 40px 15px 30px;
}
.grammar-solution .accordion-list li .accordian {
  padding: 12px 32px 12px 30px;
  margin: 0 0 0 -30px;
  background: #F1FAF6;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  font-family: "robotomedium";
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.grammar-solution .accordion-list li .accordian.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.grammar-solution .accordion-list li .accordian:after {
  content: "";
  background: url(../images/homesprite.png) no-repeat;
  width: 12px;
  height: 8px;
  display: block;
  background-position: -2px -24px;
  background-size: 270px;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.grammar-solution .accordion-list li .accordian-detail {
  padding: 55px 15px 15px;
  display: none;
  font-size: 14px;
  line-height: 18px;
  margin: -42px 0 0 -30px;
  -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: 3px;
}
.grammar-solution .accordion-list li .accordian-detail .colrbox {
  margin: 5px 0;
}
.grammar-solution .accordion-list li .accordian-detail .colrbox .color-text {
  color: #B80909;
  font-size: 15px;
  line-height: 19px;
  font-family: "robotoregular";
}
.grammar-solution .accordion-list li .accordian-detail .colrbox .green-text {
  color: #38AF4D;
}
.grammar-solution .accordion-list li .accordian-detail .colrbox .common-text {
  margin: 0;
}
.grammar-solution .accordion-list li .accordian-detail .common-text {
  margin: 0 0 10px;
}

/*paraphras-banner*/
.paraphras-banner.essaytype-banner {
  padding: 60px 0 230px;
  background-position: bottom;
}

/*paraphrasing_form*/
.paraphrasing_form.essay-types-form {
  margin: -135px 25% 0;
  display: -ms-grid;
  display: grid;
}

.essay-types-form .upload-box {
  height: 50px;
  border-radius: 5px;
}
.essay-types-form .loading-loader img {
  margin: 4.5% auto;
  width: 7%;
}
.essay-types-form .loading-loader span {
  top: 74%;
}

/*essay-typer-process*/
.essay-types-form .upload-form .get-result {
  float: none;
}

/*essay-typer-solution*/
.essay-typer-solution {
  border-bottom: 5px solid #F5F5F5;
}
.essay-typer-solution .imp-of-paraphrase article {
  width: 52%;
}
.essay-typer-solution figure {
  margin: auto;
}
.essay-typer-solution .plagrisim-list .heading-text {
  margin: 0 0 15px;
}
.essay-typer-solution .plagrisim-list .common-text {
  padding: 0 0 0 30px;
  position: relative;
}
.essay-typer-solution .plagrisim-list .common-text:before {
  content: "";
  background: url(../images/tick-icon.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
  position: absolute;
  left: 10px;
  top: 3px;
  margin: 0;
}
.essay-typer-solution .plagrisim-list .common-text b {
  display: contents;
}

.writer-popup {
  -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);
}

.fancybox-bg {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: fixed;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button svg path {
  fill: #2a2a2a !important;
}

.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 {
  background: radial-gradient(50% 50% at 50% 50%, #F6FFEC 3.95%, #E5FFC9 100%);
  padding: 53px 57px 80px 44px;
  position: relative;
  border-radius: 6px 0 0 6px;
}
.common-login-popup .login-signup-popup .left-side .bg-icons {
  position: absolute;
  right: 40px;
  top: 26%;
}
.common-login-popup .login-signup-popup .left-side::after {
  content: "";
  position: absolute;
  background: url("../images/big-search.svg") no-repeat;
  bottom: 0;
  right: 0;
  width: 213px;
  height: 240px;
}
.common-login-popup .login-signup-popup .left-side .popup-heading {
  font-size: 37px;
  line-height: 54px;
  color: #5C8335;
  margin: 0 0 35px 0;
}
.common-login-popup .login-signup-popup .left-side .popup-heading .strong-h {
  font-size: 47px;
  font-family: "robotomedium";
}
.common-login-popup .login-signup-popup .left-side .book-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;
}
.common-login-popup .login-signup-popup .left-side .book-row .all-features .names {
  font-size: 18px;
  line-height: 40px;
  color: #444444;
  font-family: "robotomedium";
}
.common-login-popup .login-signup-popup .left-side .book-row .all-features .names svg {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.common-login-popup .login-signup-popup .left-side .book-row .all-features .names:last-child {
  margin: 0;
}
.common-login-popup .login-signup-popup .left-side.left-250 {
  background: #F8FFEB;
  width: 100%;
}
.common-login-popup .login-signup-popup .left-side.left-250::after {
  display: none;
}
.common-login-popup .login-signup-popup .left-side.left-250 .bg-icons {
  display: none;
}
.common-login-popup .login-signup-popup .left-side.left-250 .popup-heading {
  font-size: 29px;
  line-height: 39px;
  margin: 0 0 35px 0;
  color: #2A2A2A;
  position: relative;
}
.common-login-popup .login-signup-popup .left-side.left-250 .popup-heading::after {
  content: "";
  position: absolute;
  background: url("../images/a-plus.svg") no-repeat;
  top: 0;
  right: 0;
  width: 188px;
  height: 156px;
}
.common-login-popup .login-signup-popup .left-side.left-250 .popup-heading .strong-h {
  color: #5C8335;
  font-size: 37px;
}
.common-login-popup .login-signup-popup .left-side.left-250 .box-content {
  margin-top: 80px;
  border-radius: 18px;
  border: 0.5px solid #000000;
  overflow: hidden;
  background: #F2FFDC;
}
.common-login-popup .login-signup-popup .left-side.left-250 .box-content .box-head {
  background: #7B9946;
  color: #ffffff;
  border-bottom: 0.5px solid #000000;
  padding: 8px 25px;
  font-family: "robotomedium";
  font-size: 20px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18px 18px 0 0;
}
.common-login-popup .login-signup-popup .left-side.left-250 .box-content .content {
  font-family: "robotoregular";
  font-size: 15px;
  line-height: 17px;
  color: #505050;
  position: relative;
  padding: 12px 25px;
}
.common-login-popup .login-signup-popup .left-side.left-250 .box-content .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2901960784);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 0 0 18px 18px;
}
.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: 23px;
  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 #5c7a36;
}
.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 #5c7a36;
}
.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-gah.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 #5c7a36;
}
.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 #5c7a36;
}
.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: #f58e0e;
  color: #FFFFFF;
  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: 13px;
  line-height: 15px;
  color: #c80013;
  position: absolute;
  bottom: auto;
  display: block;
}
.common-login-popup .fancybox-close-small {
  top: -8px;
  right: -34px;
}

.order-popup {
  padding: 0;
  width: 45%;
  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);
}
.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: "robotolight";
}
.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;
  text-align: center;
}
.order-popup .head-top .head-text {
  font-size: 28px;
  line-height: 32px;
  font-family: "robotomedium";
  margin-left: 10px;
  color: #568120;
}
.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 .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;
}
.order-popup .left-order,
.order-popup .right-order {
  position: relative;
}
.order-popup .left-order .head,
.order-popup .right-order .head {
  font-size: 18px;
  line-height: 22px;
  font-family: "robotomedium";
  text-align: center;
  min-height: 85px;
}
.order-popup .left-order .head img,
.order-popup .right-order .head img {
  display: block;
  margin: auto auto 10px;
}
.order-popup .left-order .head .input-check-box,
.order-popup .right-order .head .input-check-box {
  display: none;
}
.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 .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 .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: #568120;
}
.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: #f58e0e;
  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: "robotolight";
  margin-top: 8px;
}
.order-popup .left-order {
  border-right: 1px solid #5C7A36;
  position: relative;
  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: #F8FBFF;
}
.order-popup .right-order {
  padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 1600px) {
  .app-icon-strip .desktop-img {
    left: 0%;
  }
  .app-icon-strip .title, .app-icon-strip .sub-title, .app-icon-strip .para-desktop, .app-icon-strip .bottom-div {
    padding: 0 0 0 45%;
  }
  .plag-checker-form {
    width: 60%;
  }
  .plag-checker-form .top-strip .list {
    padding-left: 135px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .plag-checker-form .top-strip.unlock .list {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
}
@media (max-width: 1380px) {
  .essay-tool-section {
    width: 59%;
  }
  .essay-tool-section .login-overlay .login-box {
    width: 58%;
  }
  .plag-checker-form .top-strip .list {
    padding-left: 170px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .g-check-form .upload-box {
    height: 275px;
  }
  .flex-wrpr {
    width: 1040px;
    padding: 40px 0;
  }
  .flex-wrpr:before {
    top: -64px;
  }
  .flex-wrpr:after {
    bottom: -80px;
  }
  .essay-typer-process .flex-wrpr:before {
    top: -107px;
  }
  .essay-typer-process .flex-wrpr:after {
    bottom: -118px;
  }
  .paraphrasing_form_captcha .upload-form .get-result {
    width: 35%;
  }
  .paraphrasing_form {
    width: 66%;
  }
  .paraphrasing_form .top-strip {
    padding: 15px;
  }
  .plag-checker-form {
    margin-bottom: 50px;
  }
  .plag-checker-form .small-icon img {
    width: 21px;
    height: 21px;
    max-width: unset;
  }
  .plag-feature .discount-off {
    width: 70%;
  }
  .common-login-popup {
    width: 68%;
  }
  .order-popup {
    width: 61%;
  }
}
@media screen and (max-width: 1024px) {
  .title-head {
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 20px;
  }
  .get-result .get-result-btn {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 50px;
  }
  .paraphras-banner .paraphras-header .main-title {
    font-size: 30px;
    line-height: 34px;
  }
  .imp-of-paraphrase article {
    width: 56%;
  }
  .paraphrasing_form {
    width: 90%;
    padding: 20px;
    margin: -225px auto 0;
  }
  .paraphrasing_form.essay-types-form {
    margin: -135px 11% 0;
  }
  .paraphrasing_form .top-strip .strip-img {
    top: -10px;
  }
  .paraphrasing_form .top-strip .list {
    padding-left: 190px;
  }
  .paraphrasing_form .top-strip .list .list-item img {
    margin-right: 6px;
    vertical-align: text-top;
    width: 12px;
  }
  .paraphrasing_form .top-strip .pro-btn {
    padding: 5px;
  }
  .paraphrasing_form .top-strip.unlock {
    padding: 15px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .paraphrasing_form .top-strip.unlock .list {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .common-section .paraphrasing_form {
    margin: -225px 0 0;
  }
  .common-section .left-part,
  .common-section .right-part {
    display: none;
  }
  .types-of .type-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 17px;
  }
  .types-of .type-list .type-list-content {
    width: 45%;
  }
  .paraphras-process {
    padding: 25px 0;
  }
  .flex-wrpr {
    width: 994px;
  }
  .flex-wrpr::before, .flex-wrpr:after {
    background-size: unset;
    height: 206px;
    width: 330px;
  }
  .flex-wrpr:before {
    top: -25px;
  }
  .flex-wrpr:after {
    bottom: -30px;
  }
  .paraphrase-benefits:after {
    bottom: 100px;
  }
  .paraphrase-benefits .benefit-list .benefit-box .benefit-head {
    padding: 10px 0 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .paraphrase-benefits .get-result {
    margin: 60px auto 0;
  }
  .paraphras-experts .experts-list li {
    width: 45%;
    padding: 15px 10px;
    margin: 0px 20px 20px 0;
  }
  .paraphras-experts .experts-list li:nth-child(3) {
    margin: 0 20px 0 0;
  }
  .paraphras-experts .experts-list li .hover-detail .viewprofile {
    padding: 7px 15px;
  }
  .free-tool .free-tool-list .tool-links {
    font-size: 16px;
    line-height: 20px;
  }
  .app-icon-strip {
    margin: 50px 0 0px;
  }
  .app-icon-strip .desktop-img {
    width: 47%;
  }
  .app-icon-strip .title, .app-icon-strip .sub-title, .app-icon-strip .para-desktop, .app-icon-strip .bottom-div {
    padding: 0 0 0 50%;
  }
  .app-icon-strip .title {
    font-size: 30px;
    line-height: 36px;
  }
  .app-icon-strip .sub-title {
    font-size: 24px;
    line-height: 28px;
    margin: 8px 0 20px;
  }
  .app-icon-strip .para-desktop {
    font-size: 22px;
    line-height: 24px;
  }
  .app-icon-strip .bottom-div a img {
    height: 50px;
  }
  .recent-blog .blog-card .blog-txt .title-text {
    height: 85px;
    overflow: auto;
  }
  .recent-blog .blog-card .date,
  .recent-blog .blog-card .time,
  .recent-blog .blog-card .views {
    display: inline-block;
  }
  .plagrisim-process .flex-wrpr {
    padding: 30px 0;
  }
  .plagrisim-table .feature-list tr .feature-heading {
    padding: 12px 18px;
  }
  .plagrisim-table .feature-list tr td,
  .plagrisim-table .feature-list tr th {
    padding: 15px;
  }
  .consequence-block {
    max-width: 790px;
  }
  .consequence-block figure img {
    top: -3px;
  }
  .grammar-solution .sub-heading .title-heading {
    font-size: 22px;
    line-height: 24px;
  }
  .grammar-solution figure {
    width: 30%;
    margin: 0 auto;
  }
  .essay-typer-process .flex-wrpr:before {
    top: -45px;
  }
  .essay-typer-process .flex-wrpr:after {
    bottom: -55px;
  }
  .essay-types-form {
    width: 78%;
    margin: -139px 11% 0;
  }
  .essay-types-form .upload-box {
    height: unset;
  }
  .essay-typer-solution {
    padding: 30px 40px;
  }
  .essay-typer-solution .container {
    max-width: 980px;
  }
  .paraphras-feature .discount-off {
    width: 94%;
  }
  .video-block .about-video img {
    width: 80%;
  }
  .essay-tool-section {
    width: 78%;
  }
  .essay-tool-section .login-overlay .login-box .continue-btn {
    font-size: 18px;
    padding: 10px 25px;
  }
  .why-choose-us-section .box-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
    padding: 0;
  }
  .essay_writing_scrollable_section .title {
    font-size: 26px;
    line-height: 30px;
  }
  .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;
  }
  .order-popup {
    width: 81%;
  }
  .plag-feature .feature-box {
    padding: 15px;
  }
  .plag-feature .feature-box .box .list .list-item {
    padding: 13px;
  }
  .plag-feature .feature-box .box .list .list-item:nth-of-type(1) {
    padding: 10px;
  }
}
@media screen and (max-width: 768px), (max-width: 820px) {
  .space50 {
    padding: 30px 0;
  }
  .paraphras-banner {
    padding: 30px 0 110px;
  }
  .paraphras-banner.essaytype-banner {
    padding: 30px 0 130px;
  }
  .paraphras-banner .paraphras-header .main-title {
    font-size: 28px;
    line-height: 32px;
  }
  .paraphras-banner .paraphras-header .head-text {
    font-size: 15px;
    line-height: 18px;
  }
  .paraphrasing_form {
    width: 92%;
    margin: -105px 4% 0;
  }
  .paraphrasing_form .time-limit {
    margin: 0 0 20px;
  }
  .paraphrasing_form .upload-box {
    height: 200px;
  }
  .paraphrasing_form .top-strip .list .list-item:nth-last-of-type(1) {
    display: none;
  }
  .paraphrasing_form .top-strip .pro-btn {
    font-size: 12px;
  }
  .common-section .paraphrasing_form {
    margin: -105px 0 0;
  }
  .paraphrasing_form_captcha .upload-form .get-result {
    width: 37%;
  }
  .app-icon-strip {
    padding: 30px 0;
  }
  .app-icon-strip .title {
    font-size: 22px;
    line-height: 26px;
  }
  .app-icon-strip .sub-title {
    font-size: 20px;
    line-height: 24px;
    margin: 5px 0 15px;
  }
  .app-icon-strip .para-desktop {
    font-size: 18px;
    line-height: 22px;
  }
  .app-icon-strip .bottom-div a img {
    height: 35px;
  }
  .plag-checker-form .upload-form .bottm-btn {
    display: block;
  }
  .plag-checker-form .rank {
    margin-top: 15px;
  }
  .title-head {
    font-size: 22px;
    line-height: 28px;
  }
  .paraphras-process .flex-wrpr {
    padding: 0;
  }
  .benefits-section .benefits-list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
  .benefits-section .benefits-list .benefits {
    width: 48%;
  }
  .flex-wrpr {
    width: 730px;
    padding: 20px 0;
  }
  .flex-wrpr .process-content .dsktop-slider {
    font-size: 15px;
    line-height: 18px;
  }
  .flex-wrpr .process-content .dsktop-slider:first-child {
    margin: 0px 0 25px -50px;
  }
  .flex-wrpr .process-content .dsktop-slider:nth-child(2) {
    margin: 0 0 25px -7px;
  }
  .flex-wrpr .process-content .dsktop-slider:last-child {
    margin: 0px 0 0 -40px;
  }
  .paraphras-feature .feature-list tr .feature-heading {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  .paraphras-feature .feature-list tr td,
  .paraphras-feature .feature-list tr th {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .paraphras-feature .feature-list tr td .icon,
  .paraphras-feature .feature-list tr th .icon {
    background-size: 12px;
    width: 12px;
    height: 14px;
  }
  .paraphras-feature .feature-list tr td .icon.check,
  .paraphras-feature .feature-list tr th .icon.check {
    background-size: 18px;
    width: 18px;
  }
  .paraphras-feature .discount-off {
    width: 90%;
    font-size: 16px;
    line-height: 22px;
  }
  .paraphras-feature .discount-off .discount-img {
    margin: 2px 11px 0 0;
  }
  .paraphras-feature .discount-off .offer-btn-ai-tool {
    font-size: 15px;
  }
  .paraphras-feature.ai-essay-typer-table .discount-off .left-side-content {
    width: 65%;
  }
  .fancybox-can-swipe .fancybox-content video {
    width: 100%;
  }
  .paraphrase-benefits:after {
    display: none;
  }
  .paraphrase-benefits .benefit-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .paraphrase-benefits .benefit-list .benefit-box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 48%;
    margin: 0px 0px 30px 0;
  }
  .paraphrase-benefits .get-result {
    margin: 30px 0 0;
  }
  .imp-of-paraphrase article {
    width: 100%;
  }
  .imp-of-paraphrase figure {
    display: none;
  }
  .solution-block .left-content {
    width: 70%;
  }
  .paraphras-experts .experts-list {
    width: 100%;
  }
  .paraphras-experts .experts-list li {
    margin: 0px 10px 10px 0;
    padding: 10px;
  }
  .paraphras-experts .experts-list li:nth-child(3) {
    margin: 0 10px 0 0;
  }
  .paraphras-experts .experts-list li .expt-name {
    font-size: 15px;
    line-height: 18px;
  }
  .paraphras-experts .experts-list li .exp-details .exp-order,
  .paraphras-experts .experts-list li .exp-details .exp-rating {
    margin: 12px 0 0 0;
    line-height: 15px;
  }
  .paraphras-experts .experts-list li .exp-details .exp-order span,
  .paraphras-experts .experts-list li .exp-details .exp-rating span {
    font-size: 20px;
    line-height: 22px;
  }
  .paraphras-experts .experts-list li .hover-detail .viewprofile,
  .paraphras-experts .experts-list li .hover-detail .hire {
    width: 85%;
    text-align: center;
  }
  .paraphras-experts .experts-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .paraphras-experts .get-result {
    margin: 20px auto 0;
  }
  .paraphras-experts .hire-text {
    width: 100%;
  }
  .paraphras-experts .hire-text .price {
    font-size: 35px;
    line-height: 41px;
  }
  .paraphras-experts .hire-text .hire-expert {
    margin: 0 0 0 50px;
  }
  .free-tool .container {
    display: block;
    max-width: 100%;
  }
  .free-tool article {
    width: 100%;
    margin-bottom: 20px;
  }
  .free-tool .free-tool-list .tool-links {
    font-size: 15px;
    line-height: 20px;
    margin: 0 15px 15px 0;
  }
  .recent-blog ul .blog-card {
    width: 32%;
  }
  .recent-blog ul .blog-card:last-child {
    display: none;
  }
  .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;
  }
  .plagrisim-list {
    margin: 0;
  }
  .plagrisim-process .flex-wrpr:before, .plagrisim-process .flex-wrpr:after {
    display: none;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:first-child {
    margin: 0px 0 11px -62px;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(2) {
    margin: 0px 0 11px -4px;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(3) {
    margin: 0px 0 11px -4px;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:last-child {
    margin: 0 0 0 -70px;
  }
  .plagrisim-table .feature-list tr:first-child td:first-child,
  .plagrisim-table .feature-list tr:first-child th:first-child {
    width: 270px;
  }
  .plagrisim-table .feature-list tr .feature-heading {
    padding: 12px;
    font-size: 15px;
    line-height: 18px;
  }
  .turnitin-report .turnitin-block form .get-result .get-result-btn {
    font-size: 15px;
  }
  .turnitin-report .turnitin-block img {
    max-width: 250px;
  }
  .turnitin-report .turnitin-block .common-text {
    margin: 10px 0 20px;
  }
  .consequence-block article .title-head {
    padding: 0 0 10px;
  }
  .consequence-block article .common-text {
    font-size: 14px;
    line-height: 18px;
  }
  .consequence-block article .common-text:before {
    margin: 2px 6px 0 0;
  }
  .consequence-block article .common-text:last-child {
    margin: 0;
  }
  .consequence-block figure {
    width: 40%;
  }
  .consequence-block figure img {
    max-width: 210px;
    top: -15px;
  }
  .grammar-solution .accordion-list {
    width: 95%;
  }
  .grammar-solution .sub-heading {
    text-align: center;
    width: 100%;
  }
  .grammar-solution .sub-heading .title-heading {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  .essay-types-form {
    width: 78%;
  }
  .essay-types-form .upload-box {
    height: 50px;
  }
  .essay-typer-process .flex-wrpr:before {
    top: -80px;
  }
  .essay-typer-process .flex-wrpr:after {
    bottom: -68px;
    z-index: -1;
  }
  .essay-typer-process .flex-wrpr .process-content .dsktop-slider:first-child {
    margin: 0px 0 25px -38px;
  }
  .essay-typer-solution .imp-of-paraphrase article {
    width: 100%;
  }
  .essay-typer-solution .imp-of-paraphrase article .common-text {
    margin: 0 0 10px;
  }
  .essay-typer-solution .imp-of-paraphrase article .common-text:before {
    left: 0;
  }
  .essay-typer-solution .imp-of-paraphrase article .common-text:last-child {
    margin: 0;
  }
  .essay-typer-solution .plagrisim-list .heading-text {
    font-size: 14px;
    line-height: 18px;
  }
  .essay-typer-solution .plagrisim-list .common-text {
    padding: 0 0 0 20px;
  }
  .video-block:before {
    background-position: right -115px top 0;
    background-size: 36%;
  }
  .GAH_AU.paraphras-banner {
    padding: 32px 0 110px;
  }
  .essay-tool-section {
    padding: 20px;
    width: 90%;
    margin: -135px auto 0;
  }
  .essay-tool-section .essay-topic {
    font-size: 16px;
  }
  .essay-tool-section .type-length-row .essay-length,
  .essay-tool-section .type-length-row .essay-type {
    width: 49%;
  }
  .essay-tool-section .type-essay-btn {
    padding: 8px 25px;
    font-size: 18px;
  }
  .essay-tool-section .login-overlay .login-box {
    width: 67%;
  }
  .essay-tool-section .login-overlay .login-popup {
    width: 96%;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .popup-heading {
    font-size: 20px;
    line-height: 22px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .popup-sub {
    font-size: 14px;
    line-height: 16px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side .all-features {
    font-size: 13px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .login-title {
    font-size: 20px;
    line-height: 22px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .continue-btn {
    font-size: 16px;
    line-height: 20px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .continue-with::before, .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .continue-with::after {
    width: 60px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .socials-btn .box-btn {
    font-size: 15px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .close-popup {
    right: 0px;
    top: -5%;
  }
  .why-choose-us-section .box-row .left-box {
    width: 35%;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .box-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature {
    width: 47%;
    padding: 8px;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
    font-size: 14px;
    line-height: 16px;
  }
  .why-choose-us-section .box-row .right-box {
    width: 62%;
  }
  .why-choose-us-section .box-row .right-box .writer-box .head {
    font-size: 18px;
    line-height: 22px;
  }
  .why-choose-us-section .box-row .right-box .writer-box .writer-btn {
    padding: 8px 25px;
    font-size: 18px;
  }
  .plag-why-choose .box-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plag-why-choose .box-row .right-box .writer-box .content {
    position: relative;
  }
  .plag-why-choose .box-row .right-box .writer-box .content .sub-head {
    max-height: 40px;
    overflow: hidden;
  }
  .plag-why-choose .box-row .right-box .writer-box .content .read-more {
    font-size: 14px;
    line-height: 20px;
    font-family: "robotoregular";
    color: #F9413E;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
    background: #FFFFFF;
  }
  .plag-why-choose .box-row .right-box .writer-box .content.expanded .sub-head {
    overflow: unset;
    max-height: unset;
    display: inline;
  }
  .plag-why-choose .box-row .right-box .writer-box .content.expanded .read-more {
    position: unset;
  }
  .essay_writing_scrollable_section .title {
    font-size: 22px;
    line-height: 24px;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left .heading,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right .heading {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left .redirect-btn,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right .redirect-btn {
    padding: 6px 15px;
    font-size: 15px;
  }
  .essay_writing_scrollable_section .content_navigatation_area .content_area .left .redirect-btn:last-child,
  .essay_writing_scrollable_section .content_navigatation_area .content_area .right .redirect-btn:last-child {
    margin: 0 auto 20px;
  }
  .features-details-table .discount-off {
    padding: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .assignment-benefits .boxes-row .content-box {
    width: 45%;
    padding: 25px;
  }
  .assignment-benefits .paraphrase-now-btn {
    margin: 40px auto 0;
  }
  .features-details-table .feature-list tr .feature-heading {
    font-size: 16px;
    line-height: 18px;
  }
  .features-details-table .feature-list tr td,
  .features-details-table .feature-list tr th {
    padding: 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .common-login-popup {
    width: 92%;
  }
  .common-login-popup .login-signup-popup .left-side {
    padding: 20px;
  }
  .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 .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;
  }
  .order-popup {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .space50 {
    padding: 25px 0;
  }
  .loading-loader:before {
    border-radius: 0;
  }
  .loading-loader img {
    margin: 40% auto;
  }
  .get-result .get-result-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 50px;
  }
  .paraphras-banner {
    padding: 30px 0 66px;
  }
  .paraphras-banner .paraphras-header .main-title {
    font-size: 22px;
    line-height: 24px;
  }
  .paraphras-banner .paraphras-header .head-text {
    font-size: 13px;
    line-height: 15px;
  }
  .plagrisim-banner {
    padding: 25px 0 65px;
  }
  .plagrisim-banner .paraphras-header .main-title {
    font-size: 24px;
    line-height: 30px;
  }
  .plagrisim-banner .content {
    position: relative;
  }
  .plagrisim-banner .content .head-text {
    max-height: 40px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
  }
  .plagrisim-banner .content .read-more {
    font-size: 14px;
    line-height: 20px;
    font-family: "robotoregular";
    color: #F9413E;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
    background: #7a9d4c;
  }
  .plagrisim-banner .content.expanded .head-text {
    overflow: unset;
    max-height: unset;
    display: inline;
  }
  .plagrisim-banner .content.expanded .read-more {
    position: unset;
    background: transparent;
  }
  .essay-typer-process .flex-wrpr .process-wrpr figure img {
    max-width: 74px;
  }
  .paraphrasing_form {
    margin: -65px 2% 0;
    padding: 15px 5px;
    width: 96%;
  }
  .paraphrasing_form .upload-box {
    padding: 10px;
  }
  .paraphrasing_form .upload-box::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 16px;
  }
  .paraphrasing_form .upload-box::-moz-placeholder {
    font-size: 12px;
    line-height: 16px;
  }
  .paraphrasing_form .upload-box:-ms-input-placeholder {
    font-size: 12px;
    line-height: 16px;
  }
  .paraphrasing_form .upload-box::-ms-input-placeholder {
    font-size: 12px;
    line-height: 16px;
  }
  .paraphrasing_form .upload-box::placeholder {
    font-size: 12px;
    line-height: 16px;
  }
  .paraphrasing_form .upload-box .upload-text {
    font-size: 12px;
    line-height: 16px;
  }
  .paraphrasing_form .select-mode .web-select-mode {
    margin: 0 0 10px;
  }
  .paraphrasing_form .select-mode .web-select-mode li {
    padding: 0 3px;
    font-size: 13px;
    line-height: 15px;
  }
  .paraphrasing_form .select-mode .web-select-mode li.mode-disable .mode-disable-box {
    left: inherit;
    right: 10px;
  }
  .paraphrasing_form .time-limit {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 8px;
  }
  .paraphrasing_form .time-limit .hour-end {
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
  }
  .paraphrasing_form .time-limit .time {
    background-size: 15px;
    padding: 0 0 0 20px;
    display: block;
  }
  .paraphrasing_form .upload-form .textarea-box .upload-msg .text {
    margin: 85px auto auto;
  }
  .paraphrasing_form .upload-form .input-group {
    width: 100%;
  }
  .paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0 0;
    margin: 0;
    padding: 0;
  }
  .paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span:after {
    width: 20px;
    height: 16px;
    background-size: 20px;
  }
  .paraphrasing_form .upload-form .input-group .jFiler-input .jFiler-input-caption span:before {
    width: 18px;
    height: 16px;
    right: 50px;
    background-size: 16px;
  }
  .paraphrasing_form .upload-form .input-group .jFiler-items .jFiler-item-info.pull-left {
    margin: 0;
    width: 100%;
    float: none;
    padding: 6px 30px 6px 35px;
  }
  .paraphrasing_form .upload-form .input-group .jFiler-items.jFiler-row {
    margin: 18px 0;
  }
  .paraphrasing_form .upload-form .get-result {
    margin: 15px auto 0;
    display: block;
    float: none;
    width: 100%;
  }
  .paraphrasing_form .top-strip {
    padding: 5px;
    margin-bottom: 8px;
  }
  .paraphrasing_form .top-strip .strip-img {
    display: none;
    height: auto;
    border-radius: 5px;
    width: 78px;
    top: -5px;
    left: -3px;
  }
  .paraphrasing_form .top-strip .list {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding-left: 0px;
  }
  .paraphrasing_form .top-strip .list .list-item img,
  .paraphrasing_form .top-strip .list .list-item svg {
    width: 8px;
    margin-right: 4px;
  }
  .paraphrasing_form .top-strip .btn-bg {
    border-radius: 3px;
  }
  .paraphrasing_form .top-strip .pro-btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 3px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 3px;
  }
  .paraphrasing_form .top-strip .pro-btn svg {
    width: 10px;
    vertical-align: bottom;
  }
  .paraphrasing_form .top-strip.unlock {
    padding: 5px;
  }
  .paraphrasing_form .top-strip.unlock .list {
    padding-left: 0px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .paraphrasing_form .expert-strip {
    padding: 4px 4px 4px 10px;
  }
  .paraphrasing_form .expert-strip .girl-img {
    display: none;
  }
  .paraphrasing_form .expert-strip .text {
    padding-left: 0;
    font-size: 13px;
    line-height: 16px;
    color: #616161;
  }
  .paraphrasing_form .expert-strip .text .color-text {
    font-size: 13px;
  }
  .paraphrasing_form .expert-strip .get-in-touch {
    padding: 4px 5px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
  }
  .paraphrasing_form .mode-box {
    padding: 0 4px;
    margin-bottom: 10px;
  }
  .paraphrasing_form .mode-box .mode-text {
    font-size: 10px;
    line-height: 12px;
  }
  .paraphrasing_form .mode-box .delete-icon {
    margin-left: 5px;
    margin-right: 0;
  }
  .paraphrasing_form .mode-box .clear-btn {
    font-size: 13px;
  }
  .paraphrasing_form .rank {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
  }
  .paraphrasing_form .bottom-text {
    display: block;
  }
  .paraphrasing_form .bottom-text .text {
    font-size: 13px;
  }
  .paraphrasing_form .bottom-text .ratings {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .common-section .paraphrasing_form {
    margin: -65px 0 0;
  }
  .paraphras-feature .feature-list {
    display: block;
    overflow-x: auto;
  }
  .paraphrasing_form_captcha .get-result .get-result-btn {
    display: block;
    margin: 0 auto;
  }
  .paraphrasing_form_captcha .upload-form .input-group.file_upload {
    height: unset;
  }
  .paraphrasing_form_captcha .bottm-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .app-icon-strip {
    margin: 0px;
    padding: 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .app-icon-strip .desktop-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: unset;
    width: 100%;
  }
  .app-icon-strip .title, .app-icon-strip .sub-title, .app-icon-strip .para-desktop, .app-icon-strip .bottom-div {
    padding: 0;
  }
  .app-icon-strip .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 26px;
    line-height: 30px;
  }
  .app-icon-strip .title span {
    display: none;
  }
  .app-icon-strip .sub-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 20px;
    line-height: 24px;
  }
  .app-icon-strip .para-desktop {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0 15px;
  }
  .app-icon-strip .bottom-div {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app-icon-strip .bottom-div a img {
    height: 45px;
  }
  .plag-checker-form .upload-form {
    padding: 0 4px;
  }
  .plag-checker-form .upload-form .get-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0 0;
  }
  .plag-checker-form .upload-form .get-result .get-result-btn,
  .plag-checker-form .upload-form .get-result .input-group {
    width: unset;
  }
  .plag-checker-form .upload-form .get-result .get-result-btn {
    padding: 10px;
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: unset;
  }
  .plag-checker-form .upload-form .bottm-btn .rank {
    display: none;
  }
  .plag-checker-form .upload-form .input-group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plag-checker-form .upload-form .input-group .jFiler-input .jFiler-input-caption span {
    padding: 8px 10px 8px 32px;
    white-space: nowrap;
    display: inline-block;
  }
  .plag-checker-form .upload-form .input-group .jFiler-input .jFiler-input-caption span::after {
    width: 19px;
    height: 12px;
    background-size: 19px;
    top: 10px;
  }
  .plag-checker-form .jFiler-item-info.pull-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .plag-checker-form .small-icon {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .common-section {
    margin-bottom: 35px;
  }
  .title-head {
    font-size: 18px;
    line-height: 22px;
    font-family: "robotomedium";
    padding: 0 0 5px;
  }
  .common-text {
    font-size: 14px;
    line-height: 20px;
  }
  br {
    display: none;
  }
  .flex-wrpr {
    width: 100%;
    display: block;
    padding: 0;
  }
  .flex-wrpr:after, .flex-wrpr:before {
    display: none;
  }
  .flex-wrpr .process-wrpr {
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
  .flex-wrpr .process-wrpr #desktop-gif {
    display: none;
  }
  .flex-wrpr .process-wrpr .mobile-gif {
    display: block;
  }
  .flex-wrpr .process-wrpr .slider-text {
    text-align: center;
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 21px;
    margin: 25px auto 0;
  }
  .flex-wrpr .process-wrpr .slider-text p {
    line-height: 18px;
    padding: 5px 0 0;
  }
  .flex-wrpr .process-wrpr .stepImg {
    display: block;
  }
  .flex-wrpr .process-content {
    display: none;
  }
  .workload {
    text-align: left;
  }
  .workload .title-head {
    text-align: left;
  }
  .workload .common-text {
    width: 100%;
  }
  .types-of .title-head {
    text-align: left;
  }
  .types-of .sub-text {
    width: 100%;
    text-align: left;
  }
  .types-of .type-list .type-list-content {
    width: 100%;
  }
  .types-of .common-text {
    text-align: left;
    width: 100%;
  }
  .paraphras-feature .feature-list tr .feature-heading {
    font-size: 13px;
    line-height: 15px;
    padding: 8px;
  }
  .paraphras-feature .feature-list tr td,
  .paraphras-feature .feature-list tr th {
    font-size: 13px;
    line-height: 15px;
    padding: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    vertical-align: middle;
  }
  .paraphras-feature .feature-list tr td:first-child,
  .paraphras-feature .feature-list tr th:first-child {
    width: 160px;
  }
  .paraphras-feature .feature-list tr td:last-child,
  .paraphras-feature .feature-list tr th:last-child {
    width: 90px;
  }
  .paraphras-feature .feature-list tr td:nth-child(2),
  .paraphras-feature .feature-list tr th:nth-child(2) {
    width: 80px;
  }
  .paraphras-feature .discount-off {
    width: 96%;
    margin: 15px auto 0;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .paraphras-feature .discount-off .offer-btn {
    margin: 0 0 0 10px;
    padding: 3px 10px;
    white-space: nowrap;
  }
  .paraphras-feature .discount-off .discount-img, .paraphras-feature .discount-off .discount-svg {
    display: none;
  }
  .paraphras-feature .discount-off.discount-off-ai-tool {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paraphras-feature .discount-off.discount-off-ai-tool .offer-btn-ai-tool {
    margin: 10px auto 0;
  }
  .paraphras-feature.ai-essay-typer-table .discount-off {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paraphras-feature.ai-essay-typer-table .discount-off .left-side-content {
    width: 100%;
  }
  .paraphras-feature.ai-essay-typer-table .discount-off .offer-btn {
    margin: 10px auto 0;
  }
  .paraphras-feature.ai-essay-typer-table .feature-list tr td svg, .paraphras-feature.essay-typer-table .feature-list tr td svg {
    width: 18px;
    height: 14px;
  }
  .benefits-section {
    padding: 30px 0;
  }
  .benefits-section .container {
    padding: 0 0 0 10px;
  }
  .benefits-section .title-head {
    text-align: left;
    padding: 0 8px 20px;
  }
  .benefits-section .benefits-list {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .benefits-section .benefits-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .benefits-section .benefits-list .benefits {
    width: 84%;
    margin: 0 8px 0;
    padding: 15px;
    white-space: normal;
    display: inline-block;
  }
  .benefits-section .benefits-list .benefits .benefit-head {
    font-size: 16px;
  }
  .paraphrase-benefits .benefit-list {
    padding: 0 5px;
    margin: 0 0 20px 0;
  }
  .paraphrase-benefits .benefit-list .benefit-box {
    width: 100%;
    margin: 0 0 20px;
    padding: 12px;
  }
  .paraphrase-benefits .benefit-list .benefit-box .benefit-head {
    padding: 5px 0 15px;
  }
  .paraphrase-benefits .benefit-list .benefit-box:last-child {
    margin: 0;
  }
  .paraphrase-benefits .get-result {
    margin: 20px auto 0;
    display: block;
  }
  .paraphrase-benefits .get-result .get-result-btn {
    font-size: 18px;
    padding: 6px 30px;
    display: inline-block;
  }
  .plag-benefits {
    position: relative;
  }
  .plag-benefits .content {
    margin-bottom: 20px;
    position: relative;
  }
  .plag-benefits .content .sub-head {
    max-height: 40px;
    overflow: hidden;
    color: #616161;
  }
  .plag-benefits .content .read-more {
    font-size: 14px;
    line-height: 20px;
    font-family: "robotoregular";
    color: #F9413E;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
    background: #F6FAFF;
  }
  .plag-benefits .content.expanded .sub-head {
    overflow: unset;
    max-height: unset;
    display: inline;
  }
  .plag-benefits .content.expanded .read-more {
    position: unset;
  }
  .plag-benefits .benefit-list {
    background: -webkit-gradient(linear, left top, right top, from(#4B721A), color-stop(23.91%, #658937), color-stop(49.32%, #6A8B40), color-stop(76.08%, #739744), to(#7C9E50));
    background: linear-gradient(90deg, #4B721A 0%, #658937 23.91%, #6A8B40 49.32%, #739744 76.08%, #7C9E50 100%);
    border-radius: 5px;
    padding: 15px 12px 85px 12px;
    margin-bottom: 0;
  }
  .plag-benefits .benefit-list .benefit-box {
    background: #6FAB24;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1882352941);
            box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1882352941);
    border-radius: 6px;
    padding: 8px 15px;
    text-align: left;
    border-color: transparent;
    position: relative;
    margin: 0 0 15px;
  }
  .plag-benefits .benefit-list .benefit-box::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 15px;
    width: 18px;
    height: 18px;
    background: url("../images/plus.svg") no-repeat;
  }
  .plag-benefits .benefit-list .benefit-box .benefit-head {
    color: #ffffff;
    display: inline-block;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
  }
  .plag-benefits .benefit-list .benefit-box .common-text {
    line-height: 20px;
    color: #E9E9E9;
    display: none;
    margin-top: 15px;
  }
  .plag-benefits .benefit-list .benefit-box svg {
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .plag-benefits .benefit-list .benefit-box svg path {
    fill: #ffffff;
  }
  .plag-benefits .benefit-list .benefit-box svg circle {
    fill: #28FF4E;
  }
  .plag-benefits .benefit-list .benefit-box.active::before {
    background: url("../images/minus.svg") no-repeat;
  }
  .plag-benefits .get-result {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
  }
  .plag-benefits .get-result .get-result-btn {
    font-size: 16px;
    line-height: 17px;
    padding: 12px 18px;
    border-radius: 4px;
    text-transform: capitalize;
  }
  .solution-block.m-solution {
    display: block;
    border-top: unset;
  }
  .solution-block.m-solution .solution-div {
    background: transparent;
  }
  .solution-block.m-solution .solution-div .imp-of-paraphrase {
    padding: 30px 15px 15px;
    display: none;
    border-radius: 0 0 20px 20px;
  }
  .solution-block.m-solution .solution-div .imp-of-paraphrase .common-text,
  .solution-block.m-solution .solution-div .imp-of-paraphrase .list-item .common-text {
    color: #ffffff;
  }
  .solution-block.m-solution .solution-div .top-section {
    border: 1px solid #B6D5FF;
    background: #F6FBFF;
    padding: 15px 15px 30px;
    border-radius: 7px 7px 30px 30px;
    position: relative;
  }
  .solution-block.m-solution .solution-div .top-section .flip-toggle {
    position: absolute;
    background: #F7961D;
    border-radius: 50px;
    width: 43px;
    height: 43px;
    left: 0;
    right: 0;
    bottom: -20px;
    padding: 10px;
    margin: auto;
  }
  .solution-block.m-solution .solution-div .top-section .flip-toggle svg {
    vertical-align: middle;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .solution-block.m-solution .solution-div .top-section .title-head {
    text-align: center;
    margin-bottom: 20px;
  }
  .solution-block.m-solution .solution-div .top-section figure {
    margin: auto;
    display: block;
    width: 165px;
  }
  .solution-block.m-solution .solution-div.active {
    background: #73903F;
    border-radius: 7px 7px 0 0;
  }
  .solution-block.m-solution .solution-div.active .top-section .flip-toggle svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .solution-block.d-solution {
    display: none;
  }
  .solution-block .about-video {
    padding: 20px 0 20px;
  }
  .solution-block .title-head {
    text-align: left;
    padding: 0 0 10px;
  }
  .solution-block .left-content {
    width: unset;
    margin-bottom: 20px;
  }
  .solution-block .left-content .common-text {
    margin-bottom: 10px;
  }
  .solution-block .list .list-item {
    margin-bottom: 10px;
  }
  .solution-block .imp-of-paraphrase {
    display: block;
  }
  .solution-block .imp-of-paraphrase article .common-text {
    margin: 0 0 10px;
  }
  .solution-block .imp-of-paraphrase article .heading-text {
    font-size: 15px;
    line-height: 18px;
  }
  .solution-block .imp-of-paraphrase article .plagrisim-list .common-text {
    padding: 0;
  }
  .solution-block .imp-of-paraphrase article .plagrisim-list .common-text:before {
    width: 34px;
  }
  .paraphras-experts .container {
    display: block;
  }
  .paraphras-experts .experts-list {
    overflow: auto;
    white-space: nowrap;
  }
  .paraphras-experts .experts-list li {
    width: 70%;
    margin: 0 15px 5px 0px;
    padding: 18px 15px;
  }
  .paraphras-experts .experts-list li .exp-details {
    white-space: normal;
  }
  .paraphras-experts .experts-list li:nth-child(2n) {
    margin: 0 15px 5px 0px;
  }
  .paraphras-experts .experts-list li .hover-detail .viewprofile {
    margin: 30px auto 15px;
  }
  .paraphras-experts .get-result {
    margin: 18px 0 0;
  }
  .paraphras-experts .hire-text {
    padding: 25px 0 0;
    float: none;
  }
  .paraphras-experts .hire-text .title-head {
    padding: 0 0 20px 0;
  }
  .paraphras-experts .hire-text .hire-head {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 5px;
  }
  .paraphras-experts .hire-text .hire-expert {
    padding: 5px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .paraphras-experts .hire-text .price .from {
    font-size: 18px;
    line-height: 20px;
  }
  .paraphras-experts.essay-typer-experts .hire-text .hire-head {
    display: none;
  }
  .paraphras-experts.essay-typer-experts .hire-text .hire-p {
    display: none;
  }
  .free-tool .free-tool-list {
    margin: 20px 0 0 0;
  }
  .free-tool .free-tool-list .tool-links {
    width: 48%;
    margin: 0 10px 10px 0;
    padding: 15px 6px;
    font-size: 14px;
    line-height: 17px;
  }
  .free-tool .free-tool-list img {
    width: 60px;
    height: 60px;
  }
  .plag-free-tool .title-head {
    text-align: center;
  }
  .plag-free-tool .container {
    padding: 0;
  }
  .plag-free-tool .left-content {
    padding: 0 10px;
  }
  .plag-free-tool .content {
    margin-bottom: 20px;
    position: relative;
  }
  .plag-free-tool .content .common-text {
    max-height: 40px;
    overflow: hidden;
    color: #616161;
  }
  .plag-free-tool .content .read-more {
    font-size: 14px;
    line-height: 20px;
    font-family: "robotoregular";
    color: #F9413E;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
    background: #F6FAFF;
  }
  .plag-free-tool .content.expanded .common-text {
    overflow: unset;
    max-height: unset;
    display: inline;
  }
  .plag-free-tool .content.expanded .read-more {
    position: unset;
  }
  .plag-free-tool .free-tool-list {
    display: block;
    overflow: auto;
    white-space: nowrap;
    background: #F7F7F7;
    padding: 15px;
  }
  .plag-free-tool .free-tool-list::-webkit-scrollbar {
    display: none;
  }
  .plag-free-tool .free-tool-list .tool-links {
    width: 70%;
    border: 1px solid #000000;
    border-radius: 12px;
    margin-right: 15px !important;
    display: inline-block;
    white-space: normal;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 7px 7px 15px;
    margin-bottom: 0;
    text-align: center;
  }
  .plag-free-tool .free-tool-list .tool-links .img-div {
    width: 215px;
    height: 86px;
  }
  .plag-free-tool .free-tool-list .tool-links:nth-of-type(1) .img-div img {
    width: 108px;
  }
  .plag-free-tool .free-tool-list .tool-links:nth-of-type(2) .img-div img {
    width: 90px;
  }
  .plag-free-tool .free-tool-list .tool-links:nth-of-type(3) .img-div img {
    width: 84px;
  }
  .plag-free-tool .free-tool-list .tool-links .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .plag-free-tool .free-tool-list .tool-links .sub-head {
    margin-bottom: 0;
    font-size: 13px;
    color: #616161;
  }
  .plag-free-tool .free-tool-list .tool-links .check-now {
    display: none;
  }
  .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;
  }
  .plag-faq .title-head {
    padding: 0 0 15px;
  }
  .plag-faq .faq-flex .faq-list li {
    border-radius: 12px;
    border-color: #5C7A36;
    margin: 0 0 15px 0;
  }
  .plag-faq .faq-flex .faq-list li .faq-head {
    padding: 10px 32px 10px 10px;
    line-height: 18px;
  }
  .plag-faq .faq-flex .faq-list li .faq-head::after {
    width: 8px;
    height: 8px;
    top: 12px;
    border-style: solid;
    border-color: #5C7A36;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background: unset;
  }
  .plag-faq .faq-flex .faq-list li .faq-head.active {
    background: transparent;
  }
  .plag-faq .faq-flex .faq-list li .faq-head.active::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .plag-faq .faq-flex .faq-list li .faq-detail {
    line-height: 20px;
  }
  .recent-blog {
    border-bottom: 1px solid #d8d8d8;
  }
  .recent-blog ul {
    white-space: nowrap;
    overflow: auto;
    display: inline-block;
  }
  .recent-blog ul .blog-card {
    width: 80%;
    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;
  }
  .plag-blog .container {
    padding: 0;
  }
  .plag-blog ul {
    padding-left: 10px;
  }
  .plag-blog ul .blog-card {
    -webkit-box-shadow: 0px 0px 15.2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 15.2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    margin: 18px 18px 18px 0;
  }
  .plag-blog ul .blog-card .blog-txt {
    padding: 15px;
  }
  .plag-blog ul .blog-card img {
    border-radius: 17px 17px 0 0;
    display: block;
  }
  .plagrisim-process .flex-wrpr {
    padding: 0;
  }
  .turnitin-report .turnitin-block form .file-box {
    width: 50%;
    height: 40px;
  }
  .turnitin-report .turnitin-block form .get-result:before {
    left: 10px;
    top: 12px;
    background-size: 22px;
  }
  .turnitin-report .turnitin-block form .get-result .get-result-btn {
    padding: 9px 10px 9px 40px;
  }
  .turnitin-report .turnitin-block img {
    max-width: 200px;
  }
  .consequence-block article {
    width: 100%;
  }
  .consequence-block figure {
    display: none;
  }
  .g-check-form .grammer-input {
    display: block;
    margin: 0;
  }
  .g-check-form .grammer-input .input-group.select-field {
    text-align: center;
    margin: 0 0 0 0;
  }
  .g-check-form .grammer-input .input-group.select-field select {
    padding: 8px 33px 8px 5px;
    width: auto;
    margin: 9px 0 0;
  }
  .g-check-form .grammer-input .input-group.select-field label {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  .g-check-form .grammer-input .input-group.select-field:after {
    right: 38%;
    top: 21px;
  }
  .grammar-table .feature-list tr td:nth-child(2),
  .grammar-table .feature-list tr th:nth-child(2) {
    width: 90px;
  }
  .grammar-table .feature-list tr:first-child td:first-child,
  .grammar-table .feature-list tr:first-child th:first-child {
    width: 160px;
  }
  .grammar-table .feature-list tr:first-child td:nth-child(2),
  .grammar-table .feature-list tr:first-child th:nth-child(2) {
    width: 90px;
  }
  .grammar-table .feature-list tr:first-child td:last-child,
  .grammar-table .feature-list tr:first-child th:last-child {
    width: 90px;
  }
  .grammar-solution .title-head {
    text-align: center;
  }
  .grammar-solution .accordion-list {
    width: 92%;
  }
  .grammar-solution .accordion-list li {
    margin: 0 40px 12px 30px;
  }
  .grammar-solution .accordion-list li:last-child {
    margin-bottom: 0;
  }
  .grammar-solution .accordion-list li .accordian {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 32px 10px 10px;
  }
  .grammar-solution .accordion-list li .accordian-detail {
    margin: -38px 0 0 -30px;
    padding: 45px 10px 10px;
  }
  .grammar-solution .sub-heading {
    font-size: 14px;
    line-height: 18px;
  }
  .grammar-solution .sub-heading .title-heading {
    font-size: 15px;
    line-height: 18px;
    padding: 8px 0 15px;
  }
  .paraphras-banner.essaytype-banner {
    padding: 30px 0 75px;
  }
  .paraphrasing_form.essay-types-form {
    margin: -87px 4% 0;
  }
  .essay-types-form {
    width: 92%;
  }
  .essay-types-form .upload-box {
    height: 45px;
    padding: 12px 10px;
  }
  .essay-types-form .get-result .get-result-btn {
    padding: 8px 15px;
  }
  .essay-typer-table .feature-list tr td:nth-child(2),
  .essay-typer-table .feature-list tr th:nth-child(2) {
    width: 90px;
  }
  .essay-typer-solution .imp-of-paraphrase article .plagrisim-list {
    margin: 0;
  }
  .essay-typer-solution .imp-of-paraphrase article .plagrisim-list .common-text {
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .essay-typer-solution .imp-of-paraphrase article .plagrisim-list .common-text:before {
    left: 0;
  }
  .GAH_AU.paraphras-banner {
    padding: 79px 0 54px;
  }
  .GAH_AU.paraphras-banner.essaytype-banner {
    padding: 74px 0 79px;
  }
  .video-block:before {
    display: none;
  }
  .video-block .about-video img {
    width: 100%;
  }
  .video-block .about-video:before {
    height: 40px;
    width: 120px;
    left: -15px;
    bottom: -20px;
  }
  .essay-tool-section {
    padding: 15px;
    margin: -90px auto 0;
  }
  .essay-tool-section .essay-topic {
    font-size: 15px;
  }
  .essay-tool-section .type-length-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0;
  }
  .essay-tool-section .type-length-row .essay-length {
    margin: 0 0 15px 0;
  }
  .essay-tool-section .type-length-row .essay-length .radios-box input[type=radio] {
    margin: 0 3px 0 0;
  }
  .essay-tool-section .type-length-row .essay-length .radios-box label {
    font-size: 14px;
  }
  .essay-tool-section .type-length-row .essay-length,
  .essay-tool-section .type-length-row .essay-type {
    width: 100%;
  }
  .essay-tool-section .advanced-features-box {
    margin: 0 0 15px 0;
  }
  .essay-tool-section .advanced-features-box .expanded-fields {
    padding: 10px;
  }
  .essay-tool-section .advanced-features-box .expanded-fields .level-reference-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .essay-tool-section .advanced-features-box .expanded-fields .level-reference-row .level,
  .essay-tool-section .advanced-features-box .expanded-fields .level-reference-row .reference {
    width: 100%;
  }
  .essay-tool-section .advanced-features-box .type-essay-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
  .essay-tool-section .type-essay-btn {
    padding: 8px 15px;
    font-size: 16px;
  }
  .essay-tool-section .login-overlay .login-box {
    width: 90%;
    padding: 15px;
  }
  .essay-tool-section .login-overlay .login-box .login-title {
    font-size: 20px;
    line-height: 22px;
  }
  .essay-tool-section .login-overlay .login-box .sub-title {
    line-height: 18px;
    margin: 0 0 15px 0;
  }
  .essay-tool-section .login-overlay .login-box .continue-btn {
    margin: 15px auto 0;
    font-size: 16px;
    padding: 10px 20px;
  }
  .essay-tool-section .login-overlay .login-box .login-signup-form {
    width: 100%;
  }
  .essay-tool-section .login-overlay .login-box .input-box.country-box .country-codes {
    padding: 0 20px 0 3px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .left-side {
    display: none;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side {
    padding: 20px;
    width: 100%;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .input-box.country-box .country-codes {
    padding: 0 20px 0 6px;
  }
  .essay-tool-section .login-overlay .login-popup .login-signup-popup .right-side .continue-with {
    margin: 20px 0 0;
  }
  .why-choose-us-section .box-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why-choose-us-section .box-row .left-box,
  .why-choose-us-section .box-row .right-box {
    width: 100%;
  }
  .why-choose-us-section .box-row .left-box {
    margin: 0 0 20px 0;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box {
    padding: 15px;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .box-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .why-choose-us-section .box-row .right-box {
    margin: 0 15px;
  }
  .why-choose-us-section .box-row .right-box .writer-box {
    padding: 15px 10px;
  }
  .why-choose-us-section .box-row .right-box .writer-box .content-div {
    width: 79%;
  }
  .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: 8px 20px;
    font-size: 16px;
  }
  .why-choose-us-section .box-row .right-box .writer-box .circle {
    width: 55px;
    height: 55px;
    margin: 0 10px 0 0;
  }
  .why-choose-us-section .box-row .right-box .writer-box .circle svg {
    width: 30px;
    height: 30px;
  }
  .plag-why-choose .title-head {
    color: #444444;
  }
  .plag-why-choose .sub-heading {
    display: none;
  }
  .plag-why-choose .box-row .left-box .why-choose-box {
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .plag-why-choose .box-row .left-box .why-choose-box .features-boxes .feature {
    background: #F1F1F1;
    padding: 10px;
  }
  .plag-why-choose .box-row .left-box .why-choose-box .features-boxes .feature svg {
    margin-bottom: 15px;
  }
  .plag-why-choose .box-row .left-box .why-choose-box .features-boxes .feature .title {
    font-family: "robotomedium";
    color: #494949;
  }
  .plag-why-choose .box-row .right-box .writer-box {
    border: 1px solid #5c7a36;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: #F6FAFF;
    padding: 15px 20px;
    position: relative;
  }
  .plag-why-choose .box-row .right-box .writer-box .circle {
    background: transparent;
    border-radius: unset;
    width: unset;
    height: unset;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .plag-why-choose .box-row .right-box .writer-box .content-div {
    width: 85%;
  }
  .plag-why-choose .box-row .right-box .writer-box .content {
    margin-bottom: 50px;
  }
  .plag-why-choose .box-row .right-box .writer-box .content .sub-head {
    font-size: 14px;
  }
  .plag-why-choose .box-row .right-box .writer-box .content .read-more {
    background: #F6FAFF;
  }
  .plag-why-choose .box-row .right-box .writer-box .writer-btn {
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
  }
  .plag-why-choose .box-row .right-box .writer-box .writer-btn.editor-btn {
    background: #f58e0e;
    color: #FFFFFF;
  }
  .essay_writing_scrollable_section .title {
    font-size: 20px;
    line-height: 22px;
  }
  .essay_writing_scrollable_section .content_navigatation_area {
    padding: 15px;
  }
  .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: 20px;
  }
  .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;
  }
  .plag_essay .title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .plag_essay .content-div {
    padding-bottom: 10px;
  }
  .plag_essay .content_navigatation_area {
    background: #FAFFF3;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin: 0;
  }
  .plag_essay .content_navigatation_area .content_area {
    height: 330px;
  }
  .plag_essay .content_navigatation_area .content_area::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .plag_essay .content_navigatation_area .content_area::-webkit-scrollbar-thumb {
    background: #668939;
    border: unset;
  }
  .plag_essay .content_navigatation_area .content_area::-webkit-scrollbar-track {
    background: #EAEAEA;
    border-radius: 10px;
  }
  .ai-essay-reviews .title-head {
    padding: 0 15px;
  }
  .ai-essay-reviews .reviews-row {
    margin-top: 20px;
  }
  .ai-essay-reviews .reviews-row .box {
    margin: 0 10px 30px 10px;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row.container {
    padding: 35px 10px;
    background: url("../images/bg-gradient.png") no-repeat;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box {
    background: -webkit-gradient(linear, left top, right top, from(rgba(209, 209, 209, 0.7)), color-stop(23.87%, rgba(202, 202, 202, 0.7)), color-stop(51.39%, rgba(193, 193, 193, 0.7)), color-stop(79.22%, rgba(196, 196, 196, 0.7)), to(rgba(204, 204, 204, 0.7)));
    background: linear-gradient(90deg, rgba(209, 209, 209, 0.7) 0%, rgba(202, 202, 202, 0.7) 23.87%, rgba(193, 193, 193, 0.7) 51.39%, rgba(196, 196, 196, 0.7) 79.22%, rgba(204, 204, 204, 0.7) 100%);
    padding: 10px 15px;
    border-radius: 11px;
    margin: 0;
    border: 0.3px solid #FFFFFF;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin: 0 10px 0 10px;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box::after {
    display: none;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box .user-name,
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box .user-city {
    display: inline-block;
    font-family: "robotoregular";
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box .great-service,
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box .user-city,
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box .user-name {
    color: #313131;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box .description {
    color: #ffffff;
    height: 64px;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .box .user-city {
    padding-left: 5px;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .slick-dots {
    bottom: 3px !important;
    margin: auto !important;
    left: 0;
    right: 0;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .slick-dots li {
    width: 5px !important;
    height: 5px !important;
    border: unset !important;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row .slick-dots li.slick-active {
    background: #075CCC !important;
  }
  .features-details-table .feature-list {
    display: block;
    overflow: auto;
  }
  .features-details-table .feature-list tr .feature-heading,
  .features-details-table .feature-list tr td,
  .features-details-table .feature-list tr th {
    padding: 8px;
    font-size: 13px;
    line-height: 15px;
  }
  .features-details-table .feature-list .feature-text svg {
    width: 18px;
    height: 14px;
  }
  .features-details-table .discount-off {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features-details-table .discount-off .discount-off-left-side {
    width: 100%;
    text-align: center;
  }
  .features-details-table .discount-off svg {
    display: none;
  }
  .features-details-table .discount-off .offer-btn {
    margin: 10px auto 0;
  }
  .assignment-benefits .boxes-row {
    gap: 20px;
  }
  .assignment-benefits .boxes-row .content-box {
    width: 100%;
    padding: 20px;
  }
  .assignment-benefits .boxes-row .content-box:nth-child(3) {
    background: #fff;
  }
  .assignment-benefits .boxes-row .content-box:nth-child(4) {
    background: #e7f4ee;
  }
  .assignment-benefits .boxes-row .content-box .title-row {
    margin: 0 0 10px 0;
  }
  .assignment-benefits .boxes-row .content-box .title-row svg {
    width: 40px;
    height: 40px;
  }
  .assignment-benefits .paraphrase-now-btn {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    margin: 25px auto 0;
  }
  .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,
  .order-popup .fancybox-close-small {
    top: -34px;
    right: -8px;
  }
  .common-login-popup .fancybox-close-small svg path,
  .order-popup .fancybox-close-small svg path {
    fill: #1D1D1D !important;
  }
  .order-popup {
    width: 95%;
  }
  .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 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 .btn-desktop {
    display: none;
  }
  .order-popup .btn-mobile {
    display: block;
  }
  .order-popup .order-div {
    display: block;
    padding-bottom: 10px;
  }
  .order-popup .left-order {
    border-right: unset;
    margin-bottom: 15px;
  }
  .order-popup .left-order .label-text {
    top: -10px;
    left: 18px;
  }
  .order-popup .left-order,
  .order-popup .right-order {
    padding: 0 15px;
  }
  .order-popup .left-order .head,
  .order-popup .right-order .head {
    min-height: unset;
    font-size: 14px;
    line-height: 16px;
    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;
    text-align: unset;
  }
  .order-popup .left-order .head img,
  .order-popup .right-order .head img {
    width: 35%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .order-popup .left-order .head .input-check-box,
  .order-popup .right-order .head .input-check-box {
    display: inline-block;
    position: relative;
  }
  .order-popup .left-order .head .input-check-box .checkmark,
  .order-popup .right-order .head .input-check-box .checkmark {
    display: block;
    height: 11px;
    width: 11px;
    border: 1px solid #D0D0D0;
    border-radius: 50px;
    position: relative;
  }
  .order-popup .left-order .head .input-check-box .checkmark:after,
  .order-popup .right-order .head .input-check-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
    background: #5C7A36;
    border-radius: 50px;
  }
  .order-popup .left-order .head .input-check-box input,
  .order-popup .right-order .head .input-check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
  .order-popup .left-order .acc-head,
  .order-popup .right-order .acc-head {
    position: relative;
    width: 100%;
  }
  .order-popup .left-order .acc-head::after,
  .order-popup .right-order .acc-head::after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #BCBCBC;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin-left: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .order-popup .left-order .detail-div,
  .order-popup .right-order .detail-div {
    padding: 15px;
    border-color: #D0D0D0;
    background: transparent;
  }
  .order-popup .left-order .detail-div.selected,
  .order-popup .right-order .detail-div.selected {
    border-color: #5C7A36;
    background: #F8FBFF;
  }
  .order-popup .left-order .detail-div.selected .head::after,
  .order-popup .right-order .detail-div.selected .head::after {
    border-color: #5C7A36;
  }
  .order-popup .left-order .detail-div.selected .head .input-check-box .checkmark,
  .order-popup .right-order .detail-div.selected .head .input-check-box .checkmark {
    border-color: #5c7a36;
  }
  .order-popup .left-order .detail-div.selected .head .input-check-box .checkmark::after,
  .order-popup .right-order .detail-div.selected .head .input-check-box .checkmark::after {
    content: "";
    display: block;
  }
  .order-popup .left-order .all-features,
  .order-popup .right-order .all-features {
    margin-bottom: 50px;
  }
  .order-popup .left-order .all-features .names,
  .order-popup .right-order .all-features .names {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .order-popup .left-order .all-features .names svg,
  .order-popup .right-order .all-features .names svg {
    width: 9px;
    margin-right: 7px;
    vertical-align: text-bottom;
  }
  .order-popup .left-order .acc-content,
  .order-popup .right-order .acc-content {
    position: relative;
  }
  .order-popup .left-order .acc-content.active .head::after,
  .order-popup .right-order .acc-content.active .head::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .order-popup .left-order .acc-content.active .detail-div,
  .order-popup .right-order .acc-content.active .detail-div {
    border-color: #5C7A36;
  }
  .order-popup .left-order .amt-row,
  .order-popup .right-order .amt-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    text-align: center;
  }
  .order-popup .left-order .amt-row .amt-head,
  .order-popup .right-order .amt-row .amt-head {
    font-size: 11px;
    line-height: 12px;
  }
  .order-popup .left-order .amt-row .off-amt,
  .order-popup .right-order .amt-row .off-amt {
    font-size: 19px;
    line-height: 22px;
    margin: 0 5px;
  }
  .order-popup .left-order .amt-row .amt-value,
  .order-popup .right-order .amt-row .amt-value {
    font-size: 12px;
    line-height: 14px;
    margin-left: 0;
  }
  .order-popup .left-order .amt-row .amt-value::before,
  .order-popup .right-order .amt-row .amt-value::before {
    top: 6px;
  }
  .order-popup .left-order .all-features,
  .order-popup .left-order .amt-row,
  .order-popup .right-order .all-features,
  .order-popup .right-order .amt-row {
    display: none;
  }
  .order-popup .wp-content-btn {
    padding: 5px 16px;
    font-size: 15px;
    line-height: 18px;
  }
  .plag-feature .container {
    padding: 0 20px;
  }
  .plag-feature .arrow-sign {
    position: absolute;
    display: inline-block;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .plag-feature .feature-box {
    position: relative;
    padding: 0;
  }
  .plag-feature .feature-box .box {
    overflow: auto;
    border-radius: 10px;
  }
  .plag-feature .feature-box .box::-webkit-scrollbar {
    display: none;
  }
  .plag-feature .feature-box .box .icon {
    margin-top: 5px;
  }
  .plag-feature .feature-box .box .list {
    margin: 10px 5px;
  }
  .plag-feature .feature-box .box .list:nth-of-type(1) {
    position: sticky;
    left: 0px;
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 1.4px 0px 3.9px 0px rgba(0, 0, 0, 0.3490196078);
            box-shadow: 1.4px 0px 3.9px 0px rgba(0, 0, 0, 0.3490196078);
    margin: 0;
    padding: 10px 5px;
  }
  .plag-feature .feature-box .box .list:nth-of-type(1) .list-item {
    width: 150px;
    padding: 10px 5px;
    min-height: 55px;
    font-size: 14px;
  }
  .plag-feature .feature-box .box .list .list-item {
    padding: 13px 15px;
    min-height: 66px;
  }
  .plag-feature .feature-box .box .list .list-item:nth-of-type(1) {
    padding: 10px 5px;
    min-height: 75px;
  }
  .plag-feature .feature-box .box .list .list-item svg {
    width: 120px;
  }
  .plag-feature .content {
    margin-bottom: 15px;
  }
  .plag-feature .content .read-more {
    background: #FAFCFF;
  }
  .plag-feature .discount-off {
    width: unset;
    background: #5C7A36;
    color: #ffffff;
    display: block;
    border-radius: unset;
    padding: 15px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .plag-feature .discount-off span {
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }
  .plag-feature .discount-off span .discount {
    color: #ef841f;
    display: inline-block;
  }
  .plag-feature .discount-off span strong {
    color: #ef841f;
  }
  .plag-feature .discount-off .offer-btn {
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 17px;
    padding: 6px 10px;
  }
}