#snackbar {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  padding: 16px;
  position: fixed;
  z-index: 10;
  left: 45%;
  bottom: 50px;
  font-size: 15px;
  font-family: poppinsregular;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media (max-width: 766px) {
  #snackbar {
    width: 100%;
    left: 0%;
    text-align: center;
    bottom: 0px;
  }
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  @-webkit-keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeout {
    from {
      bottom: 0px;
      opacity: 1;
    }
    to {
      bottom: -50px;
      opacity: 0;
    }
  }
  @keyframes fadeout {
    from {
      bottom: 0px;
      opacity: 1;
    }
    to {
      bottom: -50px;
      opacity: 0;
    }
  }
}
.breadcrumb {
  padding: 10px 0px 30px;
  font-size: 13px;
  line-height: 15px;
}
.breadcrumb .active {
  color: #C23571;
}
.breadcrumb .breadcrumb-item a {
  color: #333333;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #C23571;
}
.breadcrumb .breadcrumb-item a svg {
  vertical-align: top;
}
.breadcrumb .home-mobile {
  padding: 0;
}
.breadcrumb .home-mobile::before {
  display: none;
}

@media (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item::before {
    float: none !important;
    margin: 0px 7px -3px 0 !important;
  }
  .breadcrumb {
    padding: 10px 0px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    line-height: 17px;
  }
  .breadcrumb::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}
.space60 {
  padding: 60px 0;
}

.title-head {
  font-size: 30px;
  line-height: 36px;
  color: #1d1d1d;
  font-family: poppinssemibold;
  text-align: center;
  position: relative;
}
.title-head::after {
  content: "";
  border-bottom: 1px solid #C23571;
  display: block;
  width: 23%;
  margin: 8px auto 0;
}
.title-head:before {
  content: "";
  border-bottom: 5px solid #C23571;
  display: block;
  width: 40px;
  position: absolute;
  bottom: -2px;
  left: 49%;
}
.title-head .title-subhead {
  font-size: 16px;
  line-height: 18px;
  font-family: poppinsregular;
  display: block;
  padding: 6px 0 0;
}

.common-btn {
  background: #FFBE00;
  padding: 9px 26px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 25px;
  font-family: poppinssemibold;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1d1d1d;
}
.common-btn:hover {
  background: #ffc827;
}

.testimonial .testimonial-slider {
  padding: 20px 0 0;
  width: 88%;
  margin: auto;
}
.testimonial .testimonial-slider .slick-next {
  right: -30px;
}
.testimonial .testimonial-box {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px;
  margin: 45px 15px 5px 5px;
  color: #1d1d1d;
}
.testimonial .testimonial-box .quote {
  width: 50px;
  height: 50px;
  background: #C23571;
  margin: -55px auto 20px;
}
.testimonial .testimonial-box .quote svg {
  margin: 12px;
}
.testimonial .testimonial-box .content {
  font-size: 16px;
  line-height: 25px;
  font-family: poppinsregular;
  color: #333333;
  height: 102px;
  overflow: overlay;
}
.testimonial .testimonial-box .content::-webkit-scrollbar {
  width: 0px;
}
.testimonial .testimonial-box .content:hover::-webkit-scrollbar {
  width: 1px;
}
.testimonial .testimonial-box .content:hover::-webkit-scrollbar-thumb {
  background: #C23571;
}
.testimonial .testimonial-box .username {
  font-size: 16px;
  line-height: 19px;
  font-family: poppinssemibold;
}
.testimonial .testimonial-box .user-city {
  font-size: 14px;
  line-height: 18px;
  color: #2a2a2a;
}
.testimonial .testimonial-box .rating .rating-star, .testimonial .testimonial-box .rating .rating-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/rating-star.svg) no-repeat;
  background-size: 14px;
  margin: 0 1px;
}

.common-order-strip {
  color: #1d1d1d;
  background: #f5f5f5;
  padding: 40px 0 0;
}
.common-order-strip .container {
  position: relative;
}
.common-order-strip .container .position-relative {
  position: relative;
}
.common-order-strip .strip-title {
  font-size: 30px;
  line-height: 34px;
  font-family: poppinssemibold;
}
.common-order-strip .strip-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
}
.common-order-strip .btns {
  width: 60%;
  padding: 35px 0 50px;
}
.common-order-strip .btns .review-btn {
  font-size: 20px;
  line-height: 27px;
  color: #2a2a2a;
  padding: 8px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 0 0 0 20px;
  font-family: poppinssemibold;
  background: #fff;
}
.common-order-strip .btns::before, .common-order-strip .btns:after {
  content: "";
  position: absolute;
  background: url(../images/home-orderstrip1.svg) no-repeat;
  width: 96px;
  height: 112px;
  left: 0;
  bottom: 0;
}
.common-order-strip .btns::after {
  background: url(../images/home-orderstrip2.svg) no-repeat;
  width: 132px;
  height: 112px;
  left: inherit;
  right: 0;
}
.common-order-strip .btns::before {
  left: 0;
}

@media (max-width: 1024px) {
  .common-order-strip .btns {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .common-btn {
    font-size: 18px;
    padding: 7px 18px;
  }
  .space60 {
    padding: 30px 0;
  }
  .title-head {
    font-size: 26px;
    line-height: 30px;
  }
  .testimonial .testimonial-box {
    padding: 15px;
  }
  .testimonial .testimonial-box .quote {
    margin: -39px auto 13px;
  }
  .common-order-strip .strip-title {
    font-size: 22px;
    line-height: 26px;
  }
  .common-order-strip .btns {
    width: 100%;
  }
  .common-order-strip .btns .review-btn {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .common-btn {
    font-size: 17px;
    line-height: 21px;
  }
  .title-head {
    font-size: 20px;
    line-height: 22px;
  }
  .title-head::after {
    width: 55%;
  }
  .title-head::before {
    left: 45%;
  }
  .title-head .title-subhead {
    font-size: 14px;
    line-height: 16px;
  }
  .space60 {
    padding: 25px 0;
  }
  .testimonial .testimonial-slider {
    width: 100%;
    padding: 20px 0 25px;
  }
  .testimonial .testimonial-box {
    margin: 45px 5px 5px 5px;
  }
  .common-order-strip {
    padding: 25px 12px 0;
    border-top: 1px solid #d8d8d8;
  }
  .common-order-strip svg {
    width: 50px;
    height: 50px;
  }
  .common-order-strip .strip-title {
    font-size: 20px;
    line-height: 23px;
  }
  .common-order-strip .strip-subtitle {
    font-size: 15px;
    line-height: 17px;
    padding: 5px 0 0;
  }
  .common-order-strip .btns {
    padding: 30px 0 26px;
  }
  .common-order-strip .btns:before {
    background-size: 69px;
    background-position: bottom left;
    width: 82px;
  }
  .common-order-strip .btns::after {
    background-size: 88px;
    width: 86px;
    background-position: bottom right;
    right: -11px;
    bottom: 0;
  }
  .common-order-strip .btns .review-btn {
    font-size: 17px;
    line-height: 20px;
    margin: 20px 0 0;
    padding: 6px 15px;
  }
  .common-order-strip .btns .common-btn {
    padding: 6px 37px;
    margin: 0 auto;
    display: block;
  }
  .common-order-strip .container {
    padding: 0;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  width: 34px;
  height: 34px;
  right: -40px;
  padding: 0;
  color: #fff;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  /*left: env(safe-area-inset-left);*/
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  /*right: env(safe-area-inset-right)*/
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-width: 1024px) {
  .fancybox-content video {
    width: 900px;
  }
}
@media (max-width: 768px) {
  .fancybox-content video {
    width: 670px;
  }
}
@media (max-height: 576px) {
  .fancybox-content {
    max-width: 100%;
    padding: 16px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
  .fancybox-content video {
    width: 100%;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .fancybox-content video {
    width: 100%;
  }
  .fancybox-content .fancybox-close-small {
    right: 0;
    top: -34px;
  }
}
@media (max-width: 576px) {
  video {
    width: 100%;
  }
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-moz-placeholder {
  color: #707070 !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #172C6D;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

html {
  line-height: normal; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

abbr, address, article, aside, audio, blockquote, body, body div, caption, cite, code, dd, del, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 25px;
  font-family: poppinsregular;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, strong {
  padding: 0;
  margin: 0px 0px;
  font-weight: normal;
}

figcaption, figure, main { /* 1 */
  display: block;
}

figure {
  margin: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: inherit;
  font-family: poppinssemibold;
}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: poppinsregular; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  -webkit-appearance: none;
}

button, input { /* 1 */
  overflow: visible;
  border: none;
  background: none;
}

button, select { /* 1 */
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none; /* 2 */
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  -webkit-appearance: checkbox;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear, .clearfix:after {
  clear: both;
}

.slick-dots li button {
  background: none;
  border: 0;
  outline: 0;
}

.slick-prev, .slick-next {
  font-size: 0;
  position: absolute;
  top: 46%;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
  left: -42px;
}
.slick-prev:before, .slick-next:before {
  content: "";
  background: url(../images/CaretLeft.svg) no-repeat;
  width: 30px;
  height: 32px;
  background-size: 40px;
  display: block;
  margin: auto;
}

.slick-next {
  right: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: inherit;
  top: 48%;
}

input, select, textarea {
  width: 100%;
  height: 44px;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  border: 1px solid #D8D8D8;
  border-radius: 0;
}

input {
  padding: 0 25px 0 10px;
}

select {
  padding: 0 24px 0 10px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url(../images/down-arrow.svg) no-repeat center right 8px;
}

.ai-outline-gen {
  padding: 15px 90px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#CC2B5E), to(#753A88));
  background: linear-gradient(90deg, #CC2B5E 0%, #753A88 100%);
  text-align: center;
  margin: 20px 0;
}
.ai-outline-gen .ai-gen-title {
  font-size: 28px !important;
  line-height: 34px !important;
  padding: 0 !important;
  color: #ffffff !important;
}
.ai-outline-gen .ai-gen-title svg {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}
.ai-outline-gen .ai-gen-para {
  margin: 14px 0 20px 0 !important;
  font-family: poppinssemibold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #ffffff !important;
  text-align: center !important;
}
.ai-outline-gen .ai-searchbar {
  width: 78%;
  margin: 0 auto;
}
.ai-outline-gen .ai-searchbar .ai-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #782749;
  background: #ffffff;
  border-radius: 14px;
}
.ai-outline-gen .ai-searchbar .ai-search-box svg {
  margin: 0 0 0 13px;
}
.ai-outline-gen .ai-searchbar .ai-search-box .error-show {
  position: absolute;
  left: 0;
  font-size: 13px;
  line-height: 16px;
  color: red;
  bottom: -26px;
  background: #fff2f2;
  padding: 2px 5px;
  border-radius: 6px;
}
.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic {
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
  border: none !important;
}
.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::-webkit-input-placeholder {
  color: #C6C6C6;
}
.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::-moz-placeholder {
  color: #C6C6C6;
}
.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic:-ms-input-placeholder {
  color: #C6C6C6;
}
.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::-ms-input-placeholder {
  color: #C6C6C6;
}
.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::placeholder {
  color: #C6C6C6;
}
.ai-outline-gen .ai-gen-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC009), to(#EFB200));
  background: linear-gradient(180deg, #FFC009 0%, #EFB200 100%);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
  font-size: 18px;
  line-height: 22px;
  padding: 14px 15px;
  margin: 30px auto 0;
  border-radius: 9px;
}
.ai-outline-gen .ai-gen-btn:hover {
  background: #ffc827;
  color: inherit;
}

.proposal-strip {
  margin: 20px 0;
  background: linear-gradient(92.65deg, #560125 9.38%, #690B33 23.53%, #760F3A 38.05%, #780E3B 52.92%, #740E39 67.74%, #6F0C36 82.14%, #560125 96.79%);
  border-radius: 9px;
  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;
  gap: 20px;
  position: relative;
}
.proposal-strip:before {
  content: "";
  background: url(../images/bg-lines.svg) no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  height: 89%;
  width: 100%;
  position: absolute;
}
.proposal-strip .left-proposal {
  position: relative;
}
.proposal-strip .left-proposal .title {
  font-size: 26px !important;
  line-height: 30px !important;
  color: #ffffff !important;
  font-family: poppinsregular;
}
.proposal-strip .left-proposal .title .sub-title {
  font-size: 36px;
  line-height: 40px;
  font-family: poppinsbold;
}
.proposal-strip .left-proposal .para {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #ffffff !important;
}
.proposal-strip .left-proposal .offer-img {
  display: none;
}
.proposal-strip .left-proposal .cta-btn {
  background: #FFBE00;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-family: poppinssemibold;
  font-size: 18px;
  line-height: 22px;
  color: #2A2A2A !important;
}
.proposal-strip .right-proposal {
  position: relative;
}

.srtip01 {
  background: url(../images/strip-bg.jpg) no-repeat center top/cover;
  position: relative;
  background-size: cover;
  height: 299px;
  margin: 0 0 15px;
}
.srtip01 .heading {
  width: 220px;
  height: 220px;
  font-family: poppinssemibold;
  text-align: center;
  padding: 65px 10px 0;
  background: #fff;
  border: solid 3px #c33571;
  color: #000;
  float: left;
  border-radius: 50%;
  font-size: 23px;
  margin: 40px 0 0 20px;
  line-height: 30px;
}
.srtip01 .heading strong {
  font-size: 35px;
  font-family: poppinssemibold;
  display: inline-block;
  line-height: 45px;
}
.srtip01 ul {
  float: right;
  margin-right: 1px;
  padding: 10% 0;
}
.srtip01 ul li {
  list-style: none !important;
  font-size: 18px !important;
  padding: 5px 20px !important;
  background: #1477a1;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 7px 0 !important;
  padding-left: 12px !important;
}
.srtip01 ul li a {
  color: #fff !important;
  font-family: poppinssemibold;
  text-decoration: none;
  background: url(../images/strip01-bullets.png) left no-repeat;
  padding-left: 25px;
  text-align: left;
}
.srtip01 ul li + li {
  background: #b32c66;
}
.srtip01 ul li + li + li {
  background: #d86628;
}

.srtip02 {
  background: url(../images/strip02.jpg) center no-repeat;
  position: relative;
  background-size: cover;
  display: inline-block;
  width: 100%;
}
.srtip02 .srtip02-block {
  background: #000;
  color: #fff;
  padding: 10px;
  width: 42%;
  text-align: center;
  float: right;
}
.srtip02 .srtip02-block a {
  color: #fff !important;
}
.srtip02 .srtip02-block .heading {
  color: #e65453;
  font-size: 38px;
  line-height: 40px;
  font-family: medula one, cursive;
  padding: 0 0 8px;
}
.srtip02 .srtip02-block p {
  color: #fff !important;
  text-align: center !important;
}
.srtip02 .srtip02-block ul {
  display: inline-block;
}
.srtip02 .srtip02-block ul li {
  border-radius: 2px;
  background: #ebebeb;
  padding: 6px 15px !important;
  text-align: left;
  margin: 0 0 10px 0 !important;
  list-style: none !important;
}
.srtip02 .srtip02-block ul li a {
  color: #272727 !important;
  background: url(../images/strip-bullet.png) no-repeat;
  padding: 0 20px 0 0;
  background-position: right;
  display: block;
}
.srtip02 .srtip02-block ul .act1 {
  background: #e65453;
  text-align: center;
}
.srtip02 .srtip02-block ul .act1 a {
  color: #fff !important;
  background: none;
}

.srtip03 {
  width: 100%;
  height: 263px;
  border: 5px solid #f1f1f1;
  background: url(../images/strip03.jpg) center/cover no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 15px;
}
.srtip03 p {
  text-align: center !important;
}
.srtip03 .srtip03-block {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 52px 10px 53px;
  width: 40%;
  text-align: center;
}
.srtip03 .srtip03-block .heading {
  color: #fff;
  font-size: 38px;
  padding: 0 0 10px;
  font-family: "Medula One", cursive;
}
.srtip03 .srtip03-block p {
  color: #fff !important;
  font-size: 13px !important;
  line-height: 20px;
  font-family: arial !important;
  padding: 0 !important;
  margin: 0;
  text-align: center;
}
.srtip03 .srtip03-block p a {
  color: #fff;
  text-decoration: none;
}
.srtip03 .srtip03-block p a:hover {
  color: #bf1b11;
}
.srtip03 .srtip03-block .getp {
  line-height: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: #bf1b11;
  list-style: none;
  font-family: arial;
  width: 50%;
  margin: 10px auto 0;
  font-size: 14px;
}
.srtip03 .srtip03-block .getp a {
  color: #fff;
  text-decoration: none;
}

.srtip04, .srtip02_3 {
  background: url(../images/strip04.jpg) no-repeat;
  background-size: cover;
}
.srtip04 .srtip02-block .heading, .srtip02_3 .srtip02-block .heading {
  color: #fac5e3;
}
.srtip04 .srtip02-block ul li, .srtip02_3 .srtip02-block ul li {
  padding: 6px 15px;
}
.srtip04 .srtip02-block ul .act1, .srtip02_3 .srtip02-block ul .act1 {
  background: #ca2470;
}
.srtip04 .srtip02-block ul .act1 a, .srtip02_3 .srtip02-block ul .act1 a {
  padding: 0;
}

.srtip05, .srtip02_1 {
  background: url(../images/strip5.jpg) no-repeat;
  background-size: 68%;
}
.srtip05 .srtip02-block .heading, .srtip02_1 .srtip02-block .heading {
  color: #b8ebdf;
}
.srtip05 .srtip02-block ul li, .srtip02_1 .srtip02-block ul li {
  padding: 6px 15px;
}
.srtip05 .srtip02-block ul li a, .srtip02_1 .srtip02-block ul li a {
  background: url(../images/strip-bullets2.png) no-repeat;
  background-position: right;
}
.srtip05 .srtip02-block ul .act1, .srtip02_1 .srtip02-block ul .act1 {
  background: #2bbcad;
}
.srtip05 .srtip02-block ul .act1 a, .srtip02_1 .srtip02-block ul .act1 a {
  padding: 0;
}

.srtip6, .srtip02_2 {
  background: url(../images/strip6.jpg) no-repeat;
  background-size: 58%;
}
.srtip6 .srtip02-block .heading, .srtip02_2 .srtip02-block .heading {
  color: #fae9d9;
}
.srtip6 .srtip02-block ul li, .srtip02_2 .srtip02-block ul li {
  padding: 6px 15px;
}
.srtip6 .srtip02-block ul li a, .srtip02_2 .srtip02-block ul li a {
  background: url(../images/strip-bullets3.png) no-repeat;
  background-position: right;
}
.srtip6 .srtip02-block ul .act1, .srtip02_2 .srtip02-block ul .act1 {
  background: #cf8b68;
}
.srtip6 .srtip02-block ul .act1 a, .srtip02_2 .srtip02-block ul .act1 a {
  padding: 0;
}

.newconversationstrip img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.newconversationstrip .stripdesktop {
  display: block;
}
.newconversationstrip .stripmobile {
  display: none;
}

.app-strip {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffe9f3), color-stop(50%, #c23571));
  background-image: linear-gradient(to right, #ffe9f3 50%, #c23571 50%);
}
.app-strip img {
  width: 100%;
  height: 100%;
}

.app-strip-home {
  background: url(../images/app-strip.jpg) no-repeat;
  padding: 35px 0;
  background-size: cover;
}
.app-strip-home::after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.app-strip-home .container {
  z-index: 1;
}
.app-strip-home .strip-title {
  font-size: 38px;
  line-height: 40px;
  color: #fff;
  font-family: poppinssemibold;
}
.app-strip-home .strip-title span {
  color: #FFBE00;
}
.app-strip-home .strip-subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.app-strip-home .download-btn {
  color: #FFBE00;
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
  margin: 25px 0 8px;
}
.app-strip-home .app-icon img {
  width: 100%;
  height: 100%;
}

/*guarantee_strip*/
.guarantee_strip {
  margin: 15px 0;
  color: #fff;
  border-radius: 5px;
  background: url(../images/guarantee_strip.jpg) no-repeat left bottom;
  padding: 30px 30px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
}
.guarantee_strip p {
  font-size: 35px;
  font-family: poppinssemibold;
  line-height: 38px;
  text-align: left;
}
.guarantee_strip .odr_btn {
  font-size: 14px;
  background: #FED442;
  color: #000 !important;
  padding: 5px 30px;
  font-family: poppinssemibold;
  display: inline-block;
  margin-top: 20px;
}
.guarantee_strip .left_title {
  width: 55%;
}
.guarantee_strip .left_title p {
  font-size: 35px !important;
  font-family: poppinssemibold !important;
  line-height: 38px !important;
  color: #fff !important;
  text-align: left !important;
}
.guarantee_strip ul li {
  font-size: 18px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6196078431);
  margin: 0;
  color: #fff !important;
}
.guarantee_strip ul li:last-child {
  border-bottom: 0;
}
.guarantee_strip ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/right-yellow.svg) no-repeat;
  margin-right: 10px;
}

/*discount_strip*/
.discount_strip {
  margin: 15px 0;
  color: #fff;
  border-radius: 5px;
  background: url(../images/discount_bg.jpg) no-repeat left bottom;
  text-align: center;
  padding: 20px 0;
}
.discount_strip span {
  font-size: 22px;
  font-family: poppinssemibold;
  padding: 0 0 15px;
  display: block;
}
.discount_strip p {
  font-size: 20px !important;
  padding: 0;
  text-align: center !important;
  color: #fff !important;
}
.discount_strip p strong {
  color: #FFDD00;
  font-family: poppinssemibold;
  font-weight: normal;
}
.discount_strip .odr_btn {
  font-size: 16px;
  background: #FFDD00;
  color: #000;
  padding: 9px 30px;
  font-family: poppinssemibold;
  display: inline-block;
  border-radius: 3px;
}

.commn-strip {
  background: #fff;
  text-align: center;
  -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: 8px;
  padding: 10px;
  margin: 15px 0;
}
.commn-strip .box {
  border: 2px solid #d11c73;
  padding: 40px;
  border-radius: 8px;
  position: relative;
}
.commn-strip .box::before {
  content: "";
  background: url(../images/pen-tip.svg) no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -2px;
  left: -3px;
}
.commn-strip .strip9-text {
  color: #0c0c0c !important;
  text-align: center;
  font-size: 30px !important;
  line-height: 34px !important;
  font-family: poppinssemibold;
  padding: 0 0 24px 0 !important;
}
.commn-strip .strip9-text span {
  color: #d11c73;
}
.commn-strip .newstriptitle {
  color: #0c0c0c;
  text-align: center;
  font-size: 30px !important;
  line-height: 34px !important;
  font-family: poppinssemibold;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}
.commn-strip .newstriptitle span {
  color: #d11c73;
}
.commn-strip .newstriptitle:after {
  content: "";
  border-bottom: 2px solid #d11c73;
  width: 40%;
  display: block;
  margin: 10px auto 0;
}
.commn-strip .strip-para {
  text-align: center;
  color: #333333 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-family: poppinsmedium !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  text-align: center !important;
}
.commn-strip .strip-para span {
  color: #d11c73;
}
.commn-strip .btn-strip9 {
  font-size: 13px;
  line-height: 15px;
  border-radius: 4px;
  outline: 1px solid #d11c73;
  border: 2px solid #fff;
  color: #d11c73;
  padding: 8px 40px;
  background-color: #fae8f1;
  margin: 0 40px 0 0;
  display: inline-block;
}
.commn-strip .btn-strip9:last-child {
  margin: 0;
}
.commn-strip .btn-strip9:hover {
  background: rgb(194, 53, 113);
  color: #fff !important;
}

.twoline-strip .box {
  padding: 30px;
}
.twoline-strip .buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tool-strip {
  background: url("../images/tool-1.png") no-repeat;
  text-align: center;
  padding: 40px;
  background-size: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 15px 0;
}
.tool-strip .strip9-text {
  color: #0c0c0c !important;
  text-align: center;
  font-size: 28px !important;
  line-height: 32px !important;
  font-family: poppinssemibold;
  padding: 0 0 24px 0 !important;
}
.tool-strip .strip9-text strong, .tool-strip .strip9-text span {
  font-size: 30px !important;
  line-height: 34px !important;
}
.tool-strip .strip9-text span {
  color: #d11c73;
}
.tool-strip .strip9-text::after {
  content: "";
  background-color: #d11c73;
  height: 3px;
  width: 126px;
  margin: 5px auto 0;
  display: block;
}
.tool-strip .btn-strip9 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  line-height: 15px;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 10px 30px;
  background-color: rgb(200, 42, 109);
  margin: 0 13px 0 0;
  display: inline-block;
}
.tool-strip .btn-strip9:last-child {
  margin: 0;
}
.tool-strip .btn-strip9:hover {
  background: rgb(220, 19, 104);
  color: #c23571;
}

.newcust-strip {
  padding: 8px;
  border-radius: 5px;
  background: #FFF4F9;
  margin: 15px 0;
  -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;
}
.newcust-strip .box {
  border: 2px solid #8C1D4C;
  border-radius: 5px;
  text-align: center;
  padding: 22px 0 32px;
}
.newcust-strip .box .strip-heading {
  position: relative;
  color: #282828;
  font-size: 40px;
  font-family: poppinssemibold;
  line-height: normal;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 30px 0;
}
.newcust-strip .box .strip-heading span {
  font-size: 45px;
  text-transform: uppercase;
  color: #9D3A64;
  margin: 0 35px 0 0;
}
.newcust-strip .box .strip-heading::after {
  content: "";
  position: absolute;
  width: 182px;
  height: 3px;
  bottom: 0%;
  right: 9%;
  background: #9D3A64;
}
.newcust-strip .box .scissors-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.newcust-strip .box .scissors-btn .coupon-code {
  position: relative;
  padding: 8px 10px 8px 19px;
  border: 1px dashed #361128;
  color: #361128;
  font-family: poppinssemibold;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 4.5px;
}
.newcust-strip .box .scissors-btn .coupon-code::after {
  content: "";
  position: absolute;
  background: url("../images/scissors.svg") no-repeat;
  width: 25px;
  height: 28px;
  left: -14px;
}
.newcust-strip .box .scissors-btn .claim-now-btn {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #EEB201;
  padding: 9px 13px;
  color: #181010;
  font-size: 18px;
  font-family: poppinsbold;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0px 9.347px 9.347px rgba(194, 53, 113, 0.15));
          filter: drop-shadow(0px 9.347px 9.347px rgba(194, 53, 113, 0.15));
}
.newcust-strip .box .scissors-btn .claim-now-btn::after {
  content: "T&C Apply*";
  font-family: poppinsregular;
  position: absolute;
  color: #696969;
  font-size: 11px;
  line-height: normal;
  bottom: -37%;
  right: 0;
  left: 0;
}
.newcust-strip .box .scissors-btn .claim-now-btn:hover {
  background: #fdca38;
}
.newcust-strip::before, .newcust-strip::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: cover;
}
.newcust-strip::before {
  left: 0;
  top: 0;
  background-image: url("../images/newcust-before.svg");
}
.newcust-strip::after {
  right: 0;
  bottom: 0;
  background-image: url("../images/newcust-after.svg");
}

.doctoral-strip {
  margin: 15px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFF4F9;
  border-radius: 4px;
}
.doctoral-strip .box {
  position: relative;
  padding: 22px 135px 32px 165px;
  text-align: center;
}
.doctoral-strip .box .main_h {
  color: #131313;
  font-size: 30px;
  line-height: 41px;
  font-family: poppinsbold;
  padding: 0;
  margin: 0 0 12px 0;
}
.doctoral-strip .box .main_h span {
  position: relative;
}
.doctoral-strip .box .main_h span:after {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px solid #000000;
  right: 0%;
  bottom: 0%;
}
.doctoral-strip .box .para {
  font-size: 16px;
  line-height: 22px;
  font-family: poppinsregular;
  color: #131313;
  text-align: center;
  margin: 12px 0 28px;
}
.doctoral-strip .box .para span {
  color: #D11C73;
  font-family: poppinssemibold;
}
.doctoral-strip .box .para .highlight {
  color: #131313;
}
.doctoral-strip .box .btn-strip {
  font-size: 17px;
  line-height: 23px;
  font-family: poppinssemibold;
  text-transform: capitalize;
  color: #181010;
  background: #FFBE00;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
          box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.doctoral-strip .box .btn-strip:hover {
  color: #181010;
}
.doctoral-strip .box .thinking-girl, .doctoral-strip .box .doctor-man {
  position: absolute;
  top: 0px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.doctoral-strip .box .thinking-girl {
  left: 0;
}
.doctoral-strip .box .doctor-man {
  right: 0;
}

.ai-strip {
  margin: 15px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFF1F1;
  border-radius: 4px;
  padding: 15px 22px 19px;
  position: relative;
}
.ai-strip .polygon {
  position: absolute;
  right: 0;
  top: 0;
}
.ai-strip .box {
  position: relative;
}
.ai-strip .box .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.ai-strip .box .content-row .main_h {
  font-size: 30px;
  line-height: 41px;
  font-family: poppinsbold;
  color: #131313;
  padding: 0;
}
.ai-strip .box .content-row .main_h .bottom-border {
  position: relative;
}
.ai-strip .box .content-row .main_h .bottom-border:after {
  content: "";
  position: absolute;
  width: 85%;
  border: 1px solid #000000;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.ai-strip .box .content-row .main_h .red {
  color: #E82525;
}
.ai-strip .box .content-row .main_h .green {
  color: #4FBA6F;
}
.ai-strip .box .content-row .line {
  border: 2px solid #8C1D4C;
  margin: 0 48px 0;
}
.ai-strip .box .content-row .ai-logo {
  margin: 0 10px 0 0;
}
.ai-strip .box .content-row .authentic-logo {
  margin: 0 0 0 10px;
}
.ai-strip .box .para {
  font-size: 16px;
  line-height: 22px;
  color: #131313;
  text-align: center;
  margin: 0 0 19px;
}
.ai-strip .box .para span {
  font-family: poppinssemibold;
  color: #D11C73;
}
.ai-strip .box .btn-strip {
  font-size: 17px;
  line-height: 23px;
  font-family: poppinssemibold;
  text-transform: capitalize;
  color: #181010;
  background: #FFBE00;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
          box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.ai-strip .box .btn-strip:hover {
  color: #181010;
}

.deadline-strip {
  margin: 15px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFF4F9;
  border-radius: 4px;
}
.deadline-strip .box {
  padding: 15px 15px 35px 100px;
  text-align: center;
  position: relative;
}
.deadline-strip .box .time-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
}
.deadline-strip .box .main_h {
  font-size: 30px;
  line-height: 38px;
  font-family: poppinsbold;
  padding: 0;
  color: #131313;
}
.deadline-strip .box .main_h span {
  color: #E41E1E;
}
.deadline-strip .box .para {
  font-size: 16px;
  line-height: 22px;
  margin: 17px 0 24px;
  text-align: center;
}
.deadline-strip .box .para .highlight {
  font-family: poppinssemibold;
}
.deadline-strip .box .btn-strip {
  font-size: 17px;
  line-height: 23px;
  font-family: poppinssemibold;
  text-transform: capitalize;
  color: #181010;
  background: #FFBE00;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
          box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.deadline-strip .box .btn-strip:hover {
  color: #181010;
}

.features-strip {
  margin: 15px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFF4F9;
  border-radius: 4px;
}
.features-strip .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features-strip .box .left-side {
  padding: 33px 0 56px 53px;
  width: 55%;
}
.features-strip .box .main_h {
  font-size: 26px;
  line-height: 35px;
  font-family: poppinsbold;
  color: #131313;
  padding: 0;
}
.features-strip .box .main_h span {
  color: #C23571;
}
.features-strip .box .features_list {
  margin: 32px 0;
}
.features-strip .box .features_list li {
  font-size: 15px;
  line-height: 20px;
  color: #393939;
  padding: 0;
  margin: 0 0 10px 25px;
}
.features-strip .box .features_list li::marker {
  color: #393939;
  font-size: 16px;
}
.features-strip .box .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.features-strip .box .btn_row .price-btn {
  border-radius: 4px;
  padding: 9px 11px;
  color: #FFFFFF;
  background: #C23571;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.features-strip .box .btn_row .price-btn.reverse {
  border: 1px solid #C23571;
  color: #C23571;
  background: transparent;
}
.features-strip .box .man-img {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.features-strip .box .circle {
  position: absolute;
  bottom: 0;
}

.confused-strip {
  margin: 15px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFF4F9;
  border-radius: 4px;
}
.confused-strip .box {
  position: relative;
  padding: 42px 198px 49px 43px;
}
.confused-strip .box .main_h {
  font-size: 30px;
  line-height: 38px;
  font-family: poppinsbold;
  padding: 0;
  color: #131313;
  margin: 0 0 21px 0;
}
.confused-strip .box .para-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.confused-strip .box .para-row .para {
  font-size: 16px;
  line-height: 22px;
  color: #131313;
  text-align: left;
  width: 70%;
  margin: 0;
}
.confused-strip .box .para-row .para span {
  color: #C23571;
  font-family: poppinsbold;
}
.confused-strip .box .btn-strip {
  font-size: 17px;
  line-height: 23px;
  font-family: poppinssemibold;
  text-transform: capitalize;
  color: #181010;
  background: #FFBE00;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
          box-shadow: 0px 10px 10px 0px rgba(194, 53, 113, 0.1490196078);
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.confused-strip .box .btn-strip:hover {
  color: #181010;
}
.confused-strip .box .confused-boy {
  position: absolute;
  right: 1%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1380px) {
  .proposal-strip:before {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  .proposal-strip .left-proposal .title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .proposal-strip .left-proposal .title .sub-title {
    font-size: 30px;
    line-height: 34px;
  }
  .proposal-strip .left-proposal .para {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .proposal-strip .left-proposal .cta-btn {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .proposal-strip .right-proposal {
    height: 170px;
  }
  .newcust-strip .box .strip-heading {
    font-size: 35px;
  }
  .newcust-strip .box .strip-heading span {
    font-size: 40px;
    margin: 0 25px 0 0;
  }
  .newcust-strip .box .strip-heading::after {
    width: 150px;
  }
  .doctoral-strip .box .main_h {
    font-size: 26px;
    line-height: 35px;
  }
  .deadline-strip .box .main_h {
    font-size: 26px;
    line-height: 35px;
  }
  .confused-strip .box .main_h {
    font-size: 24px;
    line-height: 35px;
  }
  .confused-strip .box .para-row {
    width: 92%;
  }
  .ai-strip .box .content-row .main_h {
    font-size: 24px;
    line-height: 35px;
  }
  .ai-strip .box .content-row .line {
    margin: 0 38px 0;
  }
}
@media (max-width: 1024px) {
  .proposal-strip .left-proposal .title {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .proposal-strip .left-proposal .title .sub-title {
    font-size: 24px;
    line-height: 28px;
  }
  .proposal-strip .left-proposal .para {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .proposal-strip .left-proposal .cta-btn {
    font-size: 14px;
    line-height: 18px;
  }
  .proposal-strip .right-proposal {
    height: 150px;
  }
  .ai-outline-gen {
    padding: 15px 70px;
  }
  .ai-outline-gen .ai-gen-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .ai-outline-gen .ai-gen-para {
    margin: 12px 0 16px 0 !important;
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .ai-outline-gen .ai-searchbar {
    width: 95%;
  }
  .ai-outline-gen .ai-searchbar .ai-search-box {
    padding: 3px;
  }
  .ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic {
    font-size: 15px;
    height: 36px;
  }
  .ai-outline-gen .ai-gen-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 10px;
  }
  .newcust-strip .box {
    padding: 22px 15px;
  }
  .newcust-strip .box .strip-heading {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .newcust-strip .box .strip-heading span {
    font-size: 35px;
    margin: 0 20px 0 0;
  }
  .newcust-strip .box .strip-heading::after {
    width: 130px;
    right: 2%;
  }
  .newcust-strip .box .scissors-btn .coupon-code {
    font-size: 20px;
  }
  .commn-strip .box {
    padding: 30px;
  }
  .commn-strip .strip9-text {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .commn-strip .btn-strip9 {
    padding: 8px 30px;
    margin: 0 25px 0 0;
  }
  .tool-strip {
    padding: 25px;
  }
  .tool-strip .strip9-text {
    font-size: 25px !important;
    line-height: 28px !important;
  }
  .tool-strip .strip9-text strong, .tool-strip .strip9-text span {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .tool-strip .btn-strip9 {
    padding: 10px 15px;
    margin: 0px 15px 0 0;
  }
  .doctoral-strip .box {
    padding: 22px 115px 32px 133px;
  }
  .doctoral-strip .box .thinking-girl, .doctoral-strip .box .doctor-man {
    width: 23%;
  }
  .doctoral-strip .box .main_h {
    font-size: 24px;
    line-height: 32px;
  }
  .doctoral-strip .box .para {
    font-size: 15px;
    line-height: 18px;
    margin: 12px 0 15px;
  }
  .deadline-strip .box {
    padding: 15px 15px 35px 85px;
  }
  .deadline-strip .box .main_h {
    font-size: 24px;
    line-height: 32px;
  }
  .deadline-strip .box .time-bg {
    width: 23%;
  }
  .features-strip .box .left-side {
    padding: 33px 0 30px 35px;
  }
  .features-strip .box .features_list {
    margin: 15px 0;
  }
  .features-strip .box .man-img {
    width: 52%;
  }
  .features-strip .box .btn_row .price-btn {
    font-size: 16px;
    line-height: 20px;
  }
  .confused-strip .box {
    padding: 20px 150px 35px 20px;
  }
  .confused-strip .box .main_h {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
  .confused-strip .box .para-row {
    width: 100%;
  }
  .confused-strip .box .confused-boy {
    width: 20%;
  }
  .ai-strip .polygon {
    width: 373px;
    height: auto;
  }
  .ai-strip .box .content-row svg {
    width: 50px;
    height: 50px;
  }
  .ai-strip .box .content-row .main_h {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .proposal-strip {
    padding: 15px 0 !important;
  }
  .proposal-strip::before {
    height: 58%;
  }
  .proposal-strip .left-proposal .title {
    text-align: center;
  }
  .proposal-strip .left-proposal .para {
    text-align: center !important;
  }
  .proposal-strip .left-proposal .offer-img {
    display: block;
    position: absolute;
    bottom: -15px;
    right: -28%;
    height: 70%;
  }
  .proposal-strip .left-proposal .cta-btn {
    margin: 15px auto 0;
  }
  .proposal-strip .right-proposal {
    display: none !important;
  }
  .ai-outline-gen {
    padding: 15px;
  }
  .ai-outline-gen .ai-gen-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .ai-outline-gen .ai-gen-para {
    margin: 10px 0 15px 0;
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .ai-outline-gen .ai-searchbar .ai-search-box {
    padding: 2px 13px 2px 2px;
    border-width: 2px;
  }
  .ai-outline-gen .ai-searchbar .ai-gen-topic {
    font-size: 14px;
  }
  .ai-outline-gen .ai-gen-btn {
    font-size: 14px;
    line-height: 18px;
  }
  .srtip01 {
    height: 245px;
  }
  .srtip01 .heading {
    margin: 25px 0 0 20px;
    width: 180px;
    height: 180px;
    padding: 48px 10px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .srtip02 .srtip02-block {
    width: 55%;
  }
  .srtip02 .srtip02-block .heading {
    font-size: 35px;
    line-height: 34px;
  }
  .srtip03 {
    height: 250px;
  }
  .srtip03 .srtip03-block {
    padding: 62px 10px 62px;
    width: 54%;
  }
  .app-strip-home {
    padding: 15px 0;
  }
  .app-strip-home .strip-title {
    font-size: 30px;
    line-height: 34px;
  }
  .app-strip-home .strip-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .guarantee_strip {
    background-position: left;
    background-size: cover;
    padding: 20px;
  }
  .guarantee_strip p {
    font-size: 20px;
  }
  .guarantee_strip .odr_btn {
    font-size: 13px;
  }
  .guarantee_strip ul li {
    font-size: 13px !important;
    line-height: normal;
    margin: 0;
  }
  .discount_strip {
    padding: 20px 10px;
  }
  .commn-strip .btn-strip9 {
    padding: 5px 14px;
    margin: 0 10px 0 0;
  }
  .commn-strip br {
    display: none;
  }
  .commn-strip .box {
    padding: 25px;
  }
  .commn-strip .strip9-text {
    font-size: 25px !important;
    line-height: 28px !important;
    padding: 0 0 18px 0 !important;
  }
  .commn-strip .newstriptitle {
    font-size: 24px !important;
    line-height: 26px !important;
    margin: 0 0 15px 0 !important;
  }
  .commn-strip .newstriptitle::after {
    width: 70%;
  }
  .commn-strip .strip-para {
    font-size: 14px !important;
    margin: 0 0 15px 0 !important;
  }
  .tool-strip .btn-strip9 {
    padding: 10px 15px;
    margin: 0px 5px 0 0;
  }
  .tool-strip .btn-strip9:nth-child(4), .tool-strip .btn-strip9:last-child {
    margin: 10px 5px 0 0;
  }
  .tool-strip .strip9-text {
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 0 0 18px 0 !important;
  }
  .tool-strip .strip9-text strong, .tool-strip .strip9-text span {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .newcust-strip .box .strip-heading {
    font-size: 25px;
    margin: 0 0 15px 0;
  }
  .newcust-strip .box .strip-heading span {
    font-size: 25px;
    margin: 0;
  }
  .newcust-strip .box .strip-heading::after {
    display: none;
  }
  .newcust-strip .box .scissors-btn .coupon-code {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .doctoral-strip .box {
    padding: 15px;
  }
  .doctoral-strip .box .thinking-girl, .doctoral-strip .box .doctor-man {
    display: none;
  }
  .doctoral-strip .box .main_h {
    font-size: 22px;
    line-height: 28px;
  }
  .doctoral-strip .box .btn-strip {
    font-size: 16px;
    line-height: 18px;
  }
  .deadline-strip .box {
    padding: 15px 15px 25px;
  }
  .deadline-strip .box .time-bg {
    display: none;
  }
  .deadline-strip .box .main_h {
    font-size: 22px;
    line-height: 28px;
  }
  .deadline-strip .box .para {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0;
  }
  .deadline-strip .box .btn-strip {
    font-size: 16px;
    line-height: 18px;
  }
  .features-strip .box .man-img {
    display: none;
  }
  .features-strip .box .left-side {
    width: 100%;
    padding: 20px;
  }
  .features-strip .box .main_h {
    font-size: 22px;
    line-height: 28px;
  }
  .features-strip .box .main_h br {
    display: none;
  }
  .features-strip .box .btn_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .confused-strip .box {
    padding: 20px 20px 35px;
  }
  .confused-strip .box .main_h {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  .confused-strip .box .confused-boy {
    display: none;
  }
  .confused-strip .box .para-row .para {
    width: 65%;
    font-size: 15px;
    line-height: 18px;
  }
  .confused-strip .box .btn-strip {
    font-size: 16px;
    line-height: 18px;
  }
  .ai-strip .polygon {
    display: none;
  }
  .ai-strip .box .content-row svg {
    display: none;
  }
  .ai-strip .box .content-row .main_h {
    font-size: 20px;
    line-height: 22px;
  }
  .ai-strip .box .content-row .line {
    border: 1px solid #8C1D4C;
    margin: 0 15px 0;
  }
  .ai-strip .box .para {
    margin: 15px 0;
    font-size: 15px;
    line-height: 20px;
  }
  .ai-strip .box .btn-strip {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .proposal-strip:before {
    height: 25%;
  }
  .proposal-strip .left-proposal .offer-img {
    position: unset;
    margin: auto;
  }
  .ai-outline-gen .ai-gen-title {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .ai-outline-gen .ai-gen-title svg {
    display: none;
  }
  .ai-outline-gen .ai-searchbar .ai-search-box {
    padding: 3px 13px 3px 3px;
  }
  .ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic {
    font-size: 15px;
    height: 38px;
  }
  .ai-outline-gen .ai-gen-btn {
    padding: 10px;
  }
  .srtip01 {
    height: 285px;
  }
  .srtip01 .heading {
    width: 120px;
    height: 120px;
    padding: 33px 10px 0;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0 10px;
  }
  .srtip01 ul {
    float: none;
    margin: 0;
    padding: 0;
  }
  .srtip01 ul li {
    margin-left: 10px;
    float: right;
    width: 66%;
    display: block;
    font-size: 16px;
  }
  .srtip01 ul li + li + li {
    display: block;
  }
  .srtip02 {
    background: none;
  }
  .srtip02 .srtip02-block {
    width: 100%;
  }
  .srtip02 .srtip02-block ul li {
    padding: 6px 25px !important;
    display: inline-block;
  }
  .srtip02 .srtip02-block ul .act1 {
    display: block;
  }
  .srtip02 .srtip02-block ul .act1 a {
    padding: 0 !important;
  }
  .srtip03 {
    width: 100%;
    height: 170px;
  }
  .srtip03 .srtip03-block {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .srtip03 .srtip03-block .heading {
    font-size: 32px;
    line-height: 34px;
  }
  .srtip03 .srtip03-block p {
    color: #fff !important;
  }
  .newconversationstrip img {
    width: 100%;
    height: 100%;
  }
  .newconversationstrip .stripdesktop {
    display: none;
  }
  .newconversationstrip .stripmobile {
    display: block;
  }
  .app-strip {
    background: none;
  }
  .app-strip .container {
    padding: 0;
  }
  .app-strip-home {
    padding: 25px 0;
  }
  .app-strip-home .strip-title {
    font-size: 25px;
    line-height: 28px;
  }
  .app-strip-home .strip-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .app-strip-home .download-btn {
    margin: 20px 0 6px;
  }
  .guarantee_strip {
    padding: 15px 10px;
    background: #c92a62;
  }
  .guarantee_strip .odr_btn {
    padding: 5px 8px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .guarantee_strip .left_title {
    width: 40%;
  }
  .guarantee_strip .left_title p {
    font-size: 20px !important;
    line-height: 22px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .guarantee_strip ul li {
    color: #fff !important;
    padding: 5px 0 !important;
  }
  .guarantee_strip ul li:before {
    margin-right: 5px;
  }
  .discount_strip {
    background: #1f6692;
  }
  .discount_strip span {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 8px;
  }
  .discount_strip p {
    font-size: 15px !important;
    margin: 3px 0 10px 0;
  }
  .discount_strip .odr_btn {
    padding: 6px 20px;
  }
  .commn-strip {
    margin: 10px 0;
  }
  .commn-strip .box {
    padding: 10px;
  }
  .commn-strip .strip9-text {
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 0 0 10px 0 !important;
  }
  .commn-strip .btn-strip9 {
    padding: 5px 10px;
    margin: 0 6px 0 0;
  }
  .commn-strip .btn-strip9:last-child {
    margin: 10px 0px 0px 0;
  }
  .commn-strip .newstriptitle {
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 0 0 10px 0 !important;
  }
  .commn-strip .newstriptitle::after {
    margin: 6px auto 0;
  }
  .commn-strip .strip-para {
    font-size: 13px !important;
    margin: 0 0 10px 0 !important;
  }
  .twoline-strip .buttons-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .twoline-strip .buttons-row .btn-strip9 {
    margin: 0 !important;
  }
  .tool-strip {
    padding: 10px;
    margin: 10px 0;
  }
  .tool-strip .strip9-text {
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 0 0 10px 0 !important;
  }
  .tool-strip .strip9-text::after {
    width: 83px;
  }
  .tool-strip .strip9-text span, .tool-strip .strip9-text strong {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .tool-strip .btn-strip9 {
    padding: 10px 9px;
  }
  .tool-strip .btn-strip9:nth-child(4), .tool-strip .btn-strip9:last-child {
    margin: 5px 5px 0 0;
  }
  .newcust-strip .box .strip-heading {
    font-size: 20px;
  }
  .newcust-strip .box .strip-heading span {
    font-size: 20px;
    margin: 0;
  }
  .newcust-strip .box .scissors-btn {
    gap: 15px;
  }
  .newcust-strip .box .scissors-btn .coupon-code {
    font-size: 16px;
  }
  .newcust-strip .box .scissors-btn .claim-now-btn {
    font-size: 16px;
  }
  .doctoral-strip .box .main_h {
    font-size: 18px;
    line-height: 22px;
  }
  .doctoral-strip .box .para {
    font-size: 14px;
    line-height: 16px;
  }
  .ai-strip {
    padding: 15px 15px 20px;
  }
  .ai-strip .box .para {
    font-size: 14px;
    line-height: 18px;
  }
  .ai-strip .box .content-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai-strip .box .content-row .main_h {
    font-size: 16px;
    line-height: 24px;
  }
  .ai-strip .box .content-row .line {
    display: none;
  }
  .deadline-strip .box .main_h {
    font-size: 18px;
    line-height: 22px;
  }
  .deadline-strip .box .para {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
  }
  .features-strip .box .main_h {
    font-size: 18px;
    line-height: 22px;
  }
  .features-strip .box .circle {
    display: none;
  }
  .features-strip .box .features_list {
    margin: 20px 0;
  }
  .features-strip .box .features_list li {
    margin: 0 0 8px 25px;
  }
  .confused-strip .box {
    padding: 15px 15px 20px;
  }
  .confused-strip .box .main_h {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .confused-strip .box .para-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .confused-strip .box .para-row .para {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .confused-strip .box .btn-strip {
    margin: 0 auto;
  }
}
.rightbar-common-box {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px 0 0;
}
.rightbar-common-box .box-head {
  background: #333333;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  line-height: 22px;
  font-family: poppinssemibold;
  color: #f6d20a;
  padding: 10px 15px;
}
.rightbar-common-box .box-head s {
  color: #fff;
}
.rightbar-common-box .others {
  max-height: 269px;
  overflow: auto;
}
.rightbar-common-box.sticky {
  position: fixed;
  width: 349.91px;
  top: 108px;
}
.rightbar-common-box.free-feature.sticky {
  width: 325px;
}
.rightbar-common-box .list {
  padding: 10px 15px;
  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;
  font-size: 14px;
  line-height: 18px;
}
.rightbar-common-box .list .name {
  font-family: poppinssemibold;
  color: #2a2a2a;
}
.rightbar-common-box .list .value {
  font-family: poppinsregular;
  color: #333333;
  text-decoration: line-through;
}
.rightbar-common-box .list:nth-child(even) {
  background: #f5f5f5;
}
.rightbar-common-box .price {
  padding: 30px 0 20px;
}
.rightbar-common-box .price .content {
  color: #333333;
  font-size: 16px;
  line-height: 18px;
}
.rightbar-common-box .price .prices {
  color: #2db261;
  font-size: 28px;
  line-height: 32px;
  font-family: poppinssemibold;
}
.rightbar-common-box .price .start-btn {
  background: #ffbe00;
  border-radius: 3px;
  padding: 5px;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 22px;
  font-family: poppinssemibold;
  width: 50%;
  cursor: pointer;
}
.rightbar-common-box .price .start-btn:hover {
  background: #eebe2d;
}
.rightbar-common-box .tool-list {
  padding: 15px 15px 20px;
}
.rightbar-common-box .tool-list p {
  cursor: inherit !important;
}
.rightbar-common-box .tool-list p:hover {
  color: #333333 !important;
}
.rightbar-common-box .tool-list p:hover:before {
  background: #333333 !important;
  border: 1px solid #333333 !important;
  background-clip: content-box !important;
}
.rightbar-common-box .tool-list a, .rightbar-common-box .tool-list p {
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 10px;
  display: block;
  cursor: pointer;
}
.rightbar-common-box .tool-list a:last-child, .rightbar-common-box .tool-list p:last-child {
  padding: 0;
}
.rightbar-common-box .tool-list a::before, .rightbar-common-box .tool-list p::before {
  width: 12px;
  height: 12px;
  margin: 0 8px 0px 0px;
  background: #333333;
  border-radius: 100%;
  padding: 2px;
  position: relative;
  background-clip: content-box;
  border: 1px solid #333333;
  content: "";
  display: inline-block;
}
.rightbar-common-box .tool-list a:hover, .rightbar-common-box .tool-list p:hover {
  color: #C23571;
}
.rightbar-common-box .tool-list a:hover:before, .rightbar-common-box .tool-list p:hover:before {
  background: #C23571;
  border: 1px solid #C23571;
  background-clip: content-box;
}
.rightbar-common-box .blog-list {
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.rightbar-common-box .blog-list img {
  width: 100%;
  height: 142px;
}
.rightbar-common-box .blog-list .blog-list-img {
  height: 142px;
  display: block;
}
.rightbar-common-box .blog-list .blog-title {
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  font-family: poppinssemibold;
}
.rightbar-common-box .blog-list .schedule {
  margin: 5px 0 0;
}
.rightbar-common-box .blog-list .schedule p {
  color: #777777;
  font-family: poppinssemibold;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}
.rightbar-common-box .blog-list .schedule p::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #777777;
  border-radius: 50%;
  font-size: 24px;
  display: inline-block;
  margin: 0 8px;
  vertical-align: baseline;
}
.rightbar-common-box .blog-list .schedule p:last-of-type::after {
  display: none;
}
.rightbar-common-box .view-all {
  color: #C23571;
  font-size: 18px;
  line-height: 22px;
  font-family: poppinssemibold;
  text-decoration: underline;
  padding: 20px;
}

.sticky-guidebar {
  margin: 0 0 30px;
}
.sticky-guidebar .guide_nav_bar {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding: 20px 22px;
  z-index: 11;
  background: #FFFFFF;
}
.sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
  font-family: poppinssemibold;
  font-size: 22px;
  line-height: 27px;
  color: #2a2a2a;
  padding: 0 0 13px;
  border-bottom: 1px solid #B8B8B8;
}
.sticky-guidebar .guide_nav_bar .guide_nav_bar_title svg {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul {
  padding: 12px 0 0;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list {
  cursor: pointer;
  position: relative;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list:before {
  content: "";
  background: url(../images/plus-round.svg) no-repeat;
  position: absolute;
  left: 5px;
  top: 3px;
  background-size: cover;
  height: 15px;
  width: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list.current::before {
  rotate: 180deg;
  background: url(../images/minus-round.svg) no-repeat;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .blog-head {
  font-size: 18px;
  line-height: 34px;
  color: #2a2a2a;
  padding: 0px 0 0 30px;
  cursor: pointer;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li:hover {
  background: #F0F0F0;
  -webkit-box-shadow: 0px 0px 0.9px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 0.9px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li:hover .blog-head {
  color: #C23571;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail {
  padding: 0 0 10px 30px;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul {
  border-left: 1px solid #9e9e9e;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li {
  margin: 0 0 10px 10px;
  font-size: 16px;
  line-height: 20px;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li:last-child {
  margin: 0 0 0 10px;
}
.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li .detail_ul_li_head {
  color: #2a2a2a;
}

.rightbar-calc {
  margin: 0 0 30px;
}
.rightbar-calc .box-title {
  font-size: 25px;
  line-height: 35px;
  color: #2a2a2a;
}
.rightbar-calc .box-title .title-pink {
  font-family: poppinssemibold;
  color: #C23571;
}
.rightbar-calc .price-calculator {
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0px 34px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0px 34px 0 rgba(0, 0, 0, 0.28);
  margin: 15px 10px;
}
.rightbar-calc .price-calculator .form-heading {
  padding: 11px 0;
  font-size: 22px;
  line-height: 30px;
  color: #2a2a2a;
  text-align: center;
  font-family: poppinsbold;
  border-bottom: 1px solid #d8d8d8;
}
.rightbar-calc .price-calculator .calculator-form {
  padding: 15px 10px;
}
.rightbar-calc .price-calculator .calculator-form .calculate-form-div {
  min-height: 165px;
  position: relative;
}
.rightbar-calc .price-calculator .calculator-form .calculate-form-div .form-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rightbar-calc .price-calculator .calculator-form ::-webkit-input-placeholder {
  color: #8C8C8C;
}
.rightbar-calc .price-calculator .calculator-form ::-moz-placeholder {
  color: #8C8C8C;
}
.rightbar-calc .price-calculator .calculator-form :-ms-input-placeholder {
  color: #8C8C8C;
}
.rightbar-calc .price-calculator .calculator-form ::-ms-input-placeholder {
  color: #8C8C8C;
}
.rightbar-calc .price-calculator .calculator-form ::placeholder {
  color: #8C8C8C;
}
.rightbar-calc .price-calculator .calculator-form select, .rightbar-calc .price-calculator .calculator-form input, .rightbar-calc .price-calculator .calculator-form textarea {
  background: #f2f2f2;
  border-radius: 5px;
  border: none;
  height: 40px;
}
.rightbar-calc .price-calculator .calculator-form select {
  background: #f2f2f2 url(../images/download.svg) no-repeat center right 10px;
  padding: 0 30px 0 10px !important;
  font-size: 16px;
  line-height: 22px;
  color: #8C8C8C;
}
.rightbar-calc .price-calculator .calculator-form .select-box {
  margin: 0 0 15px 0;
}
.rightbar-calc .price-calculator .calculator-form .select-box .selecthalf {
  width: 50%;
}
.rightbar-calc .price-calculator .calculator-form .pg-urgacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_box {
  position: relative;
  margin: 0 0 15px;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_box .upload-btn,
.rightbar-calc .price-calculator .calculator-form .upload_file_box input[type=file] {
  border-radius: 5px;
  color: #FFFFFF;
  background: #C23571;
  padding: 9px 10px;
  font-family: poppinssemibold;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  cursor: pointer;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_box .upload-btn svg,
.rightbar-calc .price-calculator .calculator-form .upload_file_box input[type=file] svg {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_box input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_box .file-type-error {
  position: absolute;
  bottom: unset;
  color: #ef1010;
  font-size: 13px;
  display: block;
  text-align: left;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result {
  display: none;
  width: 100%;
  margin: 0 0 12px;
  overflow: hidden;
  background: #EFEFEF;
  border: 1px dashed #646464;
  border-radius: 5px;
  padding: 8px 5px;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list {
  overflow: auto;
  max-height: 58px;
  padding: 0 7px;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list::-webkit-scrollbar-thumb {
  background: #C23571;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li {
  padding: 4px 25px 4px 25px;
  font-size: 13px;
  line-height: 16px;
  color: #444444;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff;
  margin: 0 0 5px 0;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li .close-icon {
  background: url(../images/upload_close.svg) no-repeat;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 8px;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li::before {
  background: url(../images/upload_tick.svg) no-repeat;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 5px;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li .close-icon, .rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li::before {
  content: "";
  cursor: pointer;
  position: absolute;
  background-size: contain;
}
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li svg {
  background: #fff;
  position: absolute;
  right: 5px;
  top: 2px;
}
.rightbar-calc .price-calculator .calculator-form .calc-offers {
  border: 1px dashed #787878;
  border-radius: 12px;
  background: #FFF9FB;
  padding: 13px 20px;
  position: relative;
}
.rightbar-calc .price-calculator .calculator-form .calc-offers:before {
  content: "";
  background: url(../images/offer-bg.svg) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: contain;
  left: 0px;
  bottom: 0;
}
.rightbar-calc .price-calculator .calculator-form .calc-offers .price-detail {
  display: none;
}
.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer .offer-content {
  color: #9D154F;
  font-size: 18px;
  line-height: 22px;
}
.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer .offer-content span {
  font-family: poppinsbold;
}
.rightbar-calc .price-calculator .calculator-form .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 0 0;
  font-family: poppinssemibold;
}
.rightbar-calc .price-calculator .calculator-form .price-box .price-title {
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
}
.rightbar-calc .price-calculator .calculator-form .price-box .price-title span {
  margin: 0 0 0 8px;
  font-size: 14px;
  line-height: 18px;
  color: #757575;
  font-family: poppinsregular;
}
.rightbar-calc .price-calculator .calculator-form .price-box .price-list {
  position: relative;
}
.rightbar-calc .price-calculator .calculator-form .price-box .price-list .basePrice {
  font-size: 16px;
  line-height: 22px;
  color: #434343;
}
.rightbar-calc .price-calculator .calculator-form .price-box .price-list .basePrice::before {
  position: absolute;
  content: "";
  left: 35px;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #D81B1B;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.rightbar-calc .price-calculator .calculator-form .discount-price-box {
  color: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 0 0;
}
.rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title {
  font-size: 16px;
  line-height: 26px;
}
.rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title span {
  font-family: poppinssemibold;
  color: #C23571;
  margin: 0 0 0 10px;
}
.rightbar-calc .price-calculator .calculator-form .discount-price-box .discounted-price-list {
  font-family: poppinsbold;
  font-size: 20px;
  line-height: 22px;
}
.rightbar-calc .price-calculator .calculator-form .continue-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 193, 12)), to(rgb(228, 170, 0)));
  background: linear-gradient(180deg, rgb(255, 193, 12) 0%, rgb(228, 170, 0) 100%);
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 14px;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-family: poppinssemibold;
  color: #000;
}

.try-sample {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  border-radius: 18px;
  padding: 20px 15px;
}
.try-sample .sample-head {
  font-family: poppinssemibold;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #C23571;
  margin: 0 0 20px;
}
.try-sample .sample-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.try-sample .sample-inner .sample-div {
  background: #EEEEEE;
  border-radius: 9px;
  padding: 16px 8px;
  min-width: 48%;
  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;
}
.try-sample .sample-inner .sample-div:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(194, 53, 113, 0.2196078431);
          box-shadow: 0px 0px 15px 1px rgba(194, 53, 113, 0.2196078431);
}
.try-sample .sample-inner .sample-div .right-sample {
  margin: 0 5px 0 0;
}
.try-sample .sample-inner .sample-div .left-sample {
  font-size: 20px;
  line-height: 24px;
  color: #2a2a2a;
}
.try-sample .sample-inner .sample-div .left-sample .left-sample-span {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #4D4D4D;
}

.rightbar-free-tools {
  padding: 0 5px;
  margin: 30px 0 20px;
}
.rightbar-free-tools .free-tools-inner {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}
.rightbar-free-tools .free-tools-inner .title {
  background: #C23571;
  border-radius: 18px 18px 0 0;
  padding: 10px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.rightbar-free-tools .free-tools-inner .title span {
  font-family: poppinssemibold;
}
.rightbar-free-tools .free-tools-inner .title svg {
  position: absolute;
  top: -22px;
  left: -5px;
}
.rightbar-free-tools .free-tools-inner .tools-area {
  padding: 20px 10px 0px 0px;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section {
  padding: 0 10px 20px 10px;
  max-height: 295px;
  overflow-y: scroll;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background: #fff;
  border-radius: 0;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section::-webkit-scrollbar-thumb {
  background: #C23571;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools {
  display: block;
  background: #FFF1F7;
  border-radius: 8px;
  margin: 0 0 15px;
  padding: 8px 10px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #2a2a2a;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:last-child {
  margin: 0;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:hover {
  background: #C23571;
  color: #FFFFFF;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:hover .tool-arrow circle {
  fill: #FFFFFF;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:hover .tool-arrow path {
  fill: #C23571;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-icon {
  margin: 0 15px 0 0;
}
.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.seasonal-offer {
  position: relative;
  background: #C23571;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding: 12px 28px 28px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.seasonal-offer .title {
  font-size: 18px;
  line-height: 30px;
}
.seasonal-offer .title span {
  font-family: poppinsbold;
  font-size: 25px;
  line-height: 29px;
}
.seasonal-offer .sub-title {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 26px;
  font-family: poppinssemibold;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2196078431);
}
.seasonal-offer .lottie-offer {
  height: 200px !important;
  width: 200px !important;
  margin: 10px auto 0;
}
.seasonal-offer .coupon-code {
  font-family: poppinsmedium;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin: -30px 0 0;
}
.seasonal-offer .coupon-code .line {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 14px;
  background: #FFFFFF;
}
.seasonal-offer .coupon-box {
  background: #FFFFFF;
  color: #C23571;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 17px;
  border: 1px dashed #2B2B2B;
  border-radius: 5px;
  font-family: poppinssemibold;
  font-size: 15px;
  line-height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7px auto 17px;
  position: relative;
}
.seasonal-offer .coupon-box .scissor {
  position: absolute;
  right: -27px;
  bottom: -15px;
}
.seasonal-offer .claim-btn {
  background: #FFBE00;
  -webkit-box-shadow: 0px 0px 18.9px 2px rgba(255, 255, 255, 0.2509803922);
          box-shadow: 0px 0px 18.9px 2px rgba(255, 255, 255, 0.2509803922);
  border-radius: 7px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 20px;
  font-family: poppinssemibold;
  padding: 7px 13px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.sticky-newsletter {
  position: sticky;
  top: 122px;
  background: #FFFFFF;
}
.sticky-newsletter .newsletter {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding: 15px 35px 53px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
.sticky-newsletter .newsletter::before {
  content: "";
  background: url("../images/Plane-plus-Line.svg") no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: -1;
}
.sticky-newsletter .newsletter .title {
  font-family: poppinssemibold;
  font-size: 22px;
  line-height: 30px;
  color: #2a2a2a;
}
.sticky-newsletter .newsletter .sub-title {
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  margin: 5px 0 15px;
}
.sticky-newsletter .newsletter .email-form .email-div {
  position: relative;
  margin: 0 48px 20px;
}
.sticky-newsletter .newsletter .email-form .email-div .email {
  font-size: 16px;
  line-height: 22px;
  color: #cacaca;
  border: 1px solid #A7A7A7;
  border-radius: 12px;
  padding: 15px;
}
.sticky-newsletter .newsletter .email-form .email-div .error {
  position: absolute;
  font-size: 13px;
  line-height: 13px;
  bottom: -14px;
  left: 5px;
  color: red;
}
.sticky-newsletter .newsletter .email-form .subscribe-btn {
  background: #FFBE00;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 11px 19px;
}

@media (max-width: 1380px) {
  .rightbar-common-box.sticky {
    width: 301.31px;
  }
  .rightbar-common-box.free-feature.sticky {
    width: 280px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
    font-size: 20px;
    line-height: 24px;
  }
  .try-sample .sample-inner {
    gap: 10px;
  }
  .try-sample .sample-inner .sample-div .left-sample {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .rightbar-common-box.sticky {
    width: 309.75px;
    top: 93px;
  }
  .rightbar-common-box.free-feature.sticky {
    width: 291.95px;
  }
  .sticky-guidebar .guide_nav_bar {
    padding: 15px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
    font-size: 17px;
    line-height: 20px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_bar_title svg {
    margin: 0 5px 0 0;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul {
    padding: 8px 0 0;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list:before {
    height: 12px;
    width: 12px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list.current::before {
    background-size: contain !important;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .blog-head {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 0 0 25px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail {
    padding: 0 0 8px 15px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li {
    margin: 0 0 5px 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li:last-child {
    margin: 0 0 0 5px;
  }
  .rightbar-calc .box-title {
    font-size: 20px;
    line-height: 26px;
  }
  .rightbar-calc .price-calculator {
    margin: 10px 0;
  }
  .rightbar-calc .price-calculator .form-heading {
    padding: 8px 0;
    font-size: 20px;
    line-height: 26px;
  }
  .rightbar-calc .price-calculator .calculator-form .calc-offers {
    padding: 10px;
  }
  .rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer svg {
    height: 48px;
    width: 48px;
  }
  .rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer .offer-content {
    font-size: 16px;
    line-height: 20px;
  }
  .rightbar-calc .price-calculator .calculator-form .price-box {
    margin: 10px 0 0 0;
  }
  .rightbar-calc .price-calculator .calculator-form .price-box .price-title {
    font-size: 16px;
    line-height: 20px;
  }
  .rightbar-calc .price-calculator .calculator-form .price-box .price-title span {
    margin: 0 0 0 5px;
  }
  .rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title {
    font-size: 14px;
    line-height: 20px;
  }
  .rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title span {
    margin: 0 0 0 5px;
  }
  .rightbar-calc .price-calculator .calculator-form .discount-price-box .discounted-price-list {
    font-size: 16px;
    line-height: 20px;
  }
  .rightbar-calc .price-calculator .calculator-form .continue-btn {
    padding: 8px;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .try-sample {
    padding: 15px 10px;
  }
  .try-sample .sample-head {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  .try-sample .sample-inner .sample-div .right-sample {
    height: 25px;
    width: 25px;
  }
  .try-sample .sample-inner .sample-div .left-sample {
    font-size: 15px;
    line-height: 20px;
  }
  .try-sample .sample-inner .sample-div .left-sample .left-sample-span {
    font-size: 14px;
    line-height: 18px;
  }
  .rightbar-free-tools {
    padding: 0;
  }
  .rightbar-free-tools .free-tools-inner .title {
    font-size: 18px;
    line-height: 24px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area {
    padding: 10px 10px 0px 0px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area .tools-section {
    padding: 0 10px 10px 10px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools {
    margin: 0 0 15px;
    padding: 8px 10px;
    font-size: 20px;
    line-height: 32px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-icon {
    margin: 0;
    height: 28px;
    width: 28px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-arrow {
    height: 25px;
    width: 25px;
  }
  .seasonal-offer .title,
  .seasonal-offer .sub-title {
    font-size: 18px;
    line-height: 22px;
  }
  .seasonal-offer .title span,
  .seasonal-offer .sub-title span {
    font-size: 22px;
    line-height: 26px;
  }
  .seasonal-offer .coupon-box {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .sticky-newsletter .newsletter {
    padding: 15px 15px 45px;
    margin: 20px 0;
  }
  .sticky-newsletter .newsletter::before {
    bottom: -20px;
    background-size: contain;
  }
  .sticky-newsletter .newsletter .title {
    font-size: 18px;
    line-height: 24px;
  }
  .sticky-newsletter .newsletter .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
  .sticky-newsletter .newsletter .email-form .email-div {
    margin: 0 20px 20px;
  }
  .sticky-newsletter .newsletter .email-form .email-div .email {
    padding: 10px 15px;
  }
  .sticky-newsletter .newsletter .email-form .subscribe-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 15px;
  }
}
@media (max-width: 820px) {
  .sticky-guidebar .guide_nav_bar {
    padding: 10px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 8px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_bar_title svg {
    width: 40px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .blog-head {
    font-size: 15px;
    line-height: 22px;
  }
  .sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail {
    padding: 0 0 5px 10px;
  }
  .rightbar-calc .box-title {
    font-size: 18px;
    line-height: 22px;
  }
  .rightbar-calc .price-calculator .form-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .rightbar-calc .price-calculator .calculator-form {
    padding: 10px;
  }
  .rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer {
    gap: 15px;
  }
  .rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer svg {
    height: 40px;
    width: 40px;
  }
  .rightbar-calc .price-calculator .calculator-form .price-box .price-title {
    font-size: 14px;
    line-height: 18px;
  }
  .rightbar-calc .price-calculator .calculator-form .price-box .price-title span {
    font-size: 13px;
    line-height: 16px;
  }
  .rightbar-calc .price-calculator .calculator-form .price-box .price-list .basePrice {
    font-size: 14px;
    line-height: 18px;
  }
  .rightbar-calc .price-calculator .calculator-form .continue-btn {
    font-size: 14px;
    line-height: 18px;
  }
  .try-sample {
    padding: 10px;
  }
  .try-sample .sample-head {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
  }
  .try-sample .sample-inner {
    gap: 5px;
  }
  .try-sample .sample-inner .sample-div {
    min-width: 47%;
    padding: 16px 5px;
  }
  .try-sample .sample-inner .sample-div .right-sample {
    height: 22px;
    width: 22px;
  }
  .try-sample .sample-inner .sample-div .left-sample {
    font-size: 14px;
    line-height: 18px;
  }
  .try-sample .sample-inner .sample-div .left-sample .left-sample-span {
    font-size: 13px;
    line-height: 16px;
  }
  .rightbar-free-tools .free-tools-inner .title {
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
  }
  .rightbar-free-tools .free-tools-inner .title svg {
    height: 45px;
    width: 45px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area .tools-section {
    max-height: 200px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools {
    margin: 0 0 10px;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-icon {
    margin: 0 4px 0 0;
    height: 25px;
    width: 25px;
  }
  .seasonal-offer .title,
  .seasonal-offer .sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .seasonal-offer .title span,
  .seasonal-offer .sub-title span {
    font-size: 20px;
    line-height: 24px;
  }
  .seasonal-offer .lottie-offer {
    height: 180px !important;
    width: 180px !important;
  }
  .seasonal-offer .claim-btn {
    font-size: 15px;
    line-height: 18px;
  }
  .sticky-newsletter .newsletter {
    padding: 10px 10px 30px;
  }
  .sticky-newsletter .newsletter::before {
    bottom: -30px;
  }
  .sticky-newsletter .newsletter .title {
    font-size: 16px;
    line-height: 20px;
  }
  .sticky-newsletter .newsletter .sub-title {
    font-size: 14px;
    line-height: 16px;
  }
}
/* Dots */
.slick-dots {
  position: absolute !important;
  bottom: -10px !important;
  list-style: none !important;
  display: block !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px !important;
  width: 10px !important;
  margin: 0 3px !important;
  padding: 0 !important;
  border-radius: 100% !important;
  cursor: pointer !important;
  background: #D8D8D8 !important;
}
.slick-dots li button {
  font-size: 0px;
}
.slick-dots li.slick-active {
  background: #C23571 !important;
  border-color: #C23571 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0px;
  height: 100%;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.ttf") format("ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.ttf") format("ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.ttf") format("ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.faqs {
  padding: 50px 0;
}

.flex {
  margin-top: 30px;
  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;
}

.allfaq {
  color: #333333;
  width: 48%;
}
.allfaq li {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  padding-left: inherit;
  margin: 0 40px 15px 0;
}
.allfaq li .faqtop {
  padding: 12px 32px 12px 14px;
  font-size: 15px;
  line-height: 18px;
  color: #1D1D1D;
  position: relative;
  font-family: poppinssemibold;
  cursor: pointer;
  display: block;
}
.allfaq li .faqtop::after {
  content: "";
  background: url(../images/down-arrow.svg) no-repeat center;
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  right: 15px;
  top: 45%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.allfaq li .faqtop.active {
  background: #FFF5F9;
}
.allfaq li .faqtop.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.allfaq li .faq-box {
  margin: 15px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.allfaq li ul {
  list-style: disc;
  margin: 5px 0 0 30px;
}
.allfaq li ul li {
  border: none;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .faqs {
    padding: 30px 0 0;
  }
  .faqs .allfaq {
    width: 49%;
  }
  .faqs .allfaq li {
    margin: 0 13px 10px 0;
  }
  .faqs .allfaq li .faqtop {
    padding: 8px 32px 8px 10px;
    font-size: 14px;
    line-height: 15px;
  }
  .faqs .allfaq li .faq-box {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .faqs {
    padding: 25px 0;
  }
  .faqs .allfaq {
    width: 100%;
  }
}
.button#writers {
  cursor: pointer;
}

.writer-popup {
  background: #fff;
  padding: 30px 20px;
  border-radius: 3px;
  width: 910px;
  text-align: center;
}
.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 {
  left: -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 .slick-next {
  right: -30px;
}
.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/writing-rating-star.svg);
  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: poppinsmedium;
}
.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 {
  right: 0px;
  top: -34px;
  color: #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: poppinsmedium;
  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: #c23571;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: poppinsmedium;
  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;
  }
}
.error {
  font-size: 13px;
  line-height: 16px;
  color: red;
  text-align: left;
}

.service-banner {
  padding: 35px 0;
  color: #fff;
  background: url("../images/service-banner.jpg");
}
.service-banner:before {
  content: "";
  background: #232323;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 50%;
}
.service-banner .container {
  z-index: 1;
}
.service-banner .service-title {
  color: #FFBE00;
  font-family: poppinssemibold;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 5px;
}
.service-banner .service-subtitle {
  font-size: 16px;
  line-height: 19px;
}
.service-banner .service-feature {
  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;
  margin: 23px auto 0;
  width: 45%;
}
.service-banner .service-feature .feature-list {
  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;
  margin: 0 20px 0 0;
}
.service-banner .service-feature .feature-list svg {
  margin: 0 15px 0 0;
}
.service-banner .service-feature .feature-list .feature-content {
  font-family: poppinssemibold;
  font-size: 16px;
  line-height: 18px;
}
.service-banner .service-feature .feature-list span {
  font-family: poppinsregular;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.service-banner .service-feature .feature-list .free {
  font-size: 16px;
  line-height: 23px;
  font-family: poppinssemibold;
  background: #2db261;
}
.service-banner.service-banner-us {
  background: url("../images/service-banner-us.jpg");
}

@media screen and (max-width: 1380px) {
  .service-banner .service-feature.service-features-listing {
    width: 52%;
  }
}
@media screen and (max-width: 1366px) {
  .service-banner .service-feature {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .service-banner .service-feature {
    width: 65%;
  }
  .service-banner .service-feature.service-features-listing {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .service-banner .service-feature {
    width: 75%;
  }
  .service-banner .service-feature.service-features-listing {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .service-banner .service-feature {
    width: 92%;
    margin: 12px auto 0;
  }
  .service-banner .service-feature .feature-list {
    margin: 0;
  }
  .service-banner .service-feature .feature-list:nth-child(2) {
    display: none;
  }
  .service-banner .service-feature .feature-list svg {
    width: 28px;
    height: 26px;
    margin: 0 10px 0 0;
  }
  .service-banner .service-feature .feature-list .feature-content {
    font-size: 15px;
    line-height: 16px;
  }
  .service-banner .service-feature .feature-list .feature-content span {
    font-size: 13px;
  }
  .service-banner .service-feature .feature-list .free {
    font-size: 15px;
    line-height: 16px;
    padding: 1px 3px;
  }
  .service-banner {
    padding: 20px 0;
    background: none;
  }
  .service-banner::before {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  .service-banner .service-title {
    font-size: 22px;
    line-height: 26px;
  }
  .service-subtitle {
    font-size: 14px !important;
    line-height: 18px;
  }
  .service-banner .service-feature.service-features-listing {
    width: 92%;
  }
}
.space50 {
  padding: 50px 0;
}

.space100 {
  padding: 100px 0;
}

.align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

svg .a {
  opacity: 1;
}

.a {
  opacity: 1;
}

.title-head:after {
  display: none;
}
.title-head:before {
  display: none;
}

.bg-gray {
  background: #F5F5F5 !important;
}

.essay-typer-solution {
  border-bottom: 5px solid #f5f5f5;
}

.eng {
  position: absolute !important;
  left: 20% !important;
  width: 15% !important;
}

.essay-types-form .upload-box {
  height: 50px !important;
  border-radius: 5px !important;
}

.paraphrase-benefits .benefit-list .benefit-box svg path {
  fill: #c23571;
}

.time svg path {
  fill: #c23571;
}

.paraphras-process .flex-wrpr .title-head:after, .paraphras-process .flex-wrpr .title-head::before {
  display: none;
}

.error-show, .error-msg {
  font-size: 13px;
  line-height: 15px;
  color: #c80013;
  position: absolute;
}

.error-msg {
  bottom: auto;
  display: block;
}

.error {
  text-align: left;
}

.title-head {
  font-size: 32px;
  line-height: 43px;
  color: #1d1d1d;
  font-family: poppinssemibold;
  text-align: center;
  margin: 0 auto 30px;
}

.get-result-btn {
  font-size: 20px;
  line-height: 26px;
  font-family: poppinssemibold;
  padding: 10px 66px;
  color: #fff;
  background: #c23571;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.common-text {
  font-size: 14px;
  line-height: 20px;
  font-family: poppinsregular;
  color: #616161;
}

.paraphrase-banner {
  padding: 50px 0 230px;
  background: linear-gradient(92.12deg, #A21D55 0%, rgba(191, 57, 114, 0.95) 21.35%, #DA548D 49.76%, rgba(217, 78, 136, 0.95) 65.47%, #CB407B 77.89%, #A11D55 100%);
}
.paraphrase-banner .paraphrase-header {
  text-align: center;
  margin: 0 auto 17px;
}
.paraphrase-banner .paraphrase-header .main-title {
  font-size: 36px;
  line-height: 48px;
  font-family: poppinssemibold;
  margin-bottom: 10px;
}
.paraphrase-banner .paraphrase-header .head-text {
  font-size: 18px;
  line-height: 24px;
}
.paraphrase-banner .paraphrase-header .main-title,
.paraphrase-banner .paraphrase-header .head-text {
  color: #fff;
}
.paraphrase-banner .content .read-more {
  display: none;
}

.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: poppinssemibold;
  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 #c23571;
  background-color: #c23571;
  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: poppinsmedium;
  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: poppinssemibold;
  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;
}
.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 {
  height: 90px;
  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: #c23571;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 20px;
  font-family: poppinsmedium;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.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: 60%;
  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: poppinsmedium;
  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: poppinsmedium;
  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: #c23571;
}
.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: poppinsmedium;
  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;
  border: 1px solid #D8D8D8;
}
.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 {
  height: 48px;
  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: #c23571;
  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: 53px 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;
}
.essay-tool-section .error-show {
  display: block;
  bottom: auto;
}

.why-choose-us-section .title-head {
  padding: 0 0 5px;
  margin: 0;
}
.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: #FFF2F7;
  -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: poppinssemibold;
  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 #c23571;
  background: #FFFFFF;
  border-radius: 10px;
  width: 48%;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature svg {
  margin: 0 0 5px 0;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature svg path {
  fill: #c23571;
}
.why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
  font-size: 15px;
  line-height: 20px;
  color: #616161;
  padding: 0 18px;
}
.why-choose-us-section .box-row .right-box {
  width: 66%;
}
.why-choose-us-section .box-row .right-box .writer-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-choose-us-section .box-row .right-box .writer-box .circle {
  background: #FFF2F7;
  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: #c23571;
}
.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: poppinssemibold;
  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: #c23571;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  border-radius: 3px;
  padding: 5px 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.why-choose-us-section .box-row .right-box .writer-box .writer-btn.editor-btn {
  background: #fff;
  color: #c23571;
  border: 1px solid #c23571;
}
.why-choose-us-section .box-row .right-box .writer-box:nth-child(1) {
  margin: 0 0 18px 0;
}

.plag-why-choose .title-head {
  font-family: poppinsbold;
}
.plag-why-choose .title-head .gradient-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.49%, #FFBE00), color-stop(82.63%, #ED448B));
  background: linear-gradient(180deg, #FFBE00 16.49%, #ED448B 82.63%);
  -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.12deg, #A21D55 0%, rgba(191, 57, 114, 0.95) 21.35%, #DA548D 49.76%, rgba(217, 78, 136, 0.95) 65.47%, #CB407B 77.89%, #A11D55 100%);
}
.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: #c23571;
}
.plag-why-choose .box-row .right-box .writer-box .circle svg path {
  fill: #c23571;
}

.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);
}
.writer-popup .fancybox-close-small {
  right: -34px;
  top: -8px;
}

.essay_writing_scrollable_section {
  background: #f5f5f5;
  border-top: 5px solid #f5f5f5;
}
.essay_writing_scrollable_section .title {
  color: #1d1d1d;
  font-size: 28px;
  line-height: 32px;
  font-family: poppinsmedium;
  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: #fff;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area {
  height: 456px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 34px 0 0;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right {
  width: 48%;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .heading,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .heading {
  color: #2A2A2A;
  font-family: poppinssemibold;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 15px;
  margin: 0 0 24px;
  border-bottom: 1px solid #D8D8D8;
  text-align: left;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .heading::after,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .heading::after {
  display: none;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left p,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left h4,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right p,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right h4 {
  color: #2A2A2A;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 20px;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left p:last-child,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left h4:last-child,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right p:last-child,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right h4:last-child {
  margin: 0;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left p a,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left h4 a,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right p a,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right h4 a {
  color: #C23571;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left p a:hover,
.essay_writing_scrollable_section .content_navigatation_area .content_area .left h4 a:hover,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right p a:hover,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right h4 a:hover {
  color: #e65a96;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left ul,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right ul {
  margin: 0 0 20px;
  list-style: disc;
  list-style-position: inside;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area .left .bold_title,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .bold_title {
  font-family: poppinssemibold;
  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 .left a,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right .anchor-style,
.essay_writing_scrollable_section .content_navigatation_area .content_area .right a {
  color: #c23571;
  font-family: poppinsmedium;
}
.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: #c23571;
  color: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 18px;
  font-family: poppinsmedium;
  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: #f5f5f5;
  border-radius: 10px;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 4px solid #f5f5f5;
  background: #c23571;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}
.essay_writing_scrollable_section .content_navigatation_area .content_area.white-scroll::-webkit-scrollbar {
  background: #fff;
}

.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: #c23571;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.paraphrasing_form {
  position: relative;
  background: #fff;
  margin: -225px auto 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 30px;
  display: block;
  width: 50%;
}
.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: #C23571;
  color: #fff;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
  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: poppinssemibold;
  color: #fff;
  text-align: center;
}
.paraphrasing_form .progress-bar-div .text {
  font-family: poppinssemibold;
  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 {
  margin: 0 0 5px;
  position: relative;
  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;
}
.paraphrasing_form .web-select-mode li {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-family: poppinsregular;
  color: #434343;
  border-right: 1px solid #d8d8d8;
  padding: 0 8px;
  position: relative;
}
.paraphrasing_form .web-select-mode li:first-child {
  border: none;
  color: #2a2a2a;
  padding: 0;
}
.paraphrasing_form .web-select-mode li:last-child {
  border: none;
}
.paraphrasing_form .web-select-mode li.mode-active {
  color: #c23571;
}
.paraphrasing_form .web-select-mode li.mode-disable {
  color: #707070;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.paraphrasing_form .web-select-mode li.mode-disable .mode-disable-box {
  background: #434343;
  color: #fff;
  display: none;
  width: 200px;
  position: absolute;
  padding: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 13px;
  line-height: 18px;
  font-family: poppinsregular;
  border-radius: 3px;
  text-align: center;
  z-index: 1;
}
.paraphrasing_form .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;
  font-family: poppinssemibold;
}
.paraphrasing_form .web-select-mode li.mode-disable:hover {
  color: #434343;
}
.paraphrasing_form .web-select-mode li.mode-disable:hover .mode-disable-box {
  display: block;
}
.paraphrasing_form .language-select-mode {
  position: relative;
}
.paraphrasing_form .language-select-mode select {
  padding: 6px 30px 6px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  cursor: pointer;
  font-family: poppinsregular;
}
.paraphrasing_form .time-limit {
  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;
  background: #eefff7;
  border: 1px solid #c1e5c7;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
  font-family: poppinssemibold;
  color: #616161;
  padding: 10px 20px;
  margin: 0 0 15px;
}
.paraphrasing_form .time-limit .title {
  color: #2a2a2a;
  font-family: poppinssemibold;
}
.paraphrasing_form .time-limit .time {
  background: url(../images/clock-tool.svg) no-repeat;
  background-size: 18px;
  background-position: left;
  color: #c23571;
  font-family: poppinssemibold;
  padding: 0 0 0 25px;
  font-style: inherit;
  margin: 0 0 0 5px;
}
.paraphrasing_form .time-limit .time svg {
  vertical-align: bottom;
  padding: 0 5px 0 0;
}
.paraphrasing_form .hour-end {
  color: #c23571;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
.paraphrasing_form .hour-end:hover {
  color: #c75a89;
}
.paraphrasing_form .jFiler-item-info.pull-left {
  float: none;
  width: 100%;
  position: relative;
  margin: 0 10px 0px;
  -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 .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 .jFiler-item-info.pull-left .jFiler-item-others {
  font-size: 12px;
  color: #7a7a7a;
  display: inline-block;
}
.paraphrasing_form .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 .file_upload {
  display: inline-block;
  cursor: pointer;
  color: #5a5a5a;
  font-family: poppinssemibold;
  width: auto;
}
.paraphrasing_form .file_upload .jFiler-input-button {
  display: none;
}
.paraphrasing_form .file_upload .jFiler-input-caption span {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 16px;
}
.paraphrasing_form .file_upload .jFiler-input-caption span::after {
  background: url(../images/file-upload.svg) no-repeat;
  margin: 0 0 0 10px;
  content: "";
  width: 27px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.paraphrasing_form .file_upload input {
  opacity: 0;
  height: 42px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.paraphrasing_form .upload-box {
  background: #f7f7f7;
  border: 1px dashed #d4d4d4;
  border-radius: 10px;
  height: 345px;
  padding: 25px 15px;
  resize: none;
  font-size: 15px;
  line-height: 22px;
  font-family: poppinsregular;
  display: block;
}
.paraphrasing_form .upload-box::-webkit-scrollbar-thumb {
  background: #c23571;
}
.paraphrasing_form .upload-box::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.paraphrasing_form .upload-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.paraphrasing_form .total-word-count {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #C80013;
}
.paraphrasing_form .upload-file {
  cursor: pointer;
  color: #5a5a5a;
  font-size: 16px;
  font-family: poppinssemibold;
}
.paraphrasing_form .upload-file svg {
  vertical-align: sub;
  margin: 0 0 0 8px;
}
.paraphrasing_form .upload-file svg .a {
  fill: #000;
}
.paraphrasing_form select {
  width: auto;
  padding: 4px 20px 4px 4px;
  background: #fff url(../images/dropdown-arrow.svg) no-repeat center right 5px;
  background-size: 10px;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 16px;
  height: auto;
}
.paraphrasing_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: 15px 0 0;
}
.paraphrasing_form .bottm-btn .grammer-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paraphrasing_form .bottm-btn .grammer-input .select-field {
  display: inline-block;
  width: auto;
  margin: 0 0 0 20px;
}
.paraphrasing_form .get-result-btn {
  font-size: 20px;
  line-height: 26px;
  font-family: poppinsregular;
  padding: 10px 66px;
  color: #fff;
  background: #c23571;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .paraphrasing_form .get-result-btn:hover {
    background: #a72a5f;
  }
}

.paraphrasing_form_captcha {
  margin: -225px auto 40px;
}
.paraphrasing_form_captcha .bottm-btn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paraphrasing_form_captcha .bottm-btn .rank {
  display: inline-block;
}
.paraphrasing_form_captcha .get-result {
  float: right;
  width: 35%;
  position: relative;
  text-align: right;
}
.paraphrasing_form_captcha .captcha_box {
  position: relative;
  margin: 0 0 20px;
}
.paraphrasing_form_captcha .captcha_box .security_code {
  background-color: #fff;
  line-height: normal;
  position: relative;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #1d1d1d;
}
.paraphrasing_form_captcha .captcha_box .security_code::-webkit-input-placeholder {
  color: #616161;
}
.paraphrasing_form_captcha .captcha_box .security_code::-moz-placeholder {
  color: #616161;
}
.paraphrasing_form_captcha .captcha_box .security_code:-ms-input-placeholder {
  color: #616161;
}
.paraphrasing_form_captcha .captcha_box .security_code::-ms-input-placeholder {
  color: #616161;
}
.paraphrasing_form_captcha .captcha_box .security_code::placeholder {
  color: #616161;
}
.paraphrasing_form_captcha .captcha_box .c_code {
  position: absolute;
  right: 15px;
  top: 10px;
}
.paraphrasing_form_captcha .captcha_box .c_code img {
  display: block;
}
.paraphrasing_form_captcha .captcha_box .refresh {
  position: absolute;
  right: 80px;
  top: 10px;
}
.paraphrasing_form_captcha .captcha-error {
  position: absolute;
  top: 42px;
  left: 0;
  font-size: 12px;
}
.paraphrasing_form_captcha .jFiler-item-info.pull-left {
  margin: 0 10px 0 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: poppinsregular;
  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 .textarea-box {
  position: relative;
}
.plag-checker-form .textarea-box .upload-msg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f7f7f7;
  border-radius: 10px;
}
.plag-checker-form .textarea-box .upload-msg .text {
  font-size: 14px;
  line-height: 16px;
  font-family: poppinsregular;
  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;
}
.plag-checker-form .top-strip {
  background: -webkit-gradient(linear, left top, right top, color-stop(17.46%, #A31F57), color-stop(38.17%, #B82C68), color-stop(54.03%, #BC346D), color-stop(71.85%, #CC437D), color-stop(88.74%, #D34F87));
  background: linear-gradient(90deg, #A31F57 17.46%, #B82C68 38.17%, #BC346D 54.03%, #CC437D 71.85%, #D34F87 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;
}
.plag-checker-form .top-strip .strip-img {
  top: -19px;
  left: -12px;
  position: absolute;
  background: transparent;
  margin: 0;
  -webkit-box-shadow: 0px 5px 23.8px 0px rgba(237, 68, 139, 0.5019607843);
          box-shadow: 0px 5px 23.8px 0px rgba(237, 68, 139, 0.5019607843);
  border-radius: 15px;
}
.plag-checker-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: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  padding-left: 150px;
}
.plag-checker-form .top-strip .list .list-item {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-family: poppinsregular;
  color: #fff;
}
.plag-checker-form .top-strip .list .list-item img,
.plag-checker-form .top-strip .list .list-item svg {
  margin-right: 10px;
  vertical-align: bottom;
}
.plag-checker-form .top-strip .btn-bg {
  background: #B82C68;
  padding: 1px;
  border-radius: 6px;
}
.plag-checker-form .top-strip .pro-btn {
  color: #2A2A2A;
  font-size: 16px;
  line-height: 20px;
  font-family: poppinsmedium;
  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;
}
.plag-checker-form .top-strip .pro-btn:hover {
  background: #f7f7f7;
}
.plag-checker-form .top-strip .pro-btn svg {
  vertical-align: initial;
}
.plag-checker-form .top-strip.unlock {
  padding: 14px 40px 14px 18px;
}
.plag-checker-form .top-strip.unlock .list {
  padding-left: 200px;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}
.plag-checker-form .top-strip.unlock .list .list-item img,
.plag-checker-form .top-strip.unlock .list .list-item svg {
  vertical-align: bottom;
}
.plag-checker-form .expert-strip,
.plag-checker-form .mode-box,
.plag-checker-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;
}
.plag-checker-form .expert-strip {
  position: relative;
  padding: 4px 20px;
  background: #EEFFF7;
  border: 1px solid #c1e5c7;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}
.plag-checker-form .expert-strip .girl-img {
  position: absolute;
  left: 18px;
  bottom: 0;
}
.plag-checker-form .expert-strip .text {
  padding-left: 45px;
}
.plag-checker-form .expert-strip .text .color-text {
  font-size: 18px;
  color: #FF7020;
  font-family: poppinssemibold;
}
.plag-checker-form .expert-strip .get-in-touch {
  border: 1px solid #FFBE00;
  background: #FFBE00;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: poppinsregular;
  color: #2A2A2A;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.plag-checker-form .expert-strip .get-in-touch:hover {
  background: #fdca38;
}
.plag-checker-form .bottom-text {
  margin-top: 5px;
}
.plag-checker-form .mode-box,
.plag-checker-form .bottom-text {
  font-family: poppinsregular;
}
.plag-checker-form .mode-box .clear-btn,
.plag-checker-form .mode-box .mode-text,
.plag-checker-form .mode-box .ratings,
.plag-checker-form .bottom-text .clear-btn,
.plag-checker-form .bottom-text .mode-text,
.plag-checker-form .bottom-text .ratings {
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
}
.plag-checker-form .mode-box {
  margin-bottom: 5px;
}
.plag-checker-form .mode-box .mode-text {
  background: #ed448b;
  border-radius: 17px;
  padding: 2px 10px 2px 3px;
  color: #ffffff;
}
.plag-checker-form .mode-box .text {
  background: #ffffff;
  color: #2A2A2A;
  border-radius: 11px;
  padding: 3px 7px;
  display: inline-block;
  margin-right: 5px;
}
.plag-checker-form .mode-box .text .type {
  color: #F7504D;
  font-family: poppinsmedium;
}
.plag-checker-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;
}
.plag-checker-form .mode-box .delete-icon svg {
  display: block;
}
.plag-checker-form .bottom-text .count {
  color: #C80013;
}
.plag-checker-form .bottom-text .ratings {
  font-family: poppinsmedium;
}
.plag-checker-form .bottom-text .rate-star {
  margin: 0 7px;
}
.plag-checker-form .rank {
  font-size: 14px;
  line-height: 20px;
  font-family: poppinsregular;
  color: #C23571;
  display: none;
}
.plag-checker-form .rank svg {
  vertical-align: middle;
}
.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: poppinsregular;
  color: #c23571;
  border: 1px dashed #c23571;
  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 {
  position: absolute;
  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: 14px;
  font-family: poppinsregular;
  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 {
  background: #FFBE00;
  font-family: poppinsmedium;
  color: #1D1D1D;
  padding: 10px 17px;
  -webkit-box-shadow: 1px 2px 11px 0px rgba(255, 190, 0, 0.4);
          box-shadow: 1px 2px 11px 0px rgba(255, 190, 0, 0.4);
  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: #fdca38 !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, .plag-checker-form .small-icon svg {
  display: block;
}
.plag-checker-form .captcha-div {
  width: 30%;
}
.plag-checker-form .captcha-div input {
  padding: 11px;
}
.plag-checker-form .box {
  margin-bottom: 0;
}

.loading-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.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;
  width: 5%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 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;
  padding: 40px 0;
  width: 78%;
  margin: 0 auto;
  position: relative;
}
.paraphras-process .flex-wrpr:before, .paraphras-process .flex-wrpr:after {
  content: "";
  left: 90px;
  position: absolute;
  z-index: -1;
}
.paraphras-process .flex-wrpr:before {
  background: url(../images/line-dashed.svg) no-repeat;
  width: 412px;
  height: 247px;
  top: -70px;
  background-size: 400px;
}
.paraphras-process .flex-wrpr:after {
  background: url(../images/line-revert.svg) no-repeat;
  width: 412px;
  height: 247px;
  bottom: -54px;
  background-size: 400px;
}
.paraphras-process .flex-wrpr .title-head {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  margin: 0 12px 0 0;
}
.paraphras-process .flex-wrpr .process-wrpr {
  width: 100%;
  position: relative;
  margin: 0 18px 0 0;
}
.paraphras-process .flex-wrpr .process-wrpr img {
  z-index: -1;
  width: auto;
  height: auto;
}
.paraphras-process .flex-wrpr .process-wrpr .mobile-gif {
  display: none;
  text-align: center;
  margin: 12px 0 0;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-content {
  display: none;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-content:target {
  display: block;
}
.paraphras-process .flex-wrpr .process-wrpr .slider-text {
  text-align: center;
  font-family: poppinssemibold;
  font-size: 16px;
  line-height: 21px;
  margin: 35px auto 0;
}
.paraphras-process .flex-wrpr .process-wrpr figure {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: #fff5fd;
  border-radius: 100%;
  position: relative;
}
.paraphras-process .flex-wrpr .process-wrpr figure img {
  max-width: 55px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
  z-index: 1;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots {
  position: relative;
  margin: 0 0 20px;
  background: url(../images/circle-path.svg) no-repeat;
  width: 100%;
  height: 34px;
  display: block;
  background-position: center;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots .tab-list {
  height: 35px;
  width: 35px;
  background: #fff5fd;
  position: absolute;
  border-radius: 50%;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots .tab-list a {
  color: #c23571;
  font-size: 18px;
  line-height: 32px;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots .tab-list:first-of-type {
  top: -55%;
  left: 18%;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(2) {
  top: 35%;
  left: 43%;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots .tab-list:last-child {
  top: -55%;
  right: 19%;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots .tab-list.list-active {
  background: #c23571;
}
.paraphras-process .flex-wrpr .process-wrpr .tab-dots .tab-list.list-active a {
  color: #fff;
}
.paraphras-process .flex-wrpr .process-content {
  width: 100%;
}
.paraphras-process .flex-wrpr .process-content .dsktop-slider {
  font-size: 16px;
  line-height: 21px;
  font-family: poppinssemibold;
  color: #1d1d1d;
}
.paraphras-process .flex-wrpr .process-content .dsktop-slider .common-text {
  padding: 7px 20px 0px 0px;
}
.paraphras-process .flex-wrpr .process-content .dsktop-slider:first-child {
  margin: 0 0 40px -50px;
}
.paraphras-process .flex-wrpr .process-content .dsktop-slider:nth-child(2) {
  margin: 0px 0 40px -7px;
}
.paraphras-process .flex-wrpr .process-content .dsktop-slider:last-child {
  margin: 0px 0 0px -37px;
}
.paraphras-process.ai-essay-process .flex-wrpr::before {
  top: -100px;
}
.paraphras-process.ai-essay-process .flex-wrpr::after {
  bottom: -110px;
}

.paraphras-feature {
  background: #f5f5f5 url(../images/feature-bg.jpg) no-repeat;
  background-size: cover;
}
.paraphras-feature .feature-list {
  background: #fff;
  border-radius: 6px;
  width: 940px;
  margin: 0 auto 25px;
  -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 .feature-heading {
  background: #535353;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: poppinssemibold;
  padding: 18px 20px;
  text-align: center;
  border-right: 1px solid #d8d8d8;
}
.paraphras-feature .feature-list .feature-heading:first-child {
  border-radius: 6px 0 0 0;
  text-align: left;
  vertical-align: middle;
}
.paraphras-feature .feature-list .feature-heading:nth-child(3) {
  border-radius: 0 6px 0 0px;
  border-right: 0;
}
.paraphras-feature .feature-list .feature-text {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  line-height: 20px;
  color: #616161;
  border-right: 1px solid #d8d8d8;
}
.paraphras-feature .feature-list .feature-text:last-child {
  border-right: 0;
}
.paraphras-feature .feature-list .feature-text svg {
  display: block;
  margin: 0 auto;
}
.paraphras-feature .discount-off {
  width: 75%;
  margin: 0 auto;
  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;
  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 svg {
  margin: 5px 11px 0 0;
  float: left;
}
.paraphras-feature .discount-off svg .a {
  opacity: 0.6;
}
.paraphras-feature .discount-off svg .b {
  fill: #c23571;
  opacity: 0.76;
  stroke: none;
}
.paraphras-feature .discount-off svg .c {
  fill: #535353;
  stroke: none;
}
.paraphras-feature .discount-off strong {
  color: #000;
}
.paraphras-feature .discount-off .discount {
  color: #c23571;
  font-family: poppinssemibold;
}
.paraphras-feature .discount-off .offer-btn {
  background: #c23571;
  color: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 18px;
  font-family: poppinssemibold;
  cursor: pointer;
}
.paraphras-feature .discount-off .offer-btn:hover {
  background: #e383ac;
}
.paraphras-feature .discount-off .discount-off-left-side {
  width: 55%;
}
.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: #FFF4F9;
}

.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: 48px;
  overflow: hidden;
}
.plag-feature .content .read-more {
  font-size: 14px;
  line-height: 20px;
  font-family: poppinsregular;
  color: #c23571;
  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: poppinsmedium;
  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: #DE5C93;
  -webkit-box-shadow: 0px 0px 13.69px 0.4px rgba(194, 53, 113, 0.5490196078);
          box-shadow: 0px 0px 13.69px 0.4px rgba(194, 53, 113, 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, from(#C23571), to(#A5255B));
  background: linear-gradient(180deg, #C23571 0%, #A5255B 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: #FFF8FB;
  border: 1px solid #DE5C93;
  border-radius: 10px;
}
.plag-feature .discount-off {
  width: 50%;
  margin: 25px auto 0;
}
.plag-feature .discount-off .discount-img {
  background: url("../images/discount-off-new.svg") no-repeat;
  width: 42px;
  height: 43px;
  background-size: 42px;
}
.plag-feature .discount-off svg {
  float: unset;
}

.paraphrase-benefits {
  position: relative;
  text-align: center;
}
.paraphrase-benefits:after {
  content: "";
  height: 30%;
  background: #FFF5F9;
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 140px;
}
.paraphrase-benefits .sub-head {
  margin-bottom: 10px;
}
.paraphrase-benefits .sub-head a {
  color: #c23571;
}
.paraphrase-benefits .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paraphrase-benefits .benefit-list .a {
  stroke: none !important;
  fill: #c23571;
}
.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: poppinssemibold;
  color: #1d1d1d;
  padding: 20px 0 5px;
  display: block;
}
.paraphrase-benefits .get-result-btn {
  margin: 90px 0 0;
}
.paraphrase-benefits.essay-typer-benefit .benefit-list .benefit-box {
  width: 25%;
}

.plag-benefits::after {
  display: none;
}
.plag-benefits .content {
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  text-align: left;
}
.plag-benefits .content .read-more {
  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: #FFF2F9;
}
.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: #C23571;
  color: #fff;
  margin: 50px auto 0;
}

.video-block {
  border-top: 3px solid #fef7fe;
  position: relative;
}
.video-block .about-video {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.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, #fcd5fc;
  background-size: 11px 11px;
  z-index: -1;
}
.video-block .about-video img {
  width: auto;
  height: 100%;
}
.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;
}

.solution-block .middle-img {
  margin: 0;
  width: 44%;
}
.solution-block .imp-of-paraphrase {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.solution-block .imp-of-paraphrase article {
  width: 47%;
}
.solution-block .imp-of-paraphrase figure {
  margin: 0 auto;
}
.solution-block .imp-of-paraphrase .common-text {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-block .imp-of-paraphrase .colrbox .common-text:not(:last-child) {
  margin: 0;
}
.solution-block .imp-of-paraphrase .colrbox .common-text strong {
  color: #b80909;
}
.solution-block .imp-of-paraphrase .colrbox .common-text:last-child strong {
  color: #38af4d;
}
.solution-block .imp-of-paraphrase .heading-text {
  font-size: 16px;
  line-height: 20px;
  font-family: poppinssemibold;
  color: #2a2a2a;
  margin: 0 0 15px;
}
.solution-block .imp-of-paraphrase .essay-typer-list .common-text {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.solution-block .imp-of-paraphrase .essay-typer-list .common-text::before {
  position: absolute;
  left: 10px;
}
.solution-block .imp-of-paraphrase .list {
  width: 50%;
}
.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 .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;
}

.paraphras-experts {
  background: #f5f5f5;
}
.paraphras-experts .container {
  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;
}
.paraphras-experts .experts-list {
  width: 50%;
}
.paraphras-experts .experts-list li {
  width: 37%;
  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;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
.paraphras-experts .experts-list li:nth-child(2n) {
  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;
  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: poppinssemibold;
  color: #2d2d2d;
}
.paraphras-experts .experts-list li .exp-degree {
  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;
}
.paraphras-experts .experts-list li .exp-details .exp-order,
.paraphras-experts .experts-list li .exp-details .exp-rating {
  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: poppinssemibold;
}
.paraphras-experts .experts-list li .exp-details .exp-order .total-order,
.paraphras-experts .experts-list li .exp-details .exp-rating .total-order {
  color: #c23571;
}
.paraphras-experts .experts-list li .exp-details .exp-order .rating-value,
.paraphras-experts .experts-list li .exp-details .exp-rating .rating-value {
  color: #054a95;
}
.paraphras-experts .experts-list li:hover .hover-detail {
  opacity: 1;
  visibility: visible;
}
.paraphras-experts .experts-list .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: #c23571;
  cursor: pointer;
  border-radius: 5px;
  visibility: hidden;
}
.paraphras-experts .experts-list .hover-detail .head {
  background: #fff;
  padding: 12px 10px;
  border-radius: 5px 5px 0 0;
}
.paraphras-experts .experts-list .hover-detail .viewprofile,
.paraphras-experts .experts-list .hover-detail .hire {
  background: #fff;
  display: block;
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 18px;
  font-family: poppinssemibold;
  width: 62%;
  cursor: pointer;
}
.paraphras-experts .experts-list .hover-detail .viewprofile svg,
.paraphras-experts .experts-list .hover-detail .hire svg {
  margin: 0 8px 0 0;
}
.paraphras-experts .experts-list .hover-detail .viewprofile {
  margin: 50px auto 15px;
  color: #c23571;
}
.paraphras-experts .experts-list .hover-detail .viewprofile svg circle,
.paraphras-experts .experts-list .hover-detail .viewprofile svg path {
  fill: #c23571;
}
.paraphras-experts .experts-list .hover-detail .hire {
  margin: 0 auto;
  color: #054a95;
}
.paraphras-experts .experts-list .hover-detail .hire svg circle,
.paraphras-experts .experts-list .hover-detail .hire svg path {
  fill: #054a95;
}
.paraphras-experts .hire-text {
  width: 48%;
}
.paraphras-experts .hire-text .title-head {
  text-align: left;
}
.paraphras-experts .hire-text .hire-head {
  color: #c23571;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 10px;
  font-family: poppinssemibold;
}
.paraphras-experts .hire-text .common-text {
  padding: 0 0 25px;
}
.paraphras-experts .hire-text .common-text span {
  margin: 10px 0 0;
  display: block;
}
.paraphras-experts .hire-text .hire-price {
  font-family: poppinssemibold;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 20px;
}
.paraphras-experts .hire-text .price {
  font-size: 50px;
  line-height: 52px;
  color: #2a2a2a;
  font-family: poppinssemibold;
}
.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 .get-result-btn {
  vertical-align: top;
  margin: 5px 0 0 50px;
  padding: 6px 20px;
}

.who_can_choose_essay_typer {
  background: #fff5f9;
  text-align: center;
}
.who_can_choose_essay_typer .title-head {
  margin: 0;
}
.who_can_choose_essay_typer .sub-title {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  margin: 6px auto 35px;
  padding: 0 345px;
}
.who_can_choose_essay_typer .box_list .box {
  border-radius: 5px;
  background: #fff;
  margin: 0 30px 0 0;
  padding: 20px 10px;
  width: 32%;
}
.who_can_choose_essay_typer .box_list .box svg path {
  fill: #c23571;
  stroke: none;
}
.who_can_choose_essay_typer .box_list .box .box_heading {
  color: #1d1d1d;
  font-family: poppinssemibold;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0 5px;
  display: block;
}
.who_can_choose_essay_typer .box_list .box:last-child {
  margin: 0;
}
.who_can_choose_essay_typer .box_list .box a {
  color: #c23571;
  font-family: poppinsmedium;
}

.why_choose_iah {
  text-align: center;
}
.why_choose_iah .title-head {
  font-size: 30px;
  line-height: 36px;
}
.why_choose_iah .title-head:after, .why_choose_iah .title-head::before {
  display: block;
}
.why_choose_iah .title-head .sub-title {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-family: poppinsregular;
}
.why_choose_iah .benefits_content {
  margin: 0 0 13px;
}
.why_choose_iah .benefits_content .left_list {
  width: 50%;
}
.why_choose_iah .benefits_content .left_list .box {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 15px;
  color: #212529;
  margin: 0 0 17px;
  text-align: left;
}
.why_choose_iah .benefits_content .left_list .box .svg_img {
  margin: 0 16px 0 0;
}
.why_choose_iah .benefits_content .left_list .box .box_content .box_title {
  font-family: poppinssemibold;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
}
.why_choose_iah .benefits_content .left_list .box .box_content .box_subtitle {
  font-size: 14px;
  line-height: 20px;
}
.why_choose_iah .benefits_content .why_choose_img {
  width: 45%;
}
.why_choose_iah .hire_expert_now {
  background: #FFBE00;
  color: #1D1D1D;
  font-size: 20px;
  line-height: 25px;
  border-radius: 3px;
  padding: 9px 26px;
  font-family: poppinssemibold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.custom_essay_writing_strip {
  background: #fff;
  padding: 10px;
  margin: 40px 198px 0;
  border-radius: 15px;
}
.custom_essay_writing_strip .box {
  border: 1px dashed #C23572;
  padding: 35px 26px;
  border-radius: 15px;
  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;
}
.custom_essay_writing_strip .box .left_side {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom_essay_writing_strip .box .essay_writing_img {
  margin: 0 20px 0 0;
  height: 54px;
  width: 54px;
}
.custom_essay_writing_strip .box .strip_content {
  text-align: left;
  font-family: poppinssemibold;
}
.custom_essay_writing_strip .box .strip_content .title {
  color: #141414;
  font-size: 19px;
  line-height: 20px;
  margin: 0 0 5px;
}
.custom_essay_writing_strip .box .strip_content .sub_title {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
}
.custom_essay_writing_strip .box .custom_essay_btn {
  width: 30%;
  background-color: #F3D7E3;
  color: #c23572;
  padding: 19px;
  float: right;
  font-size: 15px;
  line-height: 18px;
  font-family: poppinssemibold;
  border-radius: 12px;
}

.free-tool .container {
  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;
}
.free-tool .get-result-btn {
  padding: 9px 7px;
  margin: 30px 0;
}
.free-tool article {
  width: 40%;
}
.free-tool article .title-head {
  text-align: left;
  margin: 0 0 15px 0;
}
.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;
  width: 40%;
}
.free-tool .tool-links {
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  color: #c23571;
  padding: 25px 15px;
  margin: 0 20px 20px 0;
  width: 42%;
  text-align: center;
  font-family: poppinssemibold;
}
.free-tool .tool-links svg {
  display: block;
  margin: 0 auto 8px;
}
.free-tool .tool-links svg .a {
  opacity: 0.6;
}
.free-tool .tool-links svg .b,
.free-tool .tool-links svg .e {
  fill: rgba(0, 0, 0, 0);
}
.free-tool .tool-links svg .b,
.free-tool .tool-links svg .d {
  stroke: #000;
}
.free-tool .tool-links svg .b,
.free-tool .tool-links svg .c,
.free-tool .tool-links svg .d,
.free-tool .tool-links svg .e {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.free-tool .tool-links svg .c,
.free-tool .tool-links svg .d {
  fill: none;
}
.free-tool .tool-links svg .c,
.free-tool .tool-links svg .e {
  stroke: #153d72;
}
.free-tool .tool-links:hover svg {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.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;
  width: unset;
}
.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;
  width: 25%;
}
.plag-free-tool .free-tool-list .tool-links .img-div {
  width: 187px;
  height: 187px;
  max-width: unset;
  margin: 0 auto 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: poppinsmedium;
  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: poppinsregular;
}
.plag-free-tool .free-tool-list .tool-links .check-now {
  color: #c23571;
  display: block;
}

.essay_typer_free_tool article {
  width: 60% !important;
}

.ai-essay-reviews .title-head span {
  color: #C83976;
}
.ai-essay-reviews .reviews-row .box {
  padding: 17px;
  border-radius: 22px;
  background: -webkit-gradient(linear, right top, left top, from(#D4528A), to(#BB2162));
  background: linear-gradient(270deg, #D4528A 0%, #BB2162 100%);
  position: relative;
  margin: 0 16px;
}
.ai-essay-reviews .reviews-row .box .great-service {
  color: #FFF;
  font-family: poppinssemibold;
  font-size: 16px;
  line-height: 21px;
}
.ai-essay-reviews .reviews-row .box .assignment-detail {
  display: none;
  color: #F6F6F6;
  font-family: poppinssemibold;
  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: poppinssemibold;
  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 {
  top: 45%;
}
.ai-essay-reviews .reviews-row .slick-prev {
  left: -2%;
}
.ai-essay-reviews .reviews-row .slick-next {
  right: -2%;
}

.faq-block {
  background: #f5f5f5;
}
.faq-block .faq-flex {
  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;
}
.faq-block .faq-list {
  width: 48%;
}
.faq-block .faq-list li {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  margin: 0 40px 15px 0;
}
.faq-block .faq-list .faq-head {
  padding: 12px 32px 12px 14px;
  font-size: 15px;
  line-height: 18px;
  font-family: poppinsregular;
  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-list .faq-head.active {
  background: #fcf4fc;
}
.faq-block .faq-list .faq-head.active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq-block .faq-list .faq-head:after {
  content: "";
  background: #fff;
  border-bottom: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq-block .faq-list .faq-detail {
  padding: 15px;
  display: none;
  line-height: 18px;
}
.faq-block .faq-list .faq-detail ul {
  padding: 0 0 0 20px;
}
.faq-block .faq-list .faq-detail li {
  border: 0;
  margin: 0;
  list-style: disc;
}

.recent-blog ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recent-blog .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 .blog-card .blog-txt {
  padding: 15px;
}
.recent-blog .blog-card .blog-txt:hover a {
  color: #C23571;
}
.recent-blog .blog-card img {
  border-radius: 3px 3px 0 0;
}
.recent-blog .title-subhead {
  font-size: 16px;
  line-height: 21px;
  font-family: poppinssemibold;
  margin: 0 0 12px;
  color: #2a2a2a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  max-height: 3rem;
}
.recent-blog .title-text {
  color: #616161;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 15px;
  overflow: auto;
  height: 63px;
}
.recent-blog .title-text::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.recent-blog .read-more {
  color: #c23571;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  position: relative;
}
.recent-blog .read-more::after {
  display: inline-block;
  content: "";
  background: url(../images/right-arrow-purple.svg) no-repeat;
  width: 17px;
  height: 11px;
  position: relative;
  left: 4px;
}

.plagiarism-solution-block .heading-text {
  margin: 0 0 10px;
}

.plagrisim-list .get-result-btn {
  padding: 9px 10px;
  margin: 30px 0 0 0;
}
.plagrisim-list .common-text {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
.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;
}

.plagrisim-process .flex-wrpr .title-head:before,
.grammar-checker .flex-wrpr .title-head:before {
  bottom: 79px;
  width: 400px;
  background-size: 390px;
  z-index: -1;
  height: 248px;
}
.plagrisim-process .flex-wrpr .title-head:after,
.grammar-checker .flex-wrpr .title-head:after {
  height: 240px;
  width: 400px;
  background-size: 390px;
  z-index: -1;
}
.plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(2), .plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(3),
.grammar-checker .flex-wrpr .process-content .dsktop-slider:nth-child(2),
.grammar-checker .flex-wrpr .process-content .dsktop-slider:nth-child(3) {
  margin: 0px 0 30px -30px;
}
.plagrisim-process .flex-wrpr .process-content .dsktop-slider:first-child,
.grammar-checker .flex-wrpr .process-content .dsktop-slider:first-child {
  margin: 0 0 30px -64px;
}
.plagrisim-process .flex-wrpr .process-content .dsktop-slider:last-child,
.grammar-checker .flex-wrpr .process-content .dsktop-slider:last-child {
  margin: 0 0 0 -70px;
}
.plagrisim-process .flex-wrpr .process-wrpr figure img,
.grammar-checker .flex-wrpr .process-wrpr figure img {
  max-width: 75px;
}
.plagrisim-process.plagrisim-process-us .flex-wrpr .process-wrpr figure img,
.grammar-checker.plagrisim-process-us .flex-wrpr .process-wrpr figure img {
  max-width: 55px;
}

.turnitin-report {
  background: #f5f5f5;
  text-align: center;
}
.turnitin-report .turnitin-block {
  max-width: 900px;
}
.turnitin-report .common-text {
  margin: 20px 0;
}
.turnitin-report form {
  position: relative;
  margin: 8px auto 0;
  width: 50%;
}
.turnitin-report form label {
  position: absolute;
  left: -1000%;
}
.turnitin-report form .file-box {
  border-radius: 3px 0px 0px 3px;
  background: #fff;
  border: 1px solid #d8d8d8;
  z-index: 1;
  width: 100%;
  text-align: left;
  padding: 10px;
  color: #707070;
}
.turnitin-report form .order-input {
  opacity: 0;
  height: 42px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.turnitin-report form .err-msg {
  text-align: left;
}
.turnitin-report form .remove-btn {
  background: #c23571;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 15px;
  border-radius: 0px 3px 3px 0px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-family: poppinssemibold;
  cursor: pointer;
}
.turnitin-report form .remove-btn svg {
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.turnitin-report form .remove-btn svg .a {
  stroke: none;
  fill: #fff;
}

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

.grammar-solution {
  border-bottom: 5px solid #f5f5f5;
}
.grammar-solution .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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.grammar-solution .sub-heading {
  font-size: 16px;
  line-height: 20px;
}
.grammar-solution .sub-heading .title-heading {
  font-size: 24px;
  line-height: 26px;
  margin: 10px 0 30px;
  font-family: poppinssemibold;
}
.grammar-solution .accordion-list {
  width: 52%;
}
.grammar-solution .accordion-list li {
  background: #fff;
  width: 100%;
  margin: 0 0 15px;
}
.grammar-solution .accordion-list .accordian {
  padding: 12px 30px;
  background: #fff2f8;
  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: poppinssemibold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.grammar-solution .accordion-list .accordian:after {
  content: "";
  background: #fcf5fc;
  border-bottom: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.grammar-solution .accordion-list .accordian.active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.grammar-solution .accordion-list .accordian-detail {
  padding: 15px;
  display: none;
  font-size: 14px;
  line-height: 18px;
  -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 .accordian-detail .common-text:not(:last-child) {
  margin: 0 0 10px;
}
.grammar-solution .accordion-list .accordian-detail .colrbox .common-text:not(:last-child) {
  margin: 0;
}

.essay-typer-banner {
  background-position-y: -368px;
}

.new-essay-typer-banner {
  background-position-y: -276px;
}

.essay-typer-form {
  text-align: center;
  margin: -135px auto 0;
}
.essay-typer-form .upload-box {
  height: 50px;
  border-radius: 5px;
}
.essay-typer-form .get-result-btn {
  float: none;
}

.essay-typer-gif .flex-wrpr .process-wrpr figure img {
  max-width: 78px;
}

.keep-your-work-blok {
  border-top: 3px solid #F5F5F5;
}
.keep-your-work-blok .title-head {
  margin: 0 0 6px 0;
}
.keep-your-work-blok .hire-head {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #C23571;
  margin: 0 0 30px 0;
}
.keep-your-work-blok .keep-your-work-blok-btn {
  margin-top: 11px;
  text-align: center;
}
.keep-your-work-blok .keep-your-work-blok-btn a {
  background: #C23571;
  border-radius: 3px;
  padding: 10px 27px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  font-family: poppinssemibold;
  display: inline-block;
  cursor: pointer;
}
.keep-your-work-blok .hidden-para {
  margin-top: 14px;
}
.keep-your-work-blok .hidden-para .hidden-para-text {
  font-size: 16px;
  line-height: 20px;
  color: #2A2A2A;
  margin-top: 20px;
}
.keep-your-work-blok .hidden-para .common-text {
  margin-top: 14px;
}
.keep-your-work-blok .hidden-para ul {
  margin: 9px 0 0 9px;
}
.keep-your-work-blok .hidden-para ul li {
  font-size: 16px;
  line-height: 20px;
  color: #616161;
  margin: 0 0 10px;
}
.keep-your-work-blok .hidden-para ul li span {
  color: #2A2A2A;
}
.keep-your-work-blok .hidden-para ul li::before {
  content: "";
  background: url(../images/tick-icon.svg) no-repeat;
  width: 22px;
  height: 14px;
  display: inline-block;
  background-size: 14px;
  margin: 4px -2px 0 0;
}

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

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

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

.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%, #FFF5FA 3.95%, #FFE3EF 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: #C23571;
  margin: 0 0 35px 0;
}
.common-login-popup .login-signup-popup .left-side .popup-heading .strong-h {
  font-size: 47px;
  font-family: poppinsmedium;
}
.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: poppinsmedium;
}
.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 {
  padding: 40px 40px 50px;
  background: #FFEEF5;
  width: 72%;
}
.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: -24px;
  width: 188px;
  height: 156px;
}
.common-login-popup .login-signup-popup .left-side.left-250 .popup-heading .strong-h {
  color: #C23571;
  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: #FFDCEB;
}
.common-login-popup .login-signup-popup .left-side.left-250 .box-content .box-head {
  background: #C23571;
  color: #ffffff;
  border-bottom: 0.5px solid #000000;
  padding: 8px 25px;
  font-family: poppinsmedium;
  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: poppinsregular;
  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: poppinsmedium;
}
.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 #c23571;
}
.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 #c23571;
}
.common-login-popup .login-signup-popup .right-side .input-box input::-webkit-outer-spin-button,
.common-login-popup .login-signup-popup .right-side .input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .country-codes {
  width: 29%;
  background: #fff url("../images/down-arrow.svg") no-repeat center right 11px;
  padding: 0 20px 0 10px;
  border: 1px solid #d7d7d7;
  border-radius: 3px 0 0 3px;
  color: #A1A1A1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .country-codes:hover {
  border: 1px solid #c23571;
}
.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 #c23571;
}
.common-login-popup .login-signup-popup .right-side .input-box.country-box .error-show {
  bottom: -18px;
}
.common-login-popup .login-signup-popup .right-side .input-box .eye-cut {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.common-login-popup .login-signup-popup .right-side .input-box .passforget {
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  color: #4285f4;
  text-decoration: underline;
  text-align: right;
  display: block;
  margin: 5px 0 0;
}
.common-login-popup .login-signup-popup .right-side .input-box .change-link {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #4285f4;
  text-decoration: underline;
}
.common-login-popup .login-signup-popup .right-side .continue-btn {
  cursor: pointer;
  background: #FFBE00;
  color: #2A2A2A;
  border-radius: 3px;
  padding: 10px 0;
  margin: 25px auto 0;
  font-size: 18px;
  line-height: 22px;
  display: block;
  width: 100%;
}
.common-login-popup .login-signup-popup .right-side .continue-with {
  display: block;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #616161;
  margin: 47px 0 0;
}
.common-login-popup .login-signup-popup .right-side .continue-with::before, .common-login-popup .login-signup-popup .right-side .continue-with:after {
  content: "";
  border-bottom: 1px solid #d8d8d8;
  width: 81px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.common-login-popup .login-signup-popup .right-side .socials-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn {
  width: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
  color: #434343;
  padding: 5px 0;
  position: relative;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn svg {
  vertical-align: middle;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.google span {
  vertical-align: middle;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.facebook {
  display: none;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.facebook span {
  vertical-align: super;
}
.common-login-popup .login-signup-popup .right-side .socials-btn .box-social-btn.facebook:before {
  content: "";
  background: url(../images/popup-facebook.svg) no-repeat;
  width: 20px;
  height: 27px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: #4267b2;
  background-position: center;
}
.common-login-popup .login-signup-popup .right-side .term-cond {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  color: #616161;
  margin: 15px 0 0;
}
.common-login-popup .login-signup-popup .right-side .error-show {
  font-size: 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: poppinsmedium;
  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: poppinsregular;
}
.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;
}
.order-popup .head-top .head-text {
  font-size: 28px;
  line-height: 32px;
  font-family: poppinsmedium;
  margin-left: 10px;
  color: #C23571;
}
.order-popup .head-top .head-text .small-head {
  font-size: 20px;
  line-height: 24px;
  font-family: poppinsregular;
  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: poppinsmedium;
  text-align: center;
  min-height: 85px;
}
.order-popup .left-order .head img,
.order-popup .right-order .head img {
  display: block;
  margin: auto auto 10px;
  width: 97px;
}
.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 #C23571;
  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: poppinsregular;
  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: poppinsmedium;
  margin-bottom: 25px;
  margin-top: 20px;
}
.order-popup .amt-row .amt-head {
  font-size: 14px;
  line-height: 16px;
  color: #C23571;
}
.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: #FFBE00;
  margin: 0;
  color: #2A2A2A;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 3px;
  font-family: poppinsmedium;
  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: poppinsregular;
  margin-top: 8px;
}
.order-popup .left-order {
  border-right: 1px solid #C23571;
  position: relative;
  padding: 20px 30px 20px 20px;
}
.order-popup .left-order .label-text {
  position: absolute;
  top: 10px;
  left: 45px;
  background: #C23571;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 11px;
  font-size: 11px;
  line-height: 12px;
  font-family: poppinsregular;
}
.order-popup .left-order .detail-div {
  background: #F8FBFF;
}
.order-popup .right-order {
  padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 1600px) {
  .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: 60%;
  }
  .essay-tool-section .progress-loader .please-wait {
    font-size: 18px;
  }
  .essay-tool-section .login-overlay .login-box {
    width: 58%;
  }
  .why-choose-us-section .box-row .left-box {
    width: 30%;
  }
  .why-choose-us-section .box-row .left-box .why-choose-box .features-boxes .feature .title {
    padding: 0px;
  }
  .why-choose-us-section .box-row .right-box {
    width: 68%;
  }
  .plag-checker-form .top-strip .list {
    padding-left: 170px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .plag-free-tool .free-tool-list .tool-links {
    width: 28%;
  }
}
@media (max-width: 1366px) {
  .eng {
    position: absolute !important;
    left: 25% !important;
    width: 15% !important;
  }
  .paraphrasing_form {
    width: 69%;
  }
  .paraphras-experts .experts-list li {
    width: 43%;
  }
  .essay_typer_experts .hire-text .get-result-btn {
    margin: 5px 0 0 10px;
  }
  .paraphras-process .flex-wrpr {
    width: 88%;
  }
  .paraphrase-benefits.essay-typer-benefit .imp-of-paraphrase article {
    width: 55%;
  }
  .who_can_choose_essay_typer .sub-title {
    padding: 0 255px;
  }
  .custom_essay_writing_strip {
    margin: 40px 108px 0;
  }
  .paraphras-feature .discount-off {
    width: 88%;
  }
  .plag-feature .discount-off {
    width: 70%;
  }
  .consequence-wrpr .consequence-block {
    padding: 0 100px;
  }
  .paraphrasing_form .get-result-btn {
    padding: 10px 60px;
  }
  .paraphrasing_form_captcha .get-result {
    width: 40%;
  }
  .paraphrasing_form_captcha .captcha_box {
    position: relative;
  }
  .paraphrasing_form_captcha .get-result-btn {
    padding: 10px 52px;
  }
  .plag-checker-form {
    margin-bottom: 50px;
  }
  .plag-checker-form .small-icon img {
    width: 21px;
    height: 21px;
    max-width: unset;
  }
  .plag-checker-form .top-strip {
    padding: 15px;
  }
  .ai-essay-reviews .reviews-row .box {
    margin: 0 10px;
  }
  .common-login-popup {
    width: 73%;
  }
  .order-popup {
    width: 61%;
  }
}
@media (max-width: 1024px) {
  .eng {
    position: absolute !important;
    left: 25% !important;
    width: 15% !important;
  }
  .paraphrase-banner .paraphrase-header .main-title {
    font-size: 30px;
    line-height: 34px;
  }
  .paraphrasing_form {
    width: 75%;
    padding: 20px;
  }
  .paraphrasing_form .get-result-btn {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 50px;
  }
  .paraphrasing_form .essay-types-form {
    width: 82%;
  }
  .paraphrasing_form_captcha {
    margin: -225px 11% 0;
  }
  .plag-checker-form .top-strip .strip-img {
    top: -10px;
    width: 130px;
    height: auto;
  }
  .plag-checker-form .top-strip .list {
    padding-left: 110px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .plag-checker-form .top-strip .list .list-item img {
    margin-right: 6px;
    vertical-align: text-top;
    width: 12px;
  }
  .plag-checker-form .top-strip .pro-btn {
    padding: 5px;
  }
  .plag-checker-form .top-strip.unlock {
    padding: 15px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .plag-checker-form .top-strip.unlock .list {
    padding-left: 140px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .common-section .paraphrasing_form {
    margin: -225px 0 0;
  }
  .common-section .left-part,
  .common-section .right-part {
    display: none;
  }
  .paraphras-feature .discount-off {
    width: 100%;
  }
  .paraphras-feature .feature-list .feature-heading {
    padding: 12px 18px;
  }
  .paraphras-feature .feature-list .feature-text {
    padding: 15px;
  }
  .paraphras-feature .feature-list .feature-text svg {
    width: 17px;
    height: 17px;
  }
  .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;
  }
  .assignment-benefits .boxes-row .content-box {
    width: 45%;
    padding: 25px;
  }
  .essay-tool-section {
    width: 75%;
  }
  .essay-tool-section .login-overlay .login-box .continue-btn {
    font-size: 18px;
    padding: 10px 25px;
  }
  .essay-tool-section .login-overlay .login-popup {
    width: 93%;
  }
  .why-choose-us-section .box-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .essay_writing_scrollable_section .title {
    font-size: 26px;
    line-height: 30px;
  }
  .consequence-wrpr .consequence-block {
    padding: 0;
  }
  .consequence-wrpr figure img {
    top: -22px;
  }
  .title-head {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .paraphras-process .flex-wrpr {
    width: 100%;
  }
  .grammar-solution figure {
    width: 30%;
    margin: 0 auto;
  }
  .paraphrase-benefits::after {
    bottom: 105px;
  }
  .paraphrase-benefits .benefit-list .benefit-box .benefit-head {
    padding: 10px 0 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .paraphrase-benefits .benefit-list .benefit-box .common-text {
    font-size: 14px;
  }
  .paraphrase-benefits .get-result-btn {
    margin: 60px 0 0;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 50px;
  }
  .who_can_choose_essay_typer .sub-title {
    padding: 0 220px;
    margin: 6px auto 25px;
  }
  .who_can_choose_essay_typer .box_list .box .box_heading {
    margin: 10px 0 5px;
  }
  .custom_essay_writing_strip {
    margin: 40px 30px 0;
  }
  .why_choose_iah .title-head {
    font-size: 26px;
    line-height: 30px;
  }
  .why_choose_iah .title-head .sub-title {
    font-size: 14px;
  }
  .why_choose_iah .benefits_content .left_list {
    width: 55%;
  }
  .why_choose_iah .benefits_content .why_choose_img {
    width: 40%;
  }
  .why_choose_iah .hire_expert_now {
    font-size: 18px;
    line-height: 20px;
  }
  .video-block .about-video img {
    width: 80%;
  }
  .paraphras-experts .experts-list {
    width: 54%;
  }
  .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 .hover-detail .viewprofile,
  .paraphras-experts .experts-list .hover-detail .hire {
    width: 75%;
  }
  .paraphras-experts .hire-text .price {
    font-size: 37px;
    line-height: 45px;
  }
  .paraphras-experts .hire-text .get-result-btn {
    margin: 5px 0 0;
  }
  .free-tool article {
    width: 49%;
  }
  .free-tool .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-tool .tool-links {
    font-size: 16px;
    line-height: 20px;
  }
  .free-tool .free-tool-list {
    width: 50%;
  }
  .free-tool .free-tool-list .tool-links:last-child {
    margin: 0 20px 0 0;
  }
  .recent-blog .title-subhead {
    margin: 0 0 10px;
  }
  .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-free-tool .free-tool-list {
    width: unset;
  }
  .plag-free-tool .free-tool-list .tool-links {
    width: 35%;
  }
  .essay_typer_free_tool article {
    width: 50% !important;
  }
  .essay_typer_free_tool .free-tool-list {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .eng {
    position: absolute !important;
    left: 30% !important;
    width: 15% !important;
  }
  .space50 {
    padding: 30px 0;
  }
  .title-head {
    font-size: 22px;
    line-height: 25px;
  }
  .get-result-btn {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 50px;
  }
  .paraphras-feature .feature-list {
    width: 670px;
  }
  .plag-free-tool {
    width: 100%;
  }
  .plag-free-tool .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plag-free-tool .left-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .ai-essay-reviews .reviews-row .slick-prev {
    left: -20px;
  }
  .paraphrase-banner {
    padding: 40px 0 110px;
  }
  .paraphrase-banner .paraphrase-header .main-title {
    font-size: 28px;
    line-height: 32px;
  }
  .paraphrase-banner .paraphrase-header .head-text {
    font-size: 15px;
    line-height: 18px;
  }
  .paraphrasing_form {
    width: 97%;
    margin: -109px auto 0;
  }
  .paraphrasing_form .upload-box {
    height: 200px;
  }
  .paraphrasing_form.essay-types-form {
    width: 83%;
  }
  .common-section .paraphrasing_form {
    margin: -105px 0 0;
  }
  .plag-checker-form .upload-form .bottm-btn {
    display: block;
  }
  .plag-checker-form .rank {
    margin-top: 15px;
  }
  .plag-checker-form .top-strip .list {
    padding-left: 170px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .plag-checker-form .top-strip .list .list-item:nth-last-of-type(1) {
    display: none;
  }
  .plag-checker-form .top-strip .pro-btn {
    font-size: 12px;
  }
  .essay-tool-section {
    padding: 20px;
    width: 90%;
    margin: -110px 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: -6%;
  }
  .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 .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;
  }
  .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;
  }
  .paraphras-feature .feature-list .feature-heading {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 18px;
  }
  .paraphras-feature .feature-list .feature-text {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .paraphras-feature .discount-off {
    width: 98%;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .paraphras-feature .discount-off svg {
    margin: 0px 11px 0 0;
  }
  .paraphras-feature.grammar-table .feature-list .feature-heading {
    font-size: 16px;
    padding: 13px;
  }
  .paraphras-feature.grammar-table .feature-list .feature-text {
    padding: 10px;
  }
  .paraphras-feature.grammar-table .feature-list .feature-text svg {
    width: 12px;
  }
  .paraphras-feature.grammar-table .feature-list .feature-text svg[viewBox="0 0 28.71 20.079"] {
    width: 18px;
  }
  .paraphrase-benefits .benefit-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paraphrase-benefits .benefit-list .benefit-box {
    width: 48%;
    margin: 0px 0px 30px 0;
  }
  .paraphrase-benefits .get-result-btn {
    margin: 30px 0 0;
  }
  .paraphrase-benefits.essay-typer-benefit .benefit-list .benefit-box {
    width: 48%;
  }
  .who_can_choose_essay_typer .sub-title {
    padding: 0 100px;
    margin: 6px auto 15px;
  }
  .custom_essay_writing_strip .box {
    padding: 20px 15px;
  }
  .custom_essay_writing_strip .box .strip_content .title {
    font-size: 18px;
  }
  .custom_essay_writing_strip .box .left_side {
    width: 60%;
  }
  .custom_essay_writing_strip .box .custom_essay_btn {
    width: 38%;
    padding: 10px;
  }
  .why_choose_iah .title-head {
    font-size: 22px;
    line-height: 25px;
  }
  .why_choose_iah .benefits_content .left_list {
    width: 100%;
    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;
  }
  .why_choose_iah .benefits_content .left_list .box {
    width: 48.5%;
  }
  .why_choose_iah .benefits_content .left_list .box .box_content .box_title {
    font-size: 15px;
    line-height: 20px;
  }
  .why_choose_iah .benefits_content .why_choose_img {
    display: none;
  }
  .solution-block .left-content {
    width: 70%;
  }
  .solution-block .title-head {
    margin: 0 0 10px;
  }
  .solution-block .sub-heading {
    text-align: center;
  }
  .solution-block .imp-of-paraphrase {
    display: block;
  }
  .solution-block .imp-of-paraphrase article {
    width: 100%;
  }
  .solution-block .imp-of-paraphrase figure {
    display: none;
  }
  .paraphras-experts .experts-list li {
    width: 47%;
    margin: 0px 8px 10px 0;
    padding: 10px 6px;
  }
  .paraphras-experts .experts-list li:nth-child(3) {
    margin: 0 8px 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: 10px 0 0 0;
  }
  .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 .hover-detail .hire,
  .paraphras-experts .experts-list .hover-detail .viewprofile {
    width: 87%;
  }
  .paraphras-experts .hire-text .price {
    font-size: 33px;
    line-height: 41px;
  }
  .paraphras-experts .hire-text .get-result-btn {
    margin: 5px 0 0 39px;
  }
  .essay_typer_experts .hire-text .get-result-btn {
    margin: 5px 0 0;
  }
  .free-tool .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-tool .tool-links {
    font-size: 15px;
    line-height: 18px;
    width: 44%;
    margin: 0 10px 10px 0;
    padding: 15px 10px;
  }
  .free-tool .tool-links .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-tool article {
    width: 43%;
  }
  .faq-block .faq-list .faq-head {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 32px 8px 8px;
  }
  .faq-block .faq-list .faq-head::after {
    top: 9px;
  }
  .recent-blog .blog-card {
    width: 32%;
  }
  .recent-blog .blog-card:last-child {
    display: none;
  }
  .plagrisim-process .flex-wrpr {
    padding: 0;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:first-child {
    margin: 0px 0 15px -47px;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(2) {
    margin: 0px 0 15px -7px;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:nth-child(3) {
    margin: 0px 0 25px -7px;
  }
  .plagrisim-process .flex-wrpr .process-content .dsktop-slider:last-child {
    margin: 0px 0 0px -35px;
  }
  .plagrisim-process .flex-wrpr .title-head::before, .plagrisim-process .flex-wrpr .title-head::after {
    left: 81px;
    bottom: 65px;
  }
  .plagrisim-process .flex-wrpr .title-head::after {
    top: 60px;
  }
  .turnitin-report form .remove-btn {
    font-size: 15px;
  }
  .paraphras-process .flex-wrpr::before {
    top: -24px;
  }
  .paraphras-process .flex-wrpr::after {
    bottom: -11px;
  }
  .paraphras-process .flex-wrpr .process-content .dsktop-slider {
    font-size: 15px;
  }
  .essay_typer_process .flex-wrpr::before, .essay_typer_process .flex-wrpr::after {
    background-size: unset;
  }
  .essay_typer_process .flex-wrpr::before {
    top: -36px;
  }
  .essay_typer_process .flex-wrpr::after {
    bottom: -86px;
  }
  .paraphras-feature .discount-off .discount-off-left-side {
    width: 60%;
  }
  .grammar-solution .accordion-list {
    width: 100%;
  }
  .grammar-solution .accordion-list .accordian {
    padding: 12px 18px;
    font-size: 15px;
    line-height: 18px;
  }
  .grammar-solution figure {
    display: none;
  }
  .grammar-solution .sub-heading .title-heading {
    font-size: 18px;
    line-height: 20px;
  }
  .essay-typer-form .upload-box {
    height: 40px;
  }
  .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 {
    padding: 30px;
  }
  .common-login-popup .login-signup-popup .left-side.left-250 .popup-heading::after {
    display: none;
  }
  .common-login-popup .login-signup-popup .right-side {
    padding: 20px;
  }
  .common-login-popup .login-signup-popup .right-side .sub-title {
    margin: 10px 0 20px 0;
  }
  .common-login-popup .login-signup-popup .right-side .continue-with {
    margin: 35px 0 0;
  }
  .order-popup {
    width: 95%;
  }
}
.g-check-form .grammer-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 767px) {
  .eng {
    display: none;
  }
  .space100 {
    padding: 50px 0;
  }
  .space50 {
    padding: 25px 0 0;
  }
  .title-head {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .loading-loader img {
    width: 16%;
  }
  br {
    display: none;
  }
  .paraphrase-banner {
    padding: 25px 0 65px;
  }
  .paraphrase-banner .paraphrase-header .main-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .paraphrase-banner .paraphrase-header .head-text {
    font-size: 13px;
    line-height: 15px;
  }
  .paraphrase-banner .content {
    position: relative;
    margin: auto;
  }
  .paraphrase-banner .content .head-text {
    max-height: 40px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
  }
  .paraphrase-banner .content .read-more {
    font-size: 14px;
    line-height: 20px;
    font-family: poppinsregular;
    color: #FFBE00;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
    background: #db568e;
  }
  .paraphrase-banner .content.expanded .head-text {
    overflow: unset;
    max-height: unset;
    display: inline;
  }
  .paraphrase-banner .content.expanded .read-more {
    position: unset;
    background: transparent;
  }
  .paraphrasing_form {
    margin: -65px auto 0;
    padding: 30px 15px 15px;
    width: 96%;
  }
  .paraphrasing_form .select-mode {
    display: block;
  }
  .paraphrasing_form .web-select-mode {
    margin: 0 0 10px;
  }
  .paraphrasing_form .web-select-mode li {
    padding: 0 3px;
    font-size: 12px;
    line-height: 15px;
  }
  .paraphrasing_form .web-select-mode li.mode-disable .mode-disable-box {
    right: 0;
  }
  .paraphrasing_form .language-select-mode {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .paraphrasing_form .time-limit {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 8px;
  }
  .paraphrasing_form .time-limit .time {
    display: block;
  }
  .paraphrasing_form .time-limit .time svg {
    width: 18px;
    padding: 0;
  }
  .paraphrasing_form .time-limit .hour-end {
    font-size: 15px;
    line-height: 18px;
  }
  .paraphrasing_form .upload-box {
    padding: 10px;
  }
  .paraphrasing_form .upload-box::-webkit-input-placeholder {
    font-size: 12px;
  }
  .paraphrasing_form .upload-box::-moz-placeholder {
    font-size: 12px;
  }
  .paraphrasing_form .upload-box:-ms-input-placeholder {
    font-size: 12px;
  }
  .paraphrasing_form .upload-box::-ms-input-placeholder {
    font-size: 12px;
  }
  .paraphrasing_form .upload-box::placeholder {
    font-size: 12px;
  }
  .paraphrasing_form .upload-msg .text {
    margin: 85px auto auto !important;
  }
  .paraphrasing_form .file_upload {
    text-align: center;
    display: block;
    width: 100%;
  }
  .paraphrasing_form .file_upload .jFiler-input-caption span {
    font-size: 14px;
    line-height: 16px;
    padding: 20px 0 10px;
  }
  .paraphrasing_form .file_upload .jFiler-input-caption span::after {
    width: 20px;
    height: 16px;
    background-size: 20px;
  }
  .paraphrasing_form select {
    display: block;
    margin: 8px auto;
  }
  .paraphrasing_form .bottm-btn {
    display: block;
  }
  .paraphrasing_form .bottm-btn .grammer-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
    width: 100%;
  }
  .paraphrasing_form .bottm-btn .grammer-input .select-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .paraphrasing_form .bottm-btn .grammer-input .select-field select {
    margin: 0;
  }
  .paraphrasing_form .bottm-btn .grammer-input .file_upload {
    width: 100%;
  }
  .paraphrasing_form .jFiler-item-info.pull-left {
    margin: 0;
  }
  .paraphrasing_form .get-result-btn {
    float: none;
    margin: 12px auto 0;
    display: block;
    font-size: 17px;
    line-height: 18px;
  }
  .paraphrasing_form_captcha .bottm-btn {
    display: inline-block;
    width: 100%;
  }
  .paraphrasing_form_captcha .bottm-btn .get-result {
    margin: 10px 0 0;
    width: 100%;
  }
  .common-section {
    margin-bottom: 35px;
  }
  .common-section .paraphrasing_form {
    margin: -65px 0 0;
    padding: 15px 5px;
  }
  .plag-checker-form {
    padding: 15px 10px;
  }
  .plag-checker-form .upload-form {
    padding: 0 4px;
    position: relative;
  }
  .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;
    margin: 0;
  }
  .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 .top-strip {
    padding: 5px;
    margin-bottom: 7px;
  }
  .plag-checker-form .top-strip.unlock {
    padding: 5px;
  }
  .plag-checker-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%;
  }
  .plag-checker-form .top-strip .strip-img {
    display: none;
  }
  .plag-checker-form .top-strip .list {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    padding-left: 0px;
  }
  .plag-checker-form .top-strip .list .list-item {
    font-size: 13px;
    line-height: 20px;
  }
  .plag-checker-form .top-strip .list .list-item img,
  .plag-checker-form .top-strip .list .list-item svg {
    width: 8px;
    margin-right: 4px;
  }
  .plag-checker-form .top-strip .btn-bg {
    border-radius: 3px;
  }
  .plag-checker-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;
  }
  .plag-checker-form .top-strip .pro-btn svg {
    width: 10px;
    vertical-align: bottom;
  }
  .plag-checker-form .expert-strip {
    padding: 4px 4px 4px 10px;
  }
  .plag-checker-form .expert-strip .girl-img {
    display: none;
  }
  .plag-checker-form .expert-strip .text {
    padding-left: 0;
    font-size: 13px;
    line-height: 16px;
    color: #616161;
  }
  .plag-checker-form .expert-strip .text .color-text {
    font-size: 13px;
  }
  .plag-checker-form .expert-strip .get-in-touch {
    padding: 4px 5px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
  }
  .plag-checker-form .mode-box {
    padding: 0 4px;
    margin-bottom: 10px;
  }
  .plag-checker-form .mode-box .mode-text {
    font-size: 10px;
    line-height: 12px;
  }
  .plag-checker-form .mode-box .delete-icon {
    margin-left: 5px;
    margin-right: 0;
  }
  .plag-checker-form .mode-box .clear-btn {
    font-size: 13px;
  }
  .plag-checker-form .rank {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .plag-checker-form .bottom-text {
    display: block;
  }
  .plag-checker-form .bottom-text .text {
    font-size: 13px;
  }
  .plag-checker-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;
  }
  .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;
  }
  .essay-tool-section {
    padding: 15px;
    margin: -70px 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 15px 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 {
    padding: 25px 0 0;
  }
  .why-choose-us-section .sub-heading {
    margin: 0 0 20px;
  }
  .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 .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: poppinsmedium;
    color: #494949;
  }
  .plag-why-choose .box-row .right-box {
    margin: 0 15px;
  }
  .plag-why-choose .box-row .right-box .writer-box {
    border: 1px solid #c23571;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: #FFF8FB;
    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;
    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: poppinsregular;
    color: #c23571;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
    background: #FFF8FB;
  }
  .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;
  }
  .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: transparent;
  }
  .writer-popup .fancybox-close-small {
    right: 0px;
    top: -34px;
  }
  .essay_writing_scrollable_section {
    padding: 25px 0;
  }
  .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: 18px;
  }
  .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 {
    border-top: unset;
  }
  .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 {
    -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: #c23571;
    border: unset;
  }
  .plag_essay .content_navigatation_area .content_area::-webkit-scrollbar-track {
    background: #EAEAEA;
    border-radius: 10px;
  }
  .paraphras-feature .feature-list {
    width: 330px;
  }
  .paraphras-feature .feature-list .feature-heading {
    padding: 8px;
    font-size: 13px;
    line-height: 15px;
  }
  .paraphras-feature .feature-list .feature-heading:first-child {
    width: 130px;
  }
  .paraphras-feature .feature-list .feature-text {
    padding: 8px;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
  }
  .paraphras-feature .feature-list .feature-text svg {
    width: 18px;
    height: 14px;
  }
  .paraphras-feature .discount-off {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .paraphras-feature .discount-off svg {
    display: none;
  }
  .paraphras-feature .discount-off .offer-btn {
    margin: 0 0 0 10px;
    padding: 3px 10px;
    white-space: nowrap;
  }
  .paraphras-feature.grammar-table .feature-list .feature-heading {
    font-size: 13px;
    padding: 8px;
  }
  .paraphras-feature.grammar-table .feature-list .feature-text {
    padding: 8px;
  }
  .paraphrase-benefits:after {
    display: none;
  }
  .paraphrase-benefits .benefit-list .benefit-box {
    width: 100%;
    margin: 0 0 20px;
    padding: 12px;
  }
  .paraphrase-benefits .benefit-list .benefit-box .benefit-head {
    padding: 10px 0;
  }
  .paraphrase-benefits .get-result-btn {
    margin: 10px auto 0;
    padding: 6px 30px;
  }
  .paraphrase-benefits.essay-typer-benefit .benefit-list .benefit-box {
    width: 100%;
  }
  .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: poppinsregular;
    color: #c23571;
    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(#A7215B), color-stop(23.91%, #BB326B), color-stop(49.32%, #C23A73), color-stop(76.08%, #CB427C), to(#D34F87));
    background: linear-gradient(90deg, #A7215B 0%, #BB326B 23.91%, #C23A73 49.32%, #CB427C 76.08%, #D34F87 100%);
    border-radius: 5px;
    padding: 15px 12px 75px 12px;
  }
  .plag-benefits .benefit-list .benefit-box {
    background: #DE4083;
    -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:last-child {
    margin: 0;
  }
  .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 .common-text b {
    color: #E9E9E9;
    font-size: 14px;
  }
  .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: 20px;
  }
  .plag-benefits .get-result .get-result-btn {
    font-size: 16px;
    line-height: 17px;
    padding: 8px 18px;
    border-radius: 4px;
    text-transform: capitalize;
    background: #FFBE00;
    color: #1D1D1D;
    margin: 0;
  }
  .who_can_choose_essay_typer .sub-title {
    padding: 0;
  }
  .who_can_choose_essay_typer .box_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .who_can_choose_essay_typer .box_list .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .who_can_choose_essay_typer .box_list .box .box_heading {
    margin: 10px 0 5px;
  }
  .custom_essay_writing_strip {
    margin: 20px 0 0;
  }
  .custom_essay_writing_strip .box {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custom_essay_writing_strip .box .left_side {
    width: 100%;
    margin: 0 0 15px;
  }
  .custom_essay_writing_strip .box .left_side .essay_writing_img {
    display: none;
  }
  .custom_essay_writing_strip .box .left_side .strip_content {
    text-align: center;
  }
  .custom_essay_writing_strip .box .custom_essay_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .why_choose_iah .title-head {
    font-size: 19px;
    line-height: 22px;
  }
  .why_choose_iah .benefits_content .left_list .box {
    width: 100%;
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .why_choose_iah .benefits_content .left_list .box .svg_img {
    width: 100%;
    margin: 0 0 10px;
  }
  .video-block .about-video img {
    width: 100%;
  }
  .video-block .about-video:before {
    height: 40px;
    width: 120px;
    left: -15px;
    bottom: -20px;
  }
  .video-block::before {
    display: none;
  }
  .solution-block .title-head {
    padding: 0 0 10px;
    text-align: left;
  }
  .solution-block .imp-of-paraphrase .list {
    width: 100%;
  }
  .solution-block .imp-of-paraphrase .common-text {
    margin: 0 0 10px;
  }
  .solution-block .imp-of-paraphrase .common-text:last-child {
    margin: 0;
  }
  .solution-block .imp-of-paraphrase .heading-text {
    font-size: 15px;
    line-height: 18px;
  }
  .solution-block .imp-of-paraphrase .plagrisim-list .common-text::before {
    width: 31px;
  }
  .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;
  }
  .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: #FFBE00;
    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: #c23571;
    border-radius: 7px 7px 20px 20px;
  }
  .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 .left-content {
    width: unset;
    margin-bottom: 20px;
  }
  .solution-block .left-content .common-text {
    margin-bottom: 10px;
  }
  .solution-block .list .list-item {
    margin-bottom: 10px;
  }
  .essay_typer_free_tool article {
    width: 100% !important;
  }
  .paraphras-experts .container {
    display: block;
  }
  .paraphras-experts .experts-list {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  .paraphras-experts .experts-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .paraphras-experts .experts-list li {
    width: 70%;
    margin: 0 15px 5px 0px;
    padding: 18px 15px;
  }
  .paraphras-experts .experts-list li:nth-child(2), .paraphras-experts .experts-list li:nth-child(3) {
    margin: 0 15px 5px 0;
  }
  .paraphras-experts .hire-text {
    width: 100%;
    padding: 25px 0 0;
  }
  .paraphras-experts .hire-text .hire-head {
    font-size: 14px;
    line-height: 16px;
  }
  .paraphras-experts .hire-text .price .from {
    font-size: 18px;
    line-height: 20px;
  }
  .paraphras-experts.essay_typer_experts .hire-text .hire-head,
  .paraphras-experts.essay_typer_experts .hire-text .common-text {
    display: none;
  }
  .free-tool .container {
    display: block;
  }
  .free-tool .free-tool-list {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .free-tool .tool-links {
    width: 46%;
    padding: 15px 6px;
    font-size: 14px;
    line-height: 17px;
  }
  .free-tool .tool-links:last-child {
    margin: 0 10px 0 0;
  }
  .free-tool .tool-links svg {
    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: poppinsregular;
    color: #c23571;
    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;
    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;
    line-height: 15px;
    color: #616161;
  }
  .plag-free-tool .free-tool-list .tool-links .check-now {
    display: none;
  }
  .faq-block .faq-flex {
    display: block;
  }
  .faq-block .faq-list {
    width: 100%;
  }
  .plag-faq .faq-flex .faq-list li {
    border-radius: 12px;
    border-color: #c23571;
    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: 10px;
    height: 10px;
    border-style: solid;
    border-color: #c23571;
    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;
    top: 15px;
    right: 15px;
  }
  .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 ul {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
  .recent-blog ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .recent-blog ul .blog-card {
    width: 80%;
    margin: 0 8px 16px;
    white-space: normal;
    display: inline-block;
  }
  .recent-blog ul .blog-card:last-child {
    display: inline-block;
  }
  .recent-blog ul .blog-card .blog-txt {
    padding: 8px;
  }
  .recent-blog .title-subhead {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 7px;
  }
  .recent-blog .title-text {
    height: 58px;
    padding: 0 0 8px;
  }
  .plag-blog .title-head {
    margin: 0 0 7px;
  }
  .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;
  }
  .paraphras-process .flex-wrpr {
    display: block;
    padding: 0;
  }
  .paraphras-process .flex-wrpr::before, .paraphras-process .flex-wrpr::after {
    display: none;
  }
  .paraphras-process .flex-wrpr .title-head::after, .paraphras-process .flex-wrpr .title-head::before {
    display: none;
  }
  .paraphras-process .flex-wrpr #desktop-gif {
    display: none !important;
  }
  .paraphras-process .flex-wrpr .process-wrpr .mobile-gif {
    display: block;
  }
  .paraphras-process .flex-wrpr .process-wrpr .mobile-gif.grammar-mobile figure img {
    max-width: 55px;
  }
  .paraphras-process .flex-wrpr .process-wrpr .mobile-gif .tab-dots .tab_list_2 {
    left: 155px;
    top: 14px;
  }
  .paraphras-process .flex-wrpr .process-wrpr .mobile-gif .tab-dots .tab_list_3 {
    left: 245px;
    top: -18px;
  }
  .paraphras-process .flex-wrpr .process-content {
    display: none;
  }
  .consequence-wrpr .plagrisim-list .common-text {
    font-size: 14px;
    line-height: 18px;
  }
  .consequence-wrpr .plagrisim-list .common-text::before {
    width: 14px;
  }
  .plagrisim-process .flex-wrpr .process-wrpr .tab-dots,
  .grammar-checker .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-child,
  .grammar-checker .flex-wrpr .process-wrpr .tab-dots .tab-list:first-child {
    left: 10%;
  }
  .plagrisim-process .flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(2),
  .grammar-checker .flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(2) {
    left: 32%;
  }
  .plagrisim-process .flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(3),
  .grammar-checker .flex-wrpr .process-wrpr .tab-dots .tab-list:nth-child(3) {
    top: 35%;
    left: 59%;
  }
  .plagrisim-process .flex-wrpr .process-wrpr .tab-dots .tab-list:last-child,
  .grammar-checker .flex-wrpr .process-wrpr .tab-dots .tab-list:last-child {
    right: 8%;
  }
  .turnitin-report .turnitin-block img {
    max-width: 200px;
  }
  .turnitin-report .common-text {
    margin: 10px 0 20px;
  }
  .turnitin-report form {
    width: 100%;
  }
  .turnitin-report form .remove-btn {
    font-size: 13px;
  }
  .consequence-wrpr {
    padding: 30px 10px;
  }
  .consequence-wrpr .consequence-block {
    display: block;
  }
  .consequence-wrpr article {
    width: 100%;
  }
  .consequence-wrpr figure {
    display: none;
  }
  .grammar-solution .title-head {
    text-align: center;
    margin: 0 0 5px 0;
  }
  .grammar-solution .sub-heading {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .grammar-solution .sub-heading .title-heading {
    font-size: 15px;
    line-height: 17px;
  }
  .grammar-solution .accordion-list li:last-child {
    margin: 0;
  }
  .grammar-solution .accordion-list .accordian {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 32px 10px 10px;
  }
  .essay-typer-form {
    margin: -80px auto 0;
  }
  .g-check-form .grammer-input {
    display: block;
  }
  .paraphras-feature.ai-features {
    padding: 25px 0;
  }
  .paraphras-feature.ai-features .feature-list {
    display: block;
    overflow: auto;
  }
  .paraphras-feature.ai-features .feature-list .feature-heading:first-child {
    width: unset;
  }
  .ai-essay-reviews .reviews-row .box {
    margin: 0 10px 30px 10px;
  }
  .ai-essay-reviews .reviews-row .box .description {
    margin: 12px 0;
  }
  .ai-essay-reviews.plag-essay-reviews .reviews-row.container {
    padding: 20px 10px 30px;
    background: linear-gradient(107.22deg, #9D2357 3.51%, #C14077 49.5%, #DF4E8C 104.74%);
  }
  .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: poppinsregular;
  }
  .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: 0px !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: #8E1247 !important;
  }
  .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: #FFF2F9;
  }
  .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.svg) no-repeat center right 3px;
  }
  .common-login-popup .fancybox-close-small {
    top: -34px;
    right: -8px;
  }
  .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 label,
  .order-popup .right-order .head .input-check-box label {
    display: none;
  }
  .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: #C23571;
    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: #C23571;
    background: #FFF8FB;
  }
  .order-popup .left-order .detail-div.selected .head::after,
  .order-popup .right-order .detail-div.selected .head::after {
    border-color: #C23571;
  }
  .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: #C23571;
  }
  .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: #C23571;
  }
  .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 15px;
  }
  .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;
  }
  .plag-feature .feature-box .box .list .list-item {
    padding: 10px 5px;
    min-height: 55px;
  }
  .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;
    text-align: center;
  }
  .plag-feature .content .sub-head {
    font-size: 14px;
    line-height: 20px;
    color: #616161;
  }
  .plag-feature .content .read-more {
    background: #FAFCFF;
  }
  .plag-feature .discount-off {
    width: unset;
    background: #c23571;
    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: #FFBE00;
    display: inline-block;
  }
  .plag-feature .discount-off span strong {
    color: #FFBE00;
  }
  .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;
    background: #FFBE00;
    color: #1D1D1D;
  }
}