@charset "utf-8";
.pdflayoutbox {
  display: none;
}
.pdflayout {
  background: #f5f5f5;
  display: flex;
  padding-bottom: 50px;
}
.pdflayout-cont {
  width: calc(100% - 480px);
  margin-top: 24px;
  padding: 0 110px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.pdfitem {
  margin: 24px 12px 0;
  text-align: center;
}
.pdfitem.selected .pdfthumbnail {
  border: 4px solid #fa8080;
}
.pdfthumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.pdfitem p {
  font-size: 14px;
  margin-top: 8px;
  color: #606060;
}
.pdfthumbnail {
  width: 214px;
  height: 297px;
  background: #e8e8e8;
  border: 1px dashed #aaa;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.pdflayout-console {
  width: 480px;
  background: #fff;
  padding: 36px 40px;
  box-sizing: border-box;
}
.pdflayout-console h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.pdflayout-console-tips {
  margin-top: 16px;
  padding: 16px;
  font-size: 16px;
  line-height: 150%;
  color: #606060;
  background: #fbfbfb;
  border-radius: 6px;
  box-sizing: border-box;
}
.pdflayout-console-tips em {
  font-size: inherit;
  background: #ffe3e4;
  padding: 4px;
  font-style: italic;
}
.pdflayout-console-tips span {
  font-size: inherit;
  padding: 4px;
  border: 1px solid #eee;
}
.pdflayout-console > p {
  font-size: 16px;
  line-height: 1.1875;
  color: #606060;
  margin-top: 17px;
}
.pdflayout-console > p strong {
  color: #000;
  font-weight: 500;
}
.pdflayout-console h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 36px;
}
.pdflayout-console > input {
  width: 100%;
  padding: 7px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #000;
  background: #fff;
  margin-top: 10px;
  box-sizing: border-box;
}
.pdflayout-console-button {
  width: 100%;
  margin-top: 24px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: #1e76e3;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}
.pdflayout-console-rotation-text {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdflayout-console-rotation-text h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
.rotation-resetall {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #1e76e3;
  cursor: pointer;
}
.pdflayout-console-rotation-rotate {
  margin-top: 8px;
}
.rotation-button {
  margin-top: 16px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-left: 73px;
  background: #f5f5f5;
  border-radius: 4px;
  position: relative;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.rotation-button:before {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.rotation-button.right:before {
  background: url(https://www.pdfgear.com/img/rotation-clockwise.svg) #1e76e3
    no-repeat center center;
}
.rotation-button.left:before {
  background: url(https://www.pdfgear.com/img/rotation-anticlockwise.svg)
    #1e76e3 no-repeat center center;
}
.pdflayout.rotate .pdflayout-cont {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.pdflayout.rotate .pdfitem {
  width: 428px;
  height: 594px;
}
.pdflayout.rotate .pdfitem .pdfthumbnail {
  width: 100%;
  height: 100%;
}
.pdflayout-cont-select span {
  font-size: 16px;
  cursor: pointer;
  margin: 0 4px;
}
.selectpage input {
  width: 30px;
  padding: 0 5px;
  text-align: center;
}
.pdflayout-cont-select span em {
  font-size: inherit;
}
.addmethods-item {
  background: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 17px 16px;
  margin-top: 16px;
}
.addmethods-item-list,
.addposition-item {
  display: flex;
  align-items: center;
}
.addposition-item {
  margin-top: 16px;
}
.addmethods-item-list label,
.addposition-item label {
  padding-left: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  cursor: pointer;
}
.addmethods-item-list input,
.addposition-item input {
  cursor: pointer;
}
.addmethods-item-upload {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.addmethods-item-upload-area {
  min-width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #1e76e3;
  border-radius: 4px;
  background: #fff;
  color: #1e76e3;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  width: fit-content;
}
.addmethods-item-upload-area > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.filetips {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #606060;
  opacity: 0.5;
}
.pdflayout.addpage .pdflayout-console h4 {
  margin-top: 16px;
}
.addpagenum {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  color: rgba(0, 0, 0);
  margin-top: 16px;
}
.pdfcvert-banner {
  width: 100%;
  background: linear-gradient(180deg, #b9d9ff 0%, #ffffff 24%);
  overflow: hidden;
}
.pdfcvert-banner-box {
  max-width: 1200px;
  width: 98%;
  margin: 30px auto 30px;
  border-radius: 12px;
  background: #fff;
  padding: 30px 48px;
  box-sizing: border-box;
   border: 0px solid #ccc;
  
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
}
.pdfcvert-banner-text {
  text-align: center;
}
.pdfcvert-banner-text h1 {
  font-size: 36px;
  line-height: 43px;
  color: #000;
  font-weight: 600;
}
.pdfcvert-banner-text p {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 14px;
}
.pdfcvert-converser {
  margin-top: 36px;
  width: 100%;
  border: none !important;
  background: 0 0 !important;
}

.pdfcvert-converser-area {
  min-height: 288px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #d1e3f9;
  border: none !important;
  text-align: center;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow-x: auto; /* Show right-side scrollbar */
  overflow-y: hidden; /* Hide bottom scrollbar */
}

/* Custom scrollbar styles */
.pdfcvert-converser-area::-webkit-scrollbar {
  width: 0px; /* Set the width of the scrollbar */
  height: 0px; /* Set the height of the scrollbar */
}

.pdfcvert-converser-area::-webkit-scrollbar-track {
  background: transparent; /* Track color */
}

.pdfcvert-converser-area::-webkit-scrollbar-thumb {
  background: #888; /* Thumb color */
  border-radius: 4px; /* Rounded corners */
}

.pdfcvert-converser-area::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover state color */
}



.pdfcvert-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 52px);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.pdfcvert-converser-area p {
  font-size: 16px;
  line-height: 25px;
  color: #575757;
  padding: 0 10px;
}
.pdfcvert-converser-area .pdfcvert-choose {
  font-size: 20px;
  display: block;
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 102.89%);
  border-radius: 60px;
  margin: 0 auto 12px;
  font-weight: 600;
  color: #fff;
  padding: 16.5px 36px;
  box-sizing: border-box;
  width: fit-content;
  min-width: 240px;
}
.pdfcvert-converser-area:hover .pdfcvert-choose {
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 42.89%);
}
.pdfcvert-guarant {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.pdfcvert-guarant-list {
  width: 31%;
  margin-top: 48px;
}
.pdfcvert-guarant-list p {
  font-size: 14px;
  line-height: 1.6;
  color: #606060;
  margin-top: 12px;
}
.pdfcvert-guarant-list p.guarant-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.pdfcvert-guarant-list p a {
  font-size: inherit;
  font-weight: inherit;
  color: #2486ff;
}
.pdfcvert-dlarea {
  margin-top: 30px;
  background: linear-gradient(
    95.75deg,
    #ffefef 2.71%,
    #e9d4ff 36.79%,
    #b1ddf8 100%
  );
  border-radius: 10px;
  padding: 26px 22px 10px 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdfcvert-dlarea-text {
  margin-right: 40px;
}
.pdfcvert-dlarea-text h3 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 600;
  color: #222;
}
.pdfcvert-dlarea-text p {
  font-size: 14px;
  line-height: 160%;
  color: #222;
  margin-top: 16px;
}
.pdfcvert-dlarea-text p span {
  color: #fb464e;
}
.pdfcvert-dlarea-button {
  margin-top: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pdfcvert-dlarea-trybtn {
  width: fit-content;
  padding: 12px 15px;
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 102.89%);
  border-radius: 30px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.pdfcvert-dlarea-learnmore {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  color: #fb464e;
  padding: 10px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #fb464e;
  margin-left: 17px;
}
.pdfcvert-dlarea-trybtn img,
.pdfcvert-dlarea-learnmore img {
  margin-right: 10px;
}
.converter-banner-available {
  margin-top: 22px;
}
.pdfcvert-dlmodel {
  margin-top: 23px;
  width: 100%;
  padding: 32px 24px 30px 30px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(90deg, #ffe7f4 0%, #fff3f3 80.15%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pdfcvert-dlmodel-text {
  width: 508px;
}
.pdfcvert-dlmodel-dlarea {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pdfcvert-dlmodel-dlarea .pdfgear-desktop-btn {
  box-shadow: none;
}
.pdfcvert-dlmodel-dlarea .pdfcvert-dlarea-button a {
  margin: 8px;
}
.pdfcvert-dlmodel-dlarea .converter-banner-available {
  margin: 4px 0 0 8px;
}
.pdfcvert-dlmodel-text h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
  color: #222;
}
.pdfcvert-dlmodel-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
.pdfcvert-dlmodel-text p span {
  color: #fb464b;
}
.pdfcvert-wrong-tips span {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-left: 8px;
  font-weight: 400;
  vertical-align: middle;
}
.pdfcvert-wrong-tips img {
  vertical-align: middle;
}
.pdfcvert-wrong-contact {
  padding: 16px 0;
  border-top: 1px dashed #fc0d1b;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
}
.pdfcvert-wrong-contact a {
  font-size: inherit;
  color: #1e76e3;
  text-decoration: underline;
}
.pdfcvert-wrong-show {
  display: none;
}
.pdfcvert-wrong-show.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdfcvert-complete .pdfcvert-wrong-contact {
  margin-top: 40px;
}
.pdfcvert-howto {
  width: 100%;
  background: #fbfbfb;
  padding: 65px 0 55px;
}
.pdfcvert-howto-box h2 {
  font-size: 32px;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
}
.pdfcvert-howto-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.pdfcvert-howto-items {
  width: 100%;
}
.pdfcvert-howto-list {
  margin-top: 24px;
}
.pdfcvert-howto-list h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
  display: flex;
}

.pdfcvert-howto-list p {
  font-size: 16px;
  line-height: 1.6;
  color: #606060;
  margin-top: 8px;
}
.pdfcvert-howto-video {
  width: 476px;
  height: 268px;
  margin-top: 24px;
  position: relative;
  cursor: pointer;
}
.pdfcvert-howto-video .videoimg {
  width: 100%;
  height: 100%;
  display: block;
}
.play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pdfcvert-free {
  width: 100%;
  height: 320px;
  background: url(https://www.pdfgear.com/img/pdfconvert_ptw_dlbg.jpg) #e8f2ff
    no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.pdfcvert-free-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdfcvert-free-title {
  display: flex;
  align-items: center;
}
.pdfcvert-free-text {
  max-width: 510px;
}
.pdfcvert-free-text h2 {
  font-size: 28px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
}
.pdfcvert-free-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-top: 15px;
}
.pdfcvert-free-button {
  margin-top: 25px;
}
.pdfcvert-free-button a {
  min-width: 300px;
  box-sizing: border-box;
  padding: 0 10px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 102.89%);
  border-radius: 30px;
  position: relative;
  display: inline-block;
}
.pdfcvert-free-button a:before {
  width: 36px;
  height: 24px;
  content: "";
  display: inline-block;
  margin: -4px 4px 0 0;
  position: relative;
  background: url(https://www.pdfgear.com/img/homepage_fdicon.svg) no-repeat top
    center;
  vertical-align: middle;
}
.pdfcvert-loadpage {
  display: none;
  background: #fff;
  padding-bottom: 60px;
}
.pdfcvert-loadpage-middle {
  max-width: 1576px;
  width: 92%;
  margin: 80px auto 0;
  position: relative;
}
.pdfcvert-loadpage-back {
  position: absolute;
  left: 37.5px;
  top: 0;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  padding: 9px 16px 6px;
  background: #f5f5f5;
  border-radius: 16px;
}
.pdfcvert-loadpage-back:before {
  width: 7px;
  height: 12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(https://www.pdfgear.com/img/converter-backup-arrow.svg)
    no-repeat top center;
  background-size: cover;
  margin-right: 6px;
  margin-top: -2px;
}
.pdfcvert-loadpage-informat {
  text-align: center;
}
.pdfcvert-loadpage-informat h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.pdfcvert-loadpage-informat p {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}
.pdfcvert-loadpage-number {
  font-size: inherit;
  color: inherit;
}
.pdfcvert-loadpage-button {
  padding: 18px 32px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, #dd7051 0%, #ea5255 100%);
  border-radius: 42px;
  border: none;
  cursor: pointer;
  position: relative;
  margin-top: 24px;
}
.pdfcvert-loadpage-button:before {
  width: 26px;
  height: 18px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(https://www.pdfgear.com/img/converter-button-arrow.svg)
    no-repeat top center;
  background-size: cover;
  margin-right: 10px;
  margin-top: -4px;
}
.pdfcvert-loadpage-picture {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.pdfcvert-loadpage-picture-item {
  width: 264px;
  padding: 32px 12px 16px;
  margin: 0 25px 60px;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  cursor: move;
}
.pdfcvert-loadpage-picture-item > p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.pdfcvert-loadpage-picture-item-img {
  width: 100%;
  height: 180px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdfcvert-loadpage-picture-item-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.pdfcvert-loadpage-addfiles {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 180px;
  margin-left: 70px;
  margin-top: 20px;
  position: relative;
}
.pdfcvert-loadpage-addfiles span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
  margin-top: 14px;
}
.pdfcvert-loadpage-input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.pdfcvert-loadpage-layout {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  top: 8px;
  opacity: 0;
  transition: all 0.1s linear;
}
.pdfcvert-loadpage-layout img {
  cursor: pointer;
  margin: 0 6px;
}
.pdfcvert-loadpage-picture-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.pdfcvert-loadpage-picture-item:hover .pdfcvert-loadpage-layout {
  opacity: 1;
}
.pdfcvert-loadpage-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
}
.pdfcvert-loadpage-preview.flex {
  display: flex;
}
.pdfcvert-loadpage-preview-middle {
  position: relative;
  display: flex;
  justify-content: center;
}
.pdfcvert-loadpage-preview-total {
  width: 1536px;
  height: 760px;
  padding: 64px 85px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdfcvert-loadpage-preview-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pdfcvert-loadpage-preview-item > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  display: block;
}
.pdfcvert-loadpage-preview-item p {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: 400;
  margin-bottom: 36px;
}
.converter-loadpage-close {
  position: absolute;
  left: 0;
  top: -68px;
  z-index: 5;
  cursor: pointer;
}
.converter-loadpage-arrow {
  position: absolute;
  top: calc(50% - 32px);
  z-index: 5;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.converter-loadpage-prearr {
  left: -88px;
}
.converter-loadpage-nextarr {
  right: -88px;
}
.pdfcvert-before,
.pdfcvert-upload,
.pdfcvert-converting,
.pdfcvert-complete,
.pdfcvert-specification,
.pdfcvert-completeing,
.pdfcvert-splitcation,
.pdfmerge-upload {
  display: none;
  width: 100%;
}
.pdfcvert-complete {
  padding: 0 16px;
}
.pdfcvert-converser-area .pdfcvert-before-inpare .pdfcvert-choose {
  margin-bottom: 10px;
}
.pdfcvert-before {
  display: block;
  padding-top: 10px;
}
.pdfcvert-before-inpare {
  position: relative;
}
.pdfcvert-before-contact {
  border-top: none !important;
  width: calc(100% - 60px);
  margin: 10px auto 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdfcvert-before-contact p a {
  color: #3e6cff;
  font-size: inherit;
}
.pdfcvert-desc {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.pdfcvert-text {
  text-align: left;
}
.pdfcvert-text-name {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}
.pdfcvert-text-size {
  font-size: 18px;
  line-height: 21px;
  color: #606060;
  margin-top: 12px;
}
.pdfcvert-progress {
  font-size: 18px;
  line-height: 21px;
  color: #606060;
  margin-top: 20px;
  font-weight: 400;
}
.pdfcvert-progress em {
  font-size: inherit;
  font-style: normal;
}
.pdfcvert-progress b {
  font-size: inherit;
  margin-left: 2px;
}
.pdfcvert-progress b.connum1 {
  animation: ficker 2s linear infinite;
}
.pdfcvert-progress b.connum2 {
  animation: ficker 2s linear 0.5s infinite;
}
.pdfcvert-progress b.connum3 {
  animation: ficker 2s linear 1s infinite;
}
@keyframes ficker {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pdfcvert-line {
  width: 44px;
  height: 8px;
  margin: 0 20px;
  display: block;
  background: url(https://www.pdfgear.com/img/pdfconvert_ptd_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-complete-area {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdfcvert-download {
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 60px;
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 102.89%);
  border: none;
  margin-right: 24px;
  position: relative;
}
.pdfcvert-download:before {
  width: 32px;
  height: 32px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 9px 0 0;
  background: url(https://www.pdfgear.com/img/pdfcvert-download.svg) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-delete-area {
  position: relative;
}
.pdfcvert-delete {
  cursor: pointer;
}
.pdfcvert-delete-tips {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 3px;
  color: #fff;
  left: 52px;
  top: 13px;
  width: 220px;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 5;
}
.pdfcvert-specification {
  width: 100%;
}
.pdfcvert-specification-button {
  max-width: 240px;
  padding: 0 10px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(90deg, #dd7051 0%, #ea5255 100%);
  border-radius: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  margin: 40px auto;
}
.pdfcvert-specification-option {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  padding: 24px 40px;
}
.pdfcvert-specification-option h5 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}
.pdfcvert-option-total {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  text-align: left;
  flex-wrap: wrap;
}
.pdfcvert-option-list {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  margin-top: 24px;
  background: #fff;
  border-radius: 4px;
  padding: 18px 18px 24px 46px;
}
.pdfcvert-option-list:before {
  width: 16px;
  height: 16px;
  left: 18px;
  top: 21px;
  background: #fff;
  border: 1px solid rgba(252, 13, 27, 0.2);
  border-radius: 10px;
  display: block;
  content: "";
  position: absolute;
}
.pdfcvert-option-list.checked {
  background: #ffdcdc;
}
.pdfcvert-option-list.checked:before {
  border: 1px solid #fc0d1b;
  width: 14px;
  height: 14px;
}
.pdfcvert-option-list.checked:after {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fc0d1b;
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 25px;
}
.pdfcvert-option-list b {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: 500;
}
.pdfcvert-option-list p {
  font-size: 14px;
  line-height: 22px;
  color: #606060;
  margin-top: 8px;
  margin-bottom: 0;
}
.pdfcvert-completeing-animation {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdfconvert_compress_line {
  margin: 0 10px;
}
.pdfcvert-completeing-progress {
  margin-top: 20px;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}
.pdfcvert-completeing-progress span {
  font-size: inherit;
  color: inherit;
}
.pdfmerge-upload {
  width: 100%;
}
.pdfcvert-upload-mergeshow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px 24px 16px;
  box-sizing: border-box;
  border-bottom: 1px dashed #695cff;
}
.pdfcvert-upload-mergeshow-before {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pdfcvert-upload-add {
  display: flex;
  align-items: center;
  margin-left: 9px;
}
.pdfcvert-upload-add span {
  font-size: 18px;
  line-height: 21px;
  color: #1e76e3;
  font-weight: 400;
  margin-left: 8px;
  text-align: left;
}
.pdfcvert-upload-mergeshow-before .pdfcvert-input {
  height: 100%;
}
.pdfcvert-upload-mergeshow-button {
  width: 184px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #1e76e3;
  border-radius: 4px;
  position: relative;
}
.pdfcvert-upload-mergeshow-button.mergestartbtn span {
  opacity: 1;
  z-index: 1;
}
.pdfcvert-upload-mergeshow-button span {
  position: absolute;
  width: 244px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 3px;
  z-index: 3;
  right: 202px;
  top: 11px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 4px 5px;
  box-sizing: border-box;
  opacity: 0;
  transition: all linear 0.3s;
  z-index: -1;
}
.pdfcvert-upload-mergeshow-button span:after {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  z-index: 3;
  position: absolute;
  right: -11px;
  top: calc(50% - 4px);
}
.pdfcvert-upload-mergelist {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pdfcvert-upload-mergelist-item {
  width: 100px;
  margin: 17px 14px;
  position: relative;
}
.mergeclose {
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 5;
  cursor: pointer;
}
.pdfcvert-upload-mergelist-item p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #606060;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pdfcvert-splitcation {
  width: 100%;
}
.pdfcvert-splitcation-des {
  padding: 24px 18px;
  border-bottom: 1px dashed #97a3ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdfcvert-splitcation-types {
  display: flex;
  align-items: center;
}
.pdfcvert-splitcation-types span {
  margin-left: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.pdfcvert-splitcation-types font {
  font-size: 16px;
  color: inherit;
  margin-left: 6px;
}
.pdfcvert-splitcation-types font em {
  font-size: 16px;
  font-weight: inherit;
}
.pdfcvert-splitcation-button {
  width: 184px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #1e76e3;
  border-radius: 4px;
}
.pdfcvert-splitcation-range {
  padding: 45px 15px 10px 32px;
  text-align: left;
}
.pdfcvert-splitcation-rangenum span {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.pdfcvert-splitcation-rangenum font {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin-left: 5px;
}
.pdfcvert-splitcation-rangenum em {
  font-size: inherit;
  color: inherit;
  font-weight: 400;
}
.pdfcvert-splitcation-rangenum input {
  margin-left: 22px;
  padding: 7px 6px;
  border: 1px solid #eee;
  background: #fff;
  outline: none;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 282px;
}
.pdfcvert-splitcation-rangenum input:placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.pdfcvert-splitcation-tips {
  margin-top: 46px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
  position: relative;
}
.pdfcvert-splitcation-tips span {
  font-size: 16px;
  color: #474747;
  margin-right: 14px;
}
.pdfcvert-split-tips {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: url(https://www.pdfgear.com/img/pdfcvert-split-tips.svg) #afc5ff
    no-repeat center center;
  z-index: 3;
}
.pdfcvert-split-tipstext {
  position: absolute;
  background: #1e76e3;
  border-radius: 20px;
  z-index: 2;
  max-width: 642px;
  width: 100%;
  padding: 5px 53px 5px 15px;
  box-sizing: border-box;
  right: -4px;
  opacity: 0;
  transition: all 0.1s linear;
}
.pdfcvert-split-tipstext p {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.pdfcvert-splitcation-tips:hover .pdfcvert-split-tipstext {
  opacity: 1;
}
.pdfcvert-splitcation-tips:hover .pdfcvert-split-tips {
  background-color: #56a2ff;
}
.pdfcvert-line.jtpcolor {
  background: url(https://www.pdfgear.com/img/pdfconvert_jtp_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-line.ptecolor {
  background: url(https://www.pdfgear.com/img/pdfconvert_pte_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-line.ptjcolor {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptj_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-line.ptpcolor {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptp_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-line.ptwcolor {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptd_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-line.wtpcolor {
  background: url(https://www.pdfgear.com/img/pdfconvert_wtp_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-line.htpcolor {
  background: url(https://www.pdfgear.com/img/pdfconvert_wtp_line.png) no-repeat
    top center;
  background-size: cover;
}
.pdfcvert-line.pmtpcolor {
  background: url(https://www.pdfgear.com/img/pdfcvert_merge_line.svg) no-repeat
    top center;
  background-size: cover;
}
.ptw .pdfcvert-banner {
  background: linear-gradient(180deg, #b9d9ff 0%, #ffffff 24%);
}
.ptw .pdfcvert-converser {
  background: #f3f7ff;
  border: 1px dashed #5397fe;
}
.ptw .pdfcvert-converser-area {
  background: #d1e3f9;
  border: 1px dashed #5397fe;
}
.ptw .pdfcvert-howto-list h3 span {
  background-color: #2168d1;
}
.ptw .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptw_dlbg.jpg) #e8f2ff
    no-repeat top center;
  background-size: cover;
}
.ptw.wtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_wtp_dlbg.jpg) #e8f2ff
    no-repeat top center;
  background-size: cover;
}
.ptw .pdfcvert-free-text span {
  background: #a0c6ff;
}
.ptw .pdfcvert-free-text {
  max-width: 380px;
}
.ptw.wtp .pdfcvert-free-text {
  max-width: 440px;
}
.ptw .pdfcvert-dlmodel,
.ptw.wtp .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #d0e3ff -1.68%,
    #edf5ff 26.48%,
    #e8f8ff 98.33%
  );
}
.ptw .pdfcvert-before-contact,
.ptw.wtp .pdfcvert-before-contact {
  border-top: 1px dashed #5397fe !important;
}
.ptw .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-04.png);
}
.ptj .pdfcvert-banner {
  background: linear-gradient(180deg, #ffc6d3 0%, #ffffff 24%);
}
.ptj .pdfcvert-converser {
  background: snow;
  border: 1px dashed #fc0d71;
}
.ptj .pdfcvert-converser-area {
  background: #ffe5eb;
  border: 1px dashed #fc0d71;
}
.ptj .pdfcvert-howto-list h3 span {
  background-color: #ca0813;
}
.ptj .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptj_dlbg.jpg) #fff5f6
    no-repeat top center;
  background-size: cover;
}
.ptj.jtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jtp_dlbg.jpg) #fff5f6
    no-repeat top center;
  background-size: cover;
}
.ptj .pdfcvert-free-text span {
  background: #ffbacc;
}
.ptj .pdfcvert-free-text {
  max-width: 380px;
}
.ptj.jtp .pdfcvert-free-text {
  max-width: 460px;
}
.ptj .pdfcvert-dlmodel,
.ptj.jtp .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #fbe5eb -1.68%,
    #fff2f2 36.02%,
    #ffe8e8 98.33%
  );
}
.ptj .pdfcvert-before-contact,
.ptj.jtp .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d71 !important;
}
.ptj .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-01.png);
}
.jptp .pdfcvert-banner {
  background: linear-gradient(180deg, #ffca57 0%, #ffffff 24%);
}
.jptp .pdfcvert-converser {
  background: #fffcf9;
  border: 1px dashed #ff865c;
}
.jptp .pdfcvert-converser-area {
  background: #fff3e9;
  border: 1px dashed #ff865c;
}
.jptp .pdfcvert-howto-list h3 span {
  background-color: #ff8f0d;
}
.jptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jptp_dlbg.jpg) #ffea96
    no-repeat top center;
  background-size: cover;
}
.jptp .pdfcvert-free-text span {
  background: #ffb400;
}
.jptp .pdfcvert-free-text {
  max-width: 430px;
}
.jptp .pdfcvert-dlmodel {
  background: linear-gradient(
    270.96deg,
    #fff0e1 -1.71%,
    #fffff3 43.19%,
    #fffbe8 100.79%
  );
}
.jptp .pdfcvert-before-contact {
  border-top: 1px dashed #ff865c !important;
}
.jptp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.ptjp .pdfcvert-banner {
  background: linear-gradient(180deg, #ffcc5f 0%, #ffffff 24%);
}
.ptjp .pdfcvert-converser {
  background: snow;
  border: 1px dashed #ff865c;
}
.ptjp .pdfcvert-converser-area {
  background: #fff3e9;
  border: 1px dashed #ff865c;
}
.ptjp .pdfcvert-howto-list h3 span {
  background-color: #ff8f0d;
}
.ptjp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptjp_dlbg.jpg) #ffea96
    no-repeat top center;
  background-size: cover;
}
.ptjp .pdfcvert-free-text span {
  background: #ffb400;
}
.ptjp .pdfcvert-free-text {
  max-width: 400px;
}
.ptjp .pdfcvert-dlmodel {
  background: linear-gradient(
    270.96deg,
    #fff0e1 -1.71%,
    #fffff3 43.19%,
    #fffbe8 100.79%
  );
}
.ptjp .pdfcvert-before-contact {
  border-top: 1px dashed #ff865c !important;
}
.ptjp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.pngtp .pdfcvert-banner {
  background: linear-gradient(180deg, #95f2ff 0%, #ffffff 24%);
}
.pngtp .pdfcvert-converser {
  background: #fafdff;
  border: 1px dashed #5cd8ff;
}
.pngtp .pdfcvert-converser-area {
  background: #e9fcff;
  border: 1px dashed #5cd8ff;
}
.pngtp .pdfcvert-howto-list h3 span {
  background-color: #7defff;
}
.pngtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pngtp_dlbg.jpg) #aef6fd
    no-repeat top center;
  background-size: cover;
}
.pngtp .pdfcvert-free-text span {
  background: #ffb400;
}
.pngtp .pdfcvert-free-text {
  max-width: 430px;
}
.pngtp .pdfcvert-dlmodel {
  background: linear-gradient(
    270.96deg,
    #ecfcff -1.71%,
    #f3f9ff 43.19%,
    #e8fffe 100.79%
  );
}
.pngtp .pdfcvert-before-contact {
  border-top: 1px dashed #5cd8ff !important;
}
.pngtp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-04.png);
}
.imgtp .pdfcvert-banner {
  background: linear-gradient(180deg, #ffa450 0%, #ffc27b 14%, #ffffff 24%);
}
.imgtp .pdfcvert-converser {
  background: #fffdfc;
  border: 1px dashed #ffaa5d;
}
.imgtp .pdfcvert-converser-area {
  background: #fff5e9;
  border: 1px dashed #ffaa5d;
}
.imgtp .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ffc42d 4.42%, #ffb97e 100%);
}
.imgtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_imgtp_dlbg.jpg) #ffeddc
    no-repeat top center;
  background-size: cover;
}
.imgtp .pdfcvert-free-text span {
  background: #ffb400;
}
.imgtp .pdfcvert-free-text {
  max-width: 560px;
}
.imgtp .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #fdf5e9 -1.68%,
    #fff6f5 39.85%,
    #fcf0e6 98.33%
  );
}
.imgtp .pdfcvert-before-contact {
  border-top: 1px dashed #ffaa5d !important;
}
.imgtp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.ptpng .pdfcvert-banner {
  background: linear-gradient(180deg, #95f2ff 0%, #ffffff 24%);
}
.ptpng .pdfcvert-converser {
  background: #fafdff;
  border: 1px dashed #5cd8ff;
}
.ptpng .pdfcvert-converser-area {
  background: #e9fcff;
  border: 1px dashed #5cd8ff;
}
.ptpng .pdfcvert-howto-list h3 span {
  background-color: #7defff;
}
.ptpng .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptpng_dlbg.jpg) #aef6fd
    no-repeat top center;
  background-size: cover;
}
.ptpng .pdfcvert-free-text span {
  background: #ffb400;
}
.ptpng .pdfcvert-free-text {
  max-width: 400px;
}
.ptpng .pdfcvert-dlmodel {
  background: linear-gradient(
    270.96deg,
    #ecfcff -1.71%,
    #f3f9ff 43.19%,
    #e8fffe 100.79%
  );
}
.ptpng .pdfcvert-before-contact {
  border-top: 1px dashed #5cd8ff !important;
}
.ptpng .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-04.png);
}
.ptp .pdfcvert-banner {
  background: linear-gradient(180deg, #ffc0ac 0%, #ffffff 24%);
}
.ptp .pdfcvert-converser {
  background: #fff6f4;
  border: 1px dashed #fc800d;
}
.ptp .pdfcvert-converser-area {
  background: #ffede5;
  border: 1px dashed #fc800d;
}
.ptp .pdfcvert-howto-list h3 span {
  background-color: #ff7b42;
}
.ptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptp_dlbg.jpg) #fff2ee
    no-repeat top center;
  background-size: cover;
}
.ptp .pdfcvert-free-text span {
  background: #ffbda5;
}
.ptp .pdfcvert-free-text {
  max-width: 460px;
}
.ptp .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #ffe3d4 -1.68%,
    #fff1ed 59.06%,
    #fee7d7 98.33%
  );
}
.ptp .pdfcvert-before-contact {
  border-top: 1px dashed #fc800d !important;
}
.ptp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.ptpptx .pdfcvert-banner {
  background: linear-gradient(180deg, #ffb891 0%, #ffffff 24%);
}
.ptpptx .pdfcvert-converser {
  background: #fff9f4;
  border: 1px dashed #fc800d;
}
.ptpptx .pdfcvert-converser-area {
  background: #ffede5;
  border: 1px dashed #fc800d;
}
.ptpptx .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ff863c 4.42%, #ff904b 100%);
}
.ptpptx .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptpptx_dlbg.jpg)
    #ffdfcb no-repeat top center;
  background-size: cover;
}
.ptpptx .pdfcvert-free-text span {
  background: #ffbda5;
}
.ptpptx .pdfcvert-free-text {
  max-width: 410px;
}
.ptpptx .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #fcede5 -1.68%,
    #ffffed 73.64%,
    #fff7e3 98.33%
  );
}
.ptpptx .pdfcvert-before-contact {
  border-top: 1px dashed #fc800d !important;
}
.ptpptx .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.pte .pdfcvert-banner {
  background: linear-gradient(180deg, #c7edc5 0%, #ffffff 24%);
}
.pte .pdfcvert-converser {
  background: #ebfae4;
  border: 1px dashed #198f25;
}
.pte .pdfcvert-converser-area {
  background: #d7f9d6;
  border: 1px dashed #198f25;
}
.pte .pdfcvert-howto-list h3 span {
  background-color: #188f4f;
}
.pte .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pte_dlbg.jpg) #ffecec
    no-repeat top center;
  background-size: cover;
}
.pte .pdfcvert-free-text span {
  background: #8af38f;
}
.pte .pdfcvert-free-text {
  max-width: 390px;
}
.pte .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #d7f9d6 -1.68%,
    #e5ffee 36.02%,
    #defbdf 98.33%
  );
}
.pte .pdfcvert-before-contact {
  border-top: 1px dashed #198f25 !important;
}
.pte .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-05.png);
}
.compress .pdfcvert-banner {
  background: linear-gradient(180deg, #ff9f9f 0%, #ffffff 24%);
}
.compress .pdfcvert-converser {
  background: #fff4f4;
  border: 1px dashed #fc0d1b;
}
.compress .pdfcvert-converser-area {
  background: #ffdcdc;
  border: 1px dashed #fc0d1b;
  min-height: 272px;
  height: auto;
}
.compress .pdfcvert-howto-list h3 span {
  background-color: #fc0d1b;
}
.compress .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_compress_dlbg.jpg)
    #d0cfff no-repeat top center;
  background-size: cover;
}
.compress .pdfcvert-free-text span {
  background: #ff7f7d;
}
.compress .pdfcvert-free-text {
  max-width: 360px;
}
.compress .pdfcvert-complete {
  padding: 68px 0 0;
}
.compress .pdfcvert-dlarea {
  background: linear-gradient(180deg, #fdd8e7 0%, #fde9f0 100%);
}
.compress .pdfcvert-before-contact {
  border-top: 1px dashed #ff5959;
}
.compress .pdfcvert-dlmodel {
  background: linear-gradient(90deg, #ffbec6 0%, #fff3f3 80.15%);
}
.compress .pdfcvert-dlmodel-text p span {
  color: #fc0d1b;
}
.compress .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d1b !important;
}
.merge .pdfcvert-banner {
  background: linear-gradient(180deg, #c0b1ff 0%, #f2d5ff 14%, #ffffff 24%);
}
.merge .pdfcvert-converser {
  background: #fafdff;
  border: 1px dashed #695cff;
}
.merge .pdfcvert-converser-area {
  background: #e9eaff;
  border: 1px dashed #695cff;
}
.merge .pdfcvert-howto-list h3 span {
  background-color: #977dff;
}
.merge .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_merge_dlbg.jpg) #d7b2fe
    no-repeat top center;
  background-size: cover;
}
.merge .pdfcvert-free-text span {
  background: #ff7f7d;
}
.merge .pdfcvert-free-text {
  max-width: 400px;
}
.merge .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #eaeaff -1.71%,
    #f4f3ff 43.19%,
    #e8fcff 100.79%
  );
}
.merge .pdfcvert-before-contact {
  border-top: 1px dashed #695cff !important;
}
.pdfread .pdfcvert-banner {
  background: linear-gradient(180deg, #b2b0ff 0%, #ffffff 24%);
}
.pdfread .pdfcvert-converser {
  background: #f8f8ff;
  border: 1px dashed #aba9ff;
}
.pdfread .pdfcvert-converser-area {
  background: #eaeaff;
  border: 1px dashed #aba9ff;
}
.pdfread .pdfcvert-howto-list h3 span {
  background-color: #7d79ff;
}
.pdfread .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_reader_dlbg.jpg)
    #d0cfff no-repeat top center;
  background-size: cover;
}
.pdfread .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #ddddff -1.68%,
    #e1e1ff 42.13%,
    #ededff 98.33%
  );
}
.pdfread .pdfcvert-before-contact {
  border-top: 1px dashed #aba9ff !important;
}
.pdfeditor .pdfcvert-banner {
  background: linear-gradient(180deg, #5dfff2 0%, #ffffff 24%);
}
.pdfeditor .pdfcvert-converser {
  background: #f1fffe;
  border: 1px dashed #3cc1b8;
}
.pdfeditor .pdfcvert-converser-area {
  background: #d8fffc;
  border: 1px dashed #3cc1b8;
}
.pdfeditor .pdfcvert-howto-list h3 span {
  background-color: #3cc1b8;
}
.pdfeditor .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_editor_dlbg.jpg)
    #d5fffc no-repeat top center;
  background-size: cover;
}
.pdfeditor .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #dffffc -1.68%,
    #effffe 57.95%,
    #f8ffe8 98.33%
  );
}
.pdfeditor .pdfcvert-before-contact {
  border-top: 1px dashed #3cc1b8 !important;
}
.pdfcrop .pdfcvert-banner {
  background: linear-gradient(180deg, #abecd6 0%, #ffffff 24%);
}
.pdfcrop .pdfcvert-converser {
  background: #f5feff;
  border: 1px dashed #58e4b5;
}
.pdfcrop .pdfcvert-converser-area {
  background: #f4fffb;
  border: 1px dashed #58e4b5;
}
.pdfcrop .pdfcvert-howto-list h3 span {
  background-color: #58e4b5;
}
.pdfcrop .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_crop_dlbg.jpg) #d9ff9c
    no-repeat top center;
  background-size: cover;
}
.pdfcrop .pdfcvert-free-text {
  max-width: 400px;
}
.pdfcrop .pdfcvert-dlarea {
  background: linear-gradient(
    85.04deg,
    #dafff2 1.33%,
    #e8fef0 74.77%,
    #acecd7 96.04%
  );
}
.pdfcrop .pdfcvert-before-contact {
  border-top: 1px dashed #47e9b2;
}
.pdfcrop .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #d0ffe6 -1.68%,
    #f7ffed 26.48%,
    #f3ffe8 98.33%
  );
}
.pdfcrop .pdfcvert-before-contact {
  border-top: 1px dashed #58e4b5 !important;
}
.pdfetp .pdfcvert-banner {
  background: linear-gradient(180deg, #c7edc5 0%, #ffffff 24%);
}
.pdfetp .pdfcvert-converser {
  background: #ebfae4;
  border: 1px dashed #198f25;
}
.pdfetp .pdfcvert-converser-area {
  background: #d7f9d6;
  border: 1px dashed #198f25;
}
.pdfetp .pdfcvert-howto-list h3 span {
  background-color: #188f4f;
}
.pdfetp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_etp_dlbg.jpg) #d1ccef
    no-repeat top center;
  background-size: cover;
}
.pdfetp .pdfcvert-free-text {
  max-width: 400px;
}
.pdfetp .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #d7f9d6 -1.68%,
    #edfff3 36.02%,
    #faffe8 98.33%
  );
}
.pdfetp .pdfcvert-before-contact {
  border-top: 1px dashed #198f25 !important;
}
.pdfetp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-05.png);
}
.pdfeptp .pdfcvert-banner {
  background: linear-gradient(180deg, #9eed1c 0%, #e0ffaf 18%, #ffffff 24%);
}
.pdfeptp .pdfcvert-converser {
  background: #fefff5;
  border: 1px dashed #b8e429;
}
.pdfeptp .pdfcvert-converser-area {
  background: #faffe3;
  border: 1px dashed #b8e429;
}
.pdfeptp .pdfcvert-howto-list h3 span {
  background-color: #85d305;
}
.pdfeptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_eptp_dlbg.jpg) #b0ffb8
    no-repeat top center;
  background-size: cover;
}
.pdfeptp .pdfcvert-free-text {
  max-width: 400px;
}
.pdfeptp .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #e6fee0 -1.68%,
    #ffffed 73.64%,
    #faffe3 98.33%
  );
}
.pdfeptp .pdfcvert-before-contact {
  border-top: 1px dashed #b8e429 !important;
}
.pdfeptp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-05.png);
}
.pdfxlstp .pdfcvert-banner {
  background: linear-gradient(180deg, #94d85d 0%, #acd590 9%, #ffffff 24%);
}
.pdfxlstp .pdfcvert-converser {
  background: #fefff5;
  border: 1px dashed #95d760;
}
.pdfxlstp .pdfcvert-converser-area {
  background: #edffe1;
  border: 1px dashed #95d760;
}
.pdfxlstp .pdfcvert-howto-list h3 span {
  background-color: #2eb05b;
}
.pdfxlstp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_xlstp_dlbg.jpg) #8af38f
    no-repeat top center;
  background-size: cover;
}
.pdfxlstp .pdfcvert-free-text {
  max-width: 438px;
}
.pdfxlstp .pdfcvert-dlmodel {
  background: linear-gradient(271.13deg, #e9ffd1 -1.68%, #f0fee1 98.33%);
}
.pdfxlstp .pdfcvert-before-contact {
  border-top: 1px dashed #95d760 !important;
}
.pdfxlstp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-05.png);
}
.pdfxlsxtp .pdfcvert-banner {
  background: linear-gradient(180deg, #53b34f 0%, #6cd969 18%, #ffffff 24%);
}
.pdfxlsxtp .pdfcvert-converser {
  background: #fefff5;
  border: 1px dashed #56b852;
}
.pdfxlsxtp .pdfcvert-converser-area {
  background: #e1ffe1;
  border: 1px dashed #56b852;
}
.pdfxlsxtp .pdfcvert-howto-list h3 span {
  background-color: #2eb05b;
}
.pdfxlsxtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_xlsxtp_dlbg.jpg)
    #bcffd6 no-repeat top center;
  background-size: cover;
}
.pdfxlsxtp .pdfcvert-free-text {
  max-width: 460px;
}
.pdfxlsxtp .pdfcvert-dlmodel {
  background: linear-gradient(271.13deg, #e9ffd1 -1.68%, #f0fee1 98.33%);
}
.pdfxlsxtp .pdfcvert-before-contact {
  border-top: 1px dashed #56b852 !important;
}
.pdfxlsxtp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-05.png);
}
.pdfpptp .pdfcvert-banner {
  background: linear-gradient(180deg, #ffc0ac 0%, #ffffff 24%);
}
.pdfpptp .pdfcvert-converser {
  background: #fff6f4;
  border: 1px dashed #fc800d;
}
.pdfpptp .pdfcvert-converser-area {
  background: #ffede5;
  border: 1px dashed #fc800d;
}
.pdfpptp .pdfcvert-howto-list h3 span {
  background-color: #fc630d;
}
.pdfpptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pptp_dlbg.jpg) #fcf6f2
    no-repeat top center;
  background-size: cover;
}
.pdfpptp .pdfcvert-free-text {
  max-width: 400px;
}
.pdfpptp .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #ffe3d4 -1.68%,
    #ffffed 73.64%,
    #f1ffe8 98.33%
  );
}
.pdfpptp .pdfcvert-before-contact {
  border-top: 1px dashed #fc800d !important;
}
.pdfpptp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.pdfpxtp .pdfcvert-banner {
  background: linear-gradient(180deg, #ffc0ac 0%, #ffffff 24%);
}
.pdfpxtp .pdfcvert-converser {
  background: #fff6f4;
  border: 1px dashed #fc800d;
}
.pdfpxtp .pdfcvert-converser-area {
  background: #ffede5;
  border: 1px dashed #fc800d;
}
.pdfpxtp .pdfcvert-howto-list h3 span {
  background-color: #fc630d;
}
.pdfpxtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pxtp_dlbg.jpg) #fcf6f2
    no-repeat top center;
  background-size: cover;
}
.pdfpxtp .pdfcvert-free-text {
  max-width: 400px;
}
.pdfpxtp .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #fcede5 -1.68%,
    #ffffed 73.64%,
    #fff7e3 98.33%
  );
}
.pdfpxtp .pdfcvert-before-contact {
  border-top: 1px dashed #fc800d !important;
}
.pdfpxtp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.pdfrtftp .pdfcvert-banner {
  background: linear-gradient(180deg, #488fff 0%, #65c7f7 12%, #ffffff 24%);
}
.pdfrtftp .pdfcvert-converser {
  background: #f4fbff;
  border: 1px dashed #2d95ff;
}
.pdfrtftp .pdfcvert-converser-area {
  background: #e6f6ff;
  border: 1px dashed #2d95ff;
}
.pdfrtftp .pdfcvert-howto-list h3 span {
  background-color: #488fff;
}
.pdfrtftp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_rtftp_dlbg.jpg) #97dff6
    no-repeat top center;
  background-size: cover;
}
.pdfrtftp .pdfcvert-free-text {
  max-width: 438px;
}
.pdfrtftp .pdfcvert-dlarea {
  background: linear-gradient(
    264.33deg,
    #c2daff 7.26%,
    #e7f9ff 37.03%,
    #e5ebff 92.02%
  );
}
.pdfrtftp .pdfcvert-dlmodel {
  background: linear-gradient(
    270deg,
    #cdd6ff 0%,
    #edf8ff 48.67%,
    #e5f0ff 80.15%
  );
}
.pdfrtftp .pdfcvert-before-contact {
  border-top: 1px dashed #2d95ff !important;
}
.pdfrtftp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-04.png);
}
.pdftxttp .pdfcvert-banner {
  background: linear-gradient(180deg, #f9b7ff 0%, #e8d6ff 12%, #ffffff 24%);
}
.pdftxttp .pdfcvert-converser {
  background: #fffbfb;
  border: 1px dashed #af79ff;
}
.pdftxttp .pdfcvert-converser-area {
  background: #fbe9ff;
  border: 1px dashed #af79ff;
}
.pdftxttp .pdfcvert-howto-list h3 span {
  background-color: #af79ff;
}
.pdftxttp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_txttp_dlbg.jpg) #fa99f5
    no-repeat top center;
  background-size: cover;
}
.pdftxttp .pdfcvert-free-text {
  max-width: 438px;
}
.pdftxttp .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #f8e8ff -1.68%,
    #ffe8fe 38.22%,
    #fce8fe 98.33%
  );
}
.pdftxttp .pdfcvert-before-contact {
  border-top: 1px dashed #af79ff !important;
}
.pdftxttp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-02.png);
}
.pdfsplit .pdfcvert-banner {
  background: linear-gradient(180deg, #98a4ff 0%, #cae9ff 14%, #ffffff 24%);
}
.pdfsplit .pdfcvert-converser {
  background: #fafdff;
  border: 1px dashed #97a3ff;
}
.pdfsplit .pdfcvert-converser-area {
  background: #edf2ff;
  border: 1px dashed #97a3ff;
}
.pdfsplit .pdfcvert-howto-list h3 span {
  background-color: #98a4ff;
}
.pdfsplit .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_split_dlbg.jpg) #b2c4ff
    no-repeat top center;
  background-size: cover;
}
.pdfsplit .pdfcvert-free-text {
  max-width: 450px;
}
.pdfsplit .pdfcvert-dlmodel {
  background: linear-gradient(90deg, #d8e1ff -1.71%, #f6e8ff 100.79%);
}
.pdfsplit .pdfcvert-before-contact {
  border-top: 1px dashed #97a3ff !important;
}
.pdfsplit .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-02.png);
}
.pdfdelete .pdfcvert-banner {
  background: linear-gradient(180deg, #ffbaba 0%, #ffe8e8 14%, #ffffff 24%);
}
.pdfdelete .pdfcvert-converser {
  background: #fffdfe;
  border: 1px dashed #fc0d1b;
}
.pdfdelete .pdfcvert-converser-area {
  background: #ffebeb;
  border: 1px dashed #fc0d1b;
}
.pdfdelete .pdfcvert-howto-list h3 span {
  background-color: #ff695f;
}
.pdfdelete .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_delete_dlbg.jpg)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
.pdfdelete .pdfcvert-free-text {
  max-width: 515px;
}
.pdfdelete .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #ffdede -1.68%,
    #fff5f5 39.85%,
    #ffe9e9 98.33%
  );
}
.pdfdelete .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d1b !important;
}
.pdfdelete .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-01.png);
}
.pdfrotate .pdfcvert-banner {
  background: linear-gradient(
    180deg,
    #ffc3c3 0%,
    #ffc1c1 14%,
    #ffe5e5 20%,
    #ffffff 24%
  );
}
.pdfrotate .pdfcvert-converser {
  background: #fffdfe;
  border: 1px dashed #fc0d1b;
}
.pdfrotate .pdfcvert-converser-area {
  background: #ffebeb;
  border: 1px dashed #fc0d1b;
}
.pdfrotate .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ff6258 4.42%, #ff776e 100%);
}
.pdfrotate .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_rotate_dlbg.jpg)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
.pdfrotate .pdfcvert-free-text {
  max-width: 400px;
}
.pdfrotate .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #fcebeb -1.68%,
    #fff5f5 39.85%,
    #fef1f1 98.33%
  );
}
.pdfrotate .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d1b !important;
}
.pdfrotate .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-01.png);
}
.pdfrearrange .pdfcvert-banner {
  background: linear-gradient(180deg, #ffa9a9 0%, #ffd8cb 14%, #ffffff 24%);
}
.pdfrearrange .pdfcvert-converser {
  background: #fffdfc;
  border: 1px dashed #ffacab;
}
.pdfrearrange .pdfcvert-converser-area {
  background: #ffece9;
  border: 1px dashed #ffacab;
}
.pdfrearrange .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ff6258 4.42%, #ff776e 100%);
}
.pdfrearrange .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_rearrange_dlbg.jpg)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
.pdfrearrange .pdfcvert-free-text {
  max-width: 460px;
}
.pdfaddpages .pdfcvert-banner {
  background: linear-gradient(180deg, #ffa9a9 0%, #ffd8cb 14%, #ffffff 24%);
}
.pdfaddpages .pdfcvert-converser {
  background: #fffdfc;
  border: 1px dashed #ffacab;
}
.pdfaddpages .pdfcvert-converser-area {
  background: #ffece9;
  border: 1px dashed #ffacab;
}
.pdfaddpages .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ff6258 4.42%, #ff776e 100%);
}
.pdfaddpages .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_addpages_dlbg.jpg)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
.pdfaddpages .pdfcvert-free-text {
  max-width: 460px;
}
.pdfaddpages .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #fcece9 -1.68%,
    #fff6f5 39.85%,
    #ffe9e6 98.33%
  );
}
.pdfaddpages .pdfcvert-before-contact {
  border-top: 1px dashed #ffacab !important;
}
.pdfaddpages .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-01.png);
}
.pdfunlock .pdfcvert-banner {
  background: linear-gradient(180deg, #ffa9a9 0%, #ffd8cb 14%, #ffffff 24%);
}
.pdfunlock .pdfcvert-converser {
  background: #fffdfc;
  border: 1px dashed #ffacab;
}
.pdfunlock .pdfcvert-converser-area {
  background: #ffece9;
  border: 1px dashed #ffacab;
}
.pdfunlock .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ff6258 4.42%, #ff776e 100%);
}
.pdfunlock .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_unlock_dlbg.jpg)
    #ffdcdc no-repeat top center;
  background-size: cover;
}
.pdfunlock .pdfcvert-free-text {
  max-width: 460px;
}
.pdffill .pdfcvert-banner {
  background: linear-gradient(180deg, #ffb4b4 0%, #ffdee4 14%, #ffffff 24%);
}
.pdffill .pdfcvert-converser {
  background: #fffdfc;
  border: 1px dashed #ff3737;
}
.pdffill .pdfcvert-converser-area {
  background: #ffe9e9;
  border: 1px dashed #ff3737;
}
.pdffill .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ff5454 4.42%, #ff7e7e 100%);
}
.pdffill .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_fill_dlbg.jpg) #ffefe3
    no-repeat top center;
  background-size: cover;
}
.pdffill .pdfcvert-free-text {
  max-width: 460px;
}
.ptimg .pdfcvert-banner {
  background: linear-gradient(180deg, #ffa450 0%, #ffc27b 14%, #ffffff 24%);
}
.ptimg .pdfcvert-converser {
  background: #fffdfc;
  border: 1px dashed #ffaa5d;
}
.ptimg .pdfcvert-converser-area {
  background: #fff5e9;
  border: 1px dashed #ffaa5d;
}
.ptimg .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ffc42d 4.42%, #ffb97e 100%);
}
.ptimg .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptimg_dlbg.jpg) #ffefed
    no-repeat top center;
  background-size: cover;
}
.ptimg .pdfcvert-free-text {
  max-width: 460px;
}
.ptimg .pdfcvert-dlmodel {
  background: linear-gradient(
    271.13deg,
    #fdf5e9 -1.68%,
    #fff6f5 39.85%,
    #fcf0e6 98.33%
  );
}
.ptimg .pdfcvert-before-contact {
  border-top: 1px dashed #ffaa5d !important;
}
.ptimg .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-03.png);
}
.pdfonline .pdfcvert-banner {
  background: linear-gradient(180deg, #ffb4b4 0%, #ffdee4 14%, #ffffff 24%);
}
.pdfonline .pdfcvert-converser {
  background: #fffdfc;
  border: 1px dashed #ff3737;
}
.pdfonline .pdfcvert-converser-area {
  background: #ffe9e9;
  border: 1px dashed #ff3737;
}
.pdfonline .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ff5454 4.42%, #ff7e7e 100%);
}
.pdfonline .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_online_dlbg.jpg)
    #ffe5ec no-repeat top center;
  background-size: cover;
}
.pdfonline .pdfcvert-free-text {
  max-width: 460px;
}
.pdfhtmltp .pdfcvert-banner {
  background: linear-gradient(180deg, #6cdd91 0%, #adf07f 14%, #ffffff 24%);
}
.pdfhtmltp .pdfcvert-converser {
  background: #fffbfb;
  border: 1px dashed #5dd598;
}
.pdfhtmltp .pdfcvert-converser-area {
  background: #e4ffd2;
  border: 1px dashed #5dd598;
}
.pdfhtmltp .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #5dd598 4.42%, #76e08d 100%);
}
.pdfhtmltp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_htmltp_dlbg.jpg)
    #d1ffe1 no-repeat top center;
  background-size: cover;
}
.pdfhtmltp .pdfcvert-free-text {
  max-width: 490px;
}
.pdfhtmltp .pdfcvert-converser {
  margin-top: 0;
}
.pdfcvert-converser-checkbtn {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pdfcvert-converser-checkbtn span {
  padding: 12px 50px;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
}
.pdfcvert-converser-checkbtn span.checked {
  color: #069f32;
  border: 1px solid #72de8f;
  border-bottom: none;
  font-weight: 600;
}
.pdfcvert-before-item {
  display: none;
}
.pdfcvert-before-item.showed {
  display: block;
}
.pdfcvert-input-url {
  width: 600px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.pdfcvert-choose {
  cursor: pointer;
}
.pthtml .pdfcvert-banner {
  background: linear-gradient(180deg, #6cdd91 0%, #adf07f 14%, #ffffff 24%);
}
.pthtml .pdfcvert-converser {
  background: #fffbfb;
  border: 1px dashed #5dd598;
}
.pthtml .pdfcvert-converser-area {
  background: #e4ffd2;
  border: 1px dashed #5dd598;
}
.pthtml .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #5dd598 4.42%, #76e08d 100%);
}
.pthtml .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pthtml_dlbg.jpg)
    #d1ffe1 no-repeat top center;
  background-size: cover;
}
.pthtml .pdfcvert-free-text {
  max-width: 540px;
}
.ptepub .pdfcvert-banner {
  background: linear-gradient(180deg, #9eed1c 0%, #e0ffaf 14%, #ffffff 24%);
}
.ptepub .pdfcvert-converser {
  background: #fefff5;
  border: 1px dashed #b8e429;
}
.ptepub .pdfcvert-converser-area {
  background: #faffe3;
  border: 1px dashed #b8e429;
}
.ptepub .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #2bcf3f 4.42%, #19d5a1 100%);
}
.ptepub .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptepub_dlbg.jpg)
    #abffcd no-repeat top center;
  background-size: cover;
}
.ptepub .pdfcvert-free-text {
  max-width: 470px;
}
.ptpdfa .pdfcvert-banner {
  background: linear-gradient(180deg, #ffac86 0%, #fff 24%);
}
.ptpdfa .pdfcvert-converser {
  background: #fffbfb;
  border: 1px dashed #ffc23b;
}
.ptpdfa .pdfcvert-converser-area {
  background: #fff7ed;
  border: 1px dashed #ffc23b;
}
.ptpdfa .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #ffbf1e 4.42%, #ffb07c 100%);
}
.ptpdfa .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptpdfa_dlbg.jpg)
    #ffecca no-repeat top center;
  background-size: cover;
}
.ptpdfa .pdfcvert-free-text {
  max-width: 470px;
}
.psdtp .pdfcvert-banner {
  background: linear-gradient(180deg, #4a67ff 0%, #aed5ff 14%, #ffffff 24%);
}
.psdtp .pdfcvert-converser {
  background: #fbfdff;
  border: 1px dashed #5371ff;
}
.psdtp .pdfcvert-converser-area {
  background: #e9edff;
  border: 1px dashed #5371ff;
}
.psdtp .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #0b78ff 4.42%, #76b8ff 100%);
}
.psdtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_psdtp_dlbg.jpg) #a1b0ff
    no-repeat top center;
  background-size: cover;
}
.psdtp .pdfcvert-free-text {
  max-width: 533px;
}
.psdtp .pdfcvert-dlarea {
  background: linear-gradient(
    264.49deg,
    #becaff 3.71%,
    #e1e6ff 50.19%,
    #eef9ff 100.65%
  );
}
.psdtp .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #cdd6ff 0%,
    #edf8ff 48.67%,
    #e1fffb 80.15%
  );
}
.psdtp .pdfcvert-before-contact {
  border-top: 1px dashed #5371ff !important;
}
.psdtp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-04.png);
}
.ptpsd .pdfcvert-banner {
  background: linear-gradient(180deg, #4a67ff 0%, #aed5ff 14%, #ffffff 24%);
}
.ptpsd .pdfcvert-converser {
  background: #fbfdff;
  border: 1px dashed #5371ff;
}
.ptpsd .pdfcvert-converser-area {
  background: #e9edff;
  border: 1px dashed #5371ff;
}
.ptpsd .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #0b78ff 4.42%, #76b8ff 100%);
}
.ptpsd .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptpsd_dlbg.jpg) #a1b0ff
    no-repeat top center;
  background-size: cover;
}
.ptpsd .pdfcvert-free-text {
  max-width: 400px;
}
.ptpsd .pdfcvert-dlmodel {
  background: linear-gradient(
    90deg,
    #eaedff -1.68%,
    #edfcff 49.68%,
    #dbe0ff 98.33%
  );
}
.ptpsd .pdfcvert-before-contact {
  border-top: 1px dashed #5371ff !important;
}
.ptpsd .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-04.png);
}
.ptext .pdfcvert-banner {
  background: linear-gradient(180deg, #7b96ff 0%, #fff 24%);
}
.ptext .pdfcvert-converser {
  background: #f4f6ff;
  border: 1px dashed #7181bf;
}
.ptext .pdfcvert-converser-area {
  background: #e9ecff;
  border: 1px dashed #7181bf;
}
.ptext .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #7894ff 4.42%, #91a7ff 100%);
}
.ptext .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptext_dlbg.jpg) #afc3ff
    no-repeat top center;
  background-size: cover;
}
.ptext .pdfcvert-free-text {
  max-width: 390px;
}
.pdftorft .pdfcvert-banner {
  background: linear-gradient(180deg, #488fff 0%, #65c7f7 14%, #ffffff 24%);
}
.pdftorft .pdfcvert-converser {
  background: #f4fbff;
  border: 1px dashed #2d95ff;
}
.pdftorft .pdfcvert-converser-area {
  background: #e6f6ff;
  border: 1px dashed #5dd598;
}
.pdftorft .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #61b1ff 4.42%, #22adf1 100%);
}
.pdftorft .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pdftorft_dlbg.jpg)
    #bcfaf4 no-repeat top center;
  background-size: cover;
}
.pdftorft .pdfcvert-free-text {
  max-width: 510px;
}
.htp .pdfcvert-banner {
  background: url(https://www.pdfgear.com/img/pdfconvert_htp_bannerbg.jpg) #fff
    no-repeat top center;
}
.htp .pdfcvert-converser {
  background: #fff6fe;
  border: 1px dashed #ff5c5b;
}
.htp .pdfcvert-converser-area {
  background: #ffeefa;
  border: 1px dashed #ff5c5b;
}
.htp .pdfcvert-howto-list h3 span {
  background-color: #f15d56;
}
.htp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_htp_dlbg.jpg) #ffd9fb
    no-repeat top center;
  background-size: cover;
}
.htp .pdfcvert-free-text {
  max-width: 380px;
}
.htp .pdfcvert-before-contact {
  border-top: 1px dashed #ff5c5b !important;
}
.htp .popup {
  background-image: url(https://www.pdfgear.com/img/err-popup-bg-02.png);
}
html[lang="de-DE"] .compress .pdfcvert-converser-area {
  height: 288px;
}
html[lang="de-DE"] .ptj .pdfcvert-howto-list h3 span {
  background: linear-gradient(95.36deg, #fd9090 4.42%, #ff8181 100%);
}
html[lang="de-DE"] .pdfcvert-howto-list h3 span {
  font-size: 16px;
}
html[lang="de-DE"] .pdfcvert-converser-area .pdfcvert-choose {
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 102.89%);
}
html[lang="de-DE"] .pdfcvert-converser-area .drophere {
  font-size: 18px;
  color: #000;
}
html[lang="de-DE"] .pdfcvert-before-contact p {
  font-size: 14px;
}
html[lang="de-DE"] .pdfcvert-input {
  height: calc(100% - 38px);
}
html[lang="de-DE"] .jptp .pdfcvert-before-contact,
html[lang="de-DE"] .ptjp .pdfcvert-before-contact {
  border-top: 1px dashed #ffb159 !important;
}
html[lang="de-DE"] .ptw .pdfcvert-before-contact {
  border-top: 1px dashed #7fd1ff !important;
}
html[lang="de-DE"] .ptj .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d1b !important;
}
html[lang="de-DE"] .pte .pdfcvert-before-contact,
html[lang="de-DE"] .pdfetp .pdfcvert-before-contact {
  border-top: 1px dashed #40ff3b !important;
}
html[lang="de-DE"] .pngtp .pdfcvert-before-contact,
html[lang="de-DE"] .ptpng .pdfcvert-before-contact {
  border-top: 1px dashed #7fd1ff !important;
}
html[lang="de-DE"] .ptp .pdfcvert-before-contact,
html[lang="de-DE"] .pdfpptp .pdfcvert-before-contact {
  border-top: 1px dashed #f87 !important;
}
html[lang="de-DE"] .compress .pdfcvert-before-contact {
  border-top: 1px dashed #f77 !important;
}
html[lang="de-DE"] .pdfrtftp .pdfcvert-before-contact {
  border-top: 1px dashed #77bdff !important;
}
html[lang="de-DE"] .psdtp .pdfcvert-before-contact {
  border-top: 1px dashed #77bdff !important;
}
html[lang="de-DE"] .pdfaddpages .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d1b !important;
}
html[lang="de-DE"] .imgtp .pdfcvert-before-contact {
  border-top: 1px dashed #ffa754 !important;
}
html[lang="de-DE"] .pdfdelete .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d1b !important;
}
html[lang="de-DE"] .pdfrotate .pdfcvert-before-contact {
  border-top: 1px dashed #fc0d1b !important;
}
html[lang="de-DE"] .pdfeditor .pdfcvert-before-contact {
  border-top: 1px dashed #11ab9e !important;
}
html[lang="de-DE"] .merge .pdfcvert-before-contact {
  border-top: 1px dashed #5b2aff !important;
}
html[lang="de-DE"] .pdfread .pdfcvert-before-contact {
  border-top: 1px dashed #5b2aff !important;
}
html[lang="de-DE"] .pdfpptp .pdfcvert-before-contact {
  border-top: 1px dashed #fc800d !important;
}
html[lang="de-DE"] .htp .pdfcvert-converser-area {
  background: #fff4f4;
}
html[lang="de-DE"] .pdfcvert-explore h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
html[lang="de-DE"] .pdfcvert-explore .pdfcvert-tools-list p {
  font-size: 16px;
}
html[lang="de-DE"] .pdfcvert-tools-list {
  width: 18%;
  margin: 20px 0.9% 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
html[lang="de-DE"] .pdfcvert-tools-list:nth-child(5n) {
  background: #f2fffd;
}
html[lang="de-DE"] .pdfcvert-tools-list:nth-child(5n + 1) {
  background: #fff2ea;
}
html[lang="de-DE"] .pdfcvert-tools-list:nth-child(5n + 2) {
  background: #fff2f2;
}
html[lang="de-DE"] .pdfcvert-tools-list:nth-child(5n + 3) {
  background: #f1ffe9;
}
html[lang="de-DE"] .pdfcvert-tools-list:nth-child(5n + 4) {
  background: #f2f8ff;
}
html[lang="de-DE"] .pdfcvert-tools-list.none {
  background: 0 0;
  border: none;
}
html[lang="de-DE"] .pdfcvert-howto-list h3 {
  display: flex;
  font-size: 16px;
}
html[lang="de-DE"] .pdfcvert-free-button a {
  height: 58px;
  line-height: 58px;
  min-width: 300px;
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 102.89%);
  border-radius: 30px;
}
html[lang="de-DE"] .pdfcvert-free-button a:before {
  background: url(https://www.pdfgear.com/img/homepage_fdicon.svg) no-repeat top
    center;
  margin-right: 4px;
}
html[lang="de-DE"] .pdfsplit .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_split_dlbg-de.png)
    #b2c4ff no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptimg .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptimg_dlbg-de.png)
    #ffefed no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdfeptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_eptp_dlbg-de.png)
    #b0ffb8 no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdftxttp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_txttp_dlbg-de.png)
    #fa99f5 no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdfxlstp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_xlstp_dlbg-de.png)
    #8af38f no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptjp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptjp_dlbg-de.png)
    #ffea96 no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .jptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jptp_dlbg-de.png)
    #ffea96 no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptw.wtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_wtp_dlbg-de.png)
    #e8f2ff no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptj.jtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jtp_dlbg-de.png)
    #fff5f6 no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptj .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptj_dlbg-de.png)
    #fff5f6 no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pte .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pte_dlbg-de.png)
    #ffecec no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdfetp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_etp_dlbg-de.png)
    #d1ccef no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pngtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pngtp_dlbg-de.png)
    #aef6fd no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptp_dlbg-de.png)
    #fff2ee no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptpng .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptpng_dlbg-de.png)
    #aef6fd no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .ptw .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptw_dlbg-de.png)
    #e8f2ff no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .htp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_htp_dlbg-de.png)
    #ffd9fb no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .compress .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_compress_dlbg-de.png)
    #d0cfff no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .psdtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_psdtp_dlbg-de.png)
    #a1b0ff no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdfrtftp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_rtftp_dlbg-de.png)
    #97dff6 no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdfcrop .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_crop_dlbg-de.png)
    #d9ff9c no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .merge .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_merge_dlbg-de.png)
    #d7b2fe no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdfread .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_reader_dlbg-de.png)
    #d0cfff no-repeat top center;
  background-size: cover;
}
html[lang="de-DE"] .pdfpptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pptp_dlbg-de.png)
    #fcf6f2 no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .ptw.wtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_wtp_dlbg-it.png)
    #e8f2ff no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .pdfpptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pptp_dlbg_it.png)
    #fcf6f2 no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .pdfeptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_eptp_dlbg-it.png)
    #b0ffb8 no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .jptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jptp_dlbg-it.png)
    #ffea96 no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .pdfsplit .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_split_dlbg-it.png)
    #b2c4ff no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .pdfpxtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pxtp_dlbg-it.png)
    #b2c4ff no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .pdfdelete .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_delete_dlbg-it.png)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .imgtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_imgtp_dlbg-it.png)
    #ffeddc no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .psdtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_psdtp_dlbg-it.png)
    #a1b0ff no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .pdftxttp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_txttp_dlbg-it.png)
    #fa99f5 no-repeat top center;
  background-size: cover;
}
html[lang="it-IT"] .pdfeptp .pdfcvert-howto-list h3 span {
  background: linear-gradient(to right, #2bcf3f, #22d26e, #1bd497);
}
html[lang="it-IT"] .pdfsplit .pdfcvert-howto-list h3 span {
  background: linear-gradient(to right, #9f9ffd, #749afe, #4a94ff);
}
html[lang="fr-FR"] .pdfcvert-converser-area .pdfcvert-choose,
html[lang="it-IT"] .pdfcvert-converser-area .pdfcvert-choose {
  margin: 12px auto;
}
html[lang="de-DE"] .pdfcvert-dlmodel-text {
  width: 500px;
}
html[lang="de-DE"] .pdfcvert-dlmodel-dlarea .pdfgear-btn {
  margin-right: 15px;
}
html[lang="fr-FR"] .pdfdelete .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_delete_dlbg-fr.png)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
html[lang="fr-FR"] .imgtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_imgtp_dlbg-fr.png)
    #ffeddc no-repeat top center;
  background-size: cover;
}
html[lang="fr-FR"] .psdtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_psdtp_dlbg-fr.png)
    #a1b0ff no-repeat top center;
  background-size: cover;
}
html[lang="fr-FR"] .pdftxttp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_txttp_dlbg-fr.png)
    #fa99f5 no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .ptw.wtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_wtp_dlbg-pt.png)
    #e8f2ff no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .pdfsplit .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_split_dlbg-pt.png)
    #b2c4ff no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .ptpng .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptpng_dlbg-pt.png)
    #aef6fd no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .ptj .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptj_dlbg-pt.png)
    #fff5f6 no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .jptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jptp_dlbg-pt.png)
    #ffea96 no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .pdfpptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pptp_dlbg-pt.png)
    #fcf6f2 no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .ptj.jtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jtp_dlbg-pt.png)
    #fff5f6 no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .pdfdelete .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_delete_dlbg-pt.png)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .pngtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pngtp_dlbg-pt.png)
    #aef6fd no-repeat top center;
  background-size: cover;
}
html[lang="pt-PT"] .pdfcvert-tools-list:nth-child(5n) {
  background: #f2fffd;
}
html[lang="pt-PT"] .pdfcvert-tools-list:nth-child(5n + 1) {
  background: #fff2ea;
}
html[lang="pt-PT"] .pdfcvert-tools-list:nth-child(5n + 2) {
  background: #fff2f2;
}
html[lang="pt-PT"] .pdfcvert-tools-list:nth-child(5n + 4) {
  background: #f1ffe9;
}
html[lang="pt-PT"] .pdfcvert-tools-list:nth-child(5n + 3) {
  background: #f2f8ff;
}
html[lang="pt-PT"] .pdfcvert-tools-list.none {
  background: 0 0;
  border: none;
}
html[lang="pt-PT"] .pdfcvert-howto-list h3 {
  font-size: 18px;
}
html[lang="pt-PT"] .pdfcvert-option-list {
  width: 31.833%;
  box-sizing: border-box;
}
html[lang="es-ES"] .ptw.wtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_wtp_dlbg-es.png)
    #e8f2ff no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .pdfsplit .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_split_dlbg-es.png)
    #b2c4ff no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .ptpng .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptpng_dlbg-es.png)
    #aef6fd no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .ptj .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_ptj_dlbg-es.png)
    #fff5f6 no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .jptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jptp_dlbg-es.png)
    #ffea96 no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .pdfpptp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pptp_dlbg-es.png)
    #fcf6f2 no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .ptj.jtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_jtp_dlbg-es.png)
    #fff5f6 no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .pdfdelete .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_delete_dlbg-es.png)
    #ffe5e6 no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .pngtp .pdfcvert-free {
  background: url(https://www.pdfgear.com/img/pdfconvert_pngtp_dlbg-es.png)
    #aef6fd no-repeat top center;
  background-size: cover;
}
html[lang="es-ES"] .pdfcvert-tools-list:nth-child(5n) {
  background: #f2fffd;
}
html[lang="es-ES"] .pdfcvert-tools-list:nth-child(5n + 1) {
  background: #fff2ea;
}
html[lang="es-ES"] .pdfcvert-tools-list:nth-child(5n + 2) {
  background: #fff2f2;
}
html[lang="es-ES"] .pdfcvert-tools-list:nth-child(5n + 3) {
  background: #f1ffe9;
}
html[lang="es-ES"] .pdfcvert-tools-list:nth-child(5n + 4) {
  background: #f2f8ff;
}
html[lang="es-ES"] .pdfcvert-tools-list.none {
  background: 0 0;
  border: none;
}
html[lang="es-ES"] .pdfcvert-howto-list h3 {
  font-size: 18px;
}
html[lang="es-ES"] .pdfcvert-option-list {
  width: 31.833%;
  box-sizing: border-box;
}
.recommended-articles {
  max-width: 1000px;
  padding: 48px 0 0;
  margin: 0 auto 30px;
}
.recommended-articles li {
  width: 31.5%;
}
html[lang="es-ES"] .pdfcvert-dlarea-learnmore {
  padding: 10px 34px;
}
.copilot-faq-line {
  border-top: 1px solid #e8e8e8;
  margin-top: 70px;
  text-align: left;
}
.copilot-faq-item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.copilot-faq-item h5 {
  padding: 16px 36px 10px 0;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  color: #000;
  position: relative;
  cursor: pointer;
}
.copilot-faq-item h5:after {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 24px;
  background: url(https://www.pdfgear.com/img/copilot/copilot-add.svg) no-repeat
    center center;
}
.copilot-faq-item p {
  font-size: 16px;
  line-height: 150%;
  color: #606060;
  font-weight: 400;
  padding: 6px 0;
  display: none;
}
.copilot-faq-item p a {
  font-size: inherit;
  color: #2486ff;
  text-decoration: underline;
}
.copilot-faq-item.checked h5:after {
  background-image: url(https://www.pdfgear.com/img/copilot/copilot-col.svg);
}
.copilot-faq-item.checked p {
  display: block;
}
.pdfcver-question {
  margin-top: 120px;
}
.pdfcver-question h2 {
  font-size: 36px;
  line-height: 1.6;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.ptwnew .pdfcvert-howto-box h2 {
  font-size: 36px;
  font-weight: 700;
}
.ptwnew .pdfcvert-converser-area {
  min-height: 300px;
}
.ptwnew .pdfcvert-banner-box {
  padding-top: 62px;
}
.ptwnew .pdfcvert-converser {
  margin-top: 48px;
}
.ptwnew .pdfcvert-howto-list {
  margin-top: 30px;
}
.ptwnew .pdfcvert-howto-list h3 {
  font-size: 18px;
}
.ptwnew .pdfcvert-complete-box {
  display: flex;
  align-items: center;
}
.ptwnew .pdfcvert-complete-download {
  padding: 0 80px;
  width: 636px;
  box-sizing: border-box;
  border-right: 1px solid #a4c3ff;
  flex-shrink: 0;
}
.ptwnew .pdfcvert-complete-download .pdfcvert-complete-ready h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.pdfcvert-complete-readymanage {
  display: flex;
  margin: 24px 0 0;
  align-items: center;
  justify-content: center;
}
.ptwnew .pdfcvert-download {
  height: 48px;
  line-height: 48px;
  display: block;
  font-weight: 400;
}
.ptwnew .pdfcvert-desc {
  margin-top: 26px;
}
.ptwnew .pdfcvert-text-size {
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #bbb;
  padding-left: 2px;
}
.ptwnew .pdfcvert-text-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding-left: 2px;
}
.ptwnew .pdfcvert-complete-share {
  padding: 0 40px 0 44px;
  width: 364px;
  color: #555;
}
.ptwnew .pdfcvert-complete-share h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
.ptwnew .pdfcvert-complete-share p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 20px;
}
.ptwnew .pdfcvert-free {
  background: #eaf0fa !important;
}
.ptwnew .pdfcvert-free-text {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.ptwnew .pdfcvert-free-title {
  width: 100%;
}
.ptwnew .pdfgear-platforms.active {
  justify-content: center;
}
.ptwnew .pdfcvert-free-text h2 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
}
.ptwnew .pdfcvert-free-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
  color: #000;
  font-weight: 500;
}
.ptwnew .pdfcvert-free-text span {
  background: 0 0;
}
.pdfcvert-sharebutton a {
  margin: 20px 24px;
  display: inline-block;
}
.startover {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #2e64c9;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  justify-content: center;
  cursor: pointer;
}
.startover img {
  margin-right: 10px;
}
.pdfcvert-listcompare {
  width: 100%;
  background: #fff;
}
.pdfcvert-editoffline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(24px);
  padding-left: 72px;
}
.pdfcvert-editoffline-text {
  margin-right: 21px;
}
.pdfcvert-editoffline-text h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}
.pdfcvert-editoffline-text p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.pdfcvert-editoffline-text p a {
  font-size: inherit;
  color: #2476f6;
}
.get-software {
  display: block;
  width: fit-content;
  padding: 9px 23px;
  background: #fff;
  border-radius: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-top: 27px;
}
.pdfcvert-tips {
  margin-top: 90px;
}
.pdfcvert-tips-title {
  text-align: center;
}
.pdfcvert-tips h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;
  color: #000;
}
.pdfcvert-tips p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 16px;
  color: #000;
}
.pdfcvert-tips-total {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.pdfcvert-tips-items {
  margin-top: 20px;
  width: calc((100% - 40px) / 3);
  position: relative;
}
.pdfcvert-tips-items a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 55;
}
.pdfcvert-tips-items img {
  width: 100%;
  height: auto;
  display: block;
}
.pdfcvert-tips-items b {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-top: 20px;
  color: #000;
}
.pdfcvert-tips-items p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-top: 16px;
  color: #606060;
}
.pdfcvert-tips-rate {
  margin-top: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  align-items: center;
}
.pdfcvert-tips-rate img {
  display: block;
  margin: 0 20px 0 12px;
}
.pdfcvert-tips-rate b {
  font-weight: 700;
}
.pdfcvert-tips-rate strong {
  font-weight: 600;
}
.pdfcvert-tips-rate strong a {
  font-size: inherit;
  color: #496fff;
  text-decoration: underline;
  font-weight: 600;
}
.pdfcvert-moreonline-total {
  padding-top: 72px;
  padding-bottom: 80px;
  max-width: 1127px;
  width: 92%;
  border-top: 1px solid #e0e0e0;
  margin: 40px auto 0;
}
.pdfcvert-moreonline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px;
}
.pdfcvert-moreonline-item {
  margin-top: 20px;
  width: calc((100% - 180px) / 6);
}
.pdfcvert-moreonline-item h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding-left: 17px;
}
.pdfcvert-moreonline-item ul {
  margin-top: 15px;
}
.pdfcvert-moreonline-item ul li {
  margin-top: 5px;
}
.pdfcvert-moreonline-item ul li a {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  padding: 12px 16px;
  border-radius: 5px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.pdfcvert-moreonline-item ul li a img {
  margin-right: 16px;
}
.pdfcvert-moreonline-item ul li a:hover,
.pdfcvert-moreonline-item ul li a.checked {
  background: #eaeaea;
}
.pdfcvert-linkto-tutorials {
  margin-top: 60px;
  text-align: center;
}
.pdfcvert-linkto-tutorials a {
  color: #1e76e3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
}
.pdfcvert-guarant.pw952 {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.htp.ptwnew .pdfcvert-banner {
  background: linear-gradient(
    to bottom,
    #f7f8fa 0%,
    #f7f8fa 85%,
    #fff 85.1%,
    #fff 100%
  );
}
.htp.ptwnew .pdfcvert-banner-box {
  max-width: 1080px;
  margin-top: 28px;
  padding: 24px 24px 0;
  background: #fde8e8;
}
.htp.ptwnew .pdfcvert-editoffline-text p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.htp.ptwnew .pdfcvert-editoffline {
  padding-left: 0;
}
.htp.ptwnew .get-software {
  margin-top: 20px;
}
.htp.ptwnew .pdfcvert-banner-text h1 {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  flex-wrap: wrap;
  gap: 28px;
}
.htp.ptwnew .pdfcvert-before {
  padding-top: 0;
}
.htp.ptwnew .pdfcvert-converser-area .pdfcvert-choose {
  margin-bottom: 14px;
}
.htp.ptwnew .pdfcvert-editoffline-text h3 {
  font-size: 22px;
}
.htp.ptwnew .pdfcvert-banner-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 12px;
}
.htp.ptwnew .pdfcvert-converser-area p {
  font-size: 14px;
}
.htp.ptwnew .pdfcvert-converser {
  margin-top: 0;
}
.htp.ptwnew .pdfcvert-converser-area {
  background: #fff;
  min-height: 272px;
  border-radius: 10px;
}
.htp.ptwnew .pdfcvert-before-contact {
  border: none !important;
  margin-top: 2px;
}
.htp.ptwnew .pdfcvert-before-contact p {
  font-size: 14px;
}
.htp.ptwnew .pdfcvert-howto {
  margin-top: 100px;
}
.htp.ptwnew .pdfcvert-howto-box h2 {
  text-align: center;
}
.htp.ptwnew .pdfcvert-howto-list h3 {
  font-size: 20px;
}
.htp.ptwnew .pdfcvert-free {
  background: #faeaea !important;
}
.tool-download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  .pdfcvert-loadpage-picture-item {
    width: 31%;
    margin: 0 1% 40px;
  }
  .pdfcvert-loadpage-preview-total {
    width: 1200px;
    height: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .pdfcvert-loadpage-preview-middle {
    width: 100%;
  }
  .pdfcvert-loadpage-preview-total {
    width: 86%;
    height: 600px;
    padding: 30px;
  }
  .converter-loadpage-close {
    left: 20px;
  }
  .converter-loadpage-arrow {
    width: 40px;
    height: 40px;
  }
  .converter-loadpage-arrow img {
    width: 15px;
    height: 15px;
  }
  .converter-loadpage-prearr {
    left: 30px;
  }
  .converter-loadpage-nextarr {
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .recommended-articles li {
    width: 32%;
  }
  .pdfcvert-moreonline-item {
    width: calc((100% - 72px) / 3);
  }
  .ptwnew .pdfcvert-complete-download {
    padding: 0 80px;
    width: auto;
  }
  .ptwnew .pdfcvert-complete-share {
    padding: 0 30px;
  }
  .pdfcvert-sharebutton a {
    margin: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .pdflayout.rotate .pdflayout-cont {
    padding: 30px 20px 60px;
  }
  .pdflayout.rotate .pdfitem {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
  .pdfcvert-dlarea-text {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .pdfcvert-dlarea > img {
    width: 50%;
    height: auto;
  }
  .pdfcvert-dlmodel,
  .pdfcvert-dlmodel-dlarea .converter-banner-available {
    justify-content: center;
    text-align: center;
  }
  .pdfcvert-dlmodel-text p {
    margin-top: 10px;
  }
  .pdfcvert-dlmodel-text {
    width: 100%;
  }
  html[lang="de-DE"] .pdfcvert-tools-list {
    width: 17%;
  }
}
@media screen and (max-width: 980px) {
  .pdfcvert-dlmodel-dlarea {
    margin-top: 15px;
  }
  .pdfcvert-editoffline {
    padding-left: 0;
    transform: translateX(0);
  }
  .ptwnew .pdfcvert-complete-download {
    padding: 0 40px;
  }
  .ptwnew .pdfcvert-complete-share {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .pdfcvert-howto-list h3 {
    display: block;
  }
  .pdflayout {
    flex-direction: column;
  }
  .pdflayout-cont {
    width: 100%;
    padding: 0 20px 20px;
  }
  .pdfthumbnail {
    width: 140px;
    height: 194px;
  }
  .pdflayout-console {
    width: 100%;
    padding: 36px 20px;
  }
  .rotation-button {
    font-size: 16px;
  }
  .pdfcvert-input-url {
    width: 100%;
    box-sizing: border-box;
  }
  .pdfcvert-banner-box {
    padding: 30px 10px;
  }
  .pdfcvert-banner-text h1 {
    font-size: 32px !important;
  }
  .pdfcvert-howto-box h2,
  .pdfcvert-free-text h2,
  .pdfcvert-tips h2,
  .ptwnew .pdfcvert-free-text h2,
  .ptwnew .pdfcvert-howto-box h2,
  .pdfcver-question h2 {
    font-size: 28px;
  }
  .pdfcvert-guarant-list {
    width: 46%;
  }
  .pdfcvert-howto-cont {
    flex-direction: column-reverse;
  }
  .pdfcvert-howto {
    text-align: center;
    padding: 40px 0;
  }
  .pdfcvert-howto-video {
    margin: 20px auto;
    width: 100%;
    height: auto;
  }
  .videoimg {
    width: 100%;
    height: auto;
    display: block;
  }
  .pdfcvert-howto-items {
    width: 100%;
    text-align: left;
  }
  .pdfcvert-free {
    background: #e8f2ff;
    height: auto;
    padding: 60px 0;
  }
  .pdfcvert-free-box,
  .pdfcvert-free-title {
    flex-direction: column;
    text-align: center;
  }
  .pdfcvert-free-text {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100% !important;
  }
  .pdfcvert-free-button {
    margin-top: 30px;
  }
  .pdfcvert-free-title > img {
    width: 80px;
    height: 80px;
  }
  .ptw .pdfcvert-free,
  .ptw.wtp .pdfcvert-free {
    background: #e8f2ff !important;
  }
  .ptwnew .pdfcvert-free {
    background: #eaf0fa !important;
  }
  .ptj .pdfcvert-free,
  .ptj.jtp .pdfcvert-free {
    background: #fff5f6 !important;
  }
  .ptp .pdfcvert-free {
    background: #fff2ee !important;
  }
  .pte .pdfcvert-free {
    background: #ebf8e6 !important;
  }
  .compress .pdfcvert-free {
    background: #ffecec !important;
  }
  .merge .pdfcvert-free {
    background: #d7b2fe !important;
  }
  .pdfread .pdfcvert-free {
    background: #d0cfff !important;
  }
  .pdfeditor .pdfcvert-free {
    background: #d5fffc !important;
  }
  .pdfsplit .pdfcvert-free {
    background: #b2c4ff !important;
  }
  .jptp .pdfcvert-free,
  .ptjp .pdfcvert-free {
    background: #ffea96 !important;
  }
  .pngtp .pdfcvert-free,
  .ptpng .pdfcvert-free {
    background: #aef6fd !important;
  }
  .htp .pdfcvert-free {
    background: linear-gradient(to right, #ffdbdf, #cbecff) !important;
  }
  .pdfcrop .pdfcvert-free {
    background: #beedfd !important;
  }
  .pdfetp .pdfcvert-free {
    background: #d1ccef !important;
  }
  .pdfpptp .pdfcvert-free,
  .pdfpxtp .pdfcvert-free {
    background: #fcf6f2 !important;
  }
  .pdfeptp .pdfcvert-free {
    background: #b0ffb8 !important;
  }
  .pdfxlstp .pdfcvert-free {
    background: #8af38f !important;
  }
  .pdfxlsxtp .pdfcvert-free {
    background: #bcffd6 !important;
  }
  .pdfrtftp .pdfcvert-free {
    background: #97dff6 !important;
  }
  .pdftxttp .pdfcvert-free {
    background: #fa99f5 !important;
  }
  .imgtp .pdfcvert-free {
    background: #ffeddc !important;
  }
  .pdfdelete .pdfcvert-free {
    background: #ffe5e6 !important;
  }
  .pdfrotate .pdfcvert-free {
    background: #ffe5e6 !important;
  }
  .pdfrearrange .pdfcvert-free {
    background: #ffe5e6 !important;
  }
  .pdfaddpages .pdfcvert-free {
    background: #ffe5e6 !important;
  }
  .pdfunlock .pdfcvert-free {
    background: #ffdcdc !important;
  }
  .pdffill .pdfcvert-free {
    background: #ffefed !important;
  }
  .ptimg .pdfcvert-free {
    background: #ffefe3 !important;
  }
  .pdfonline .pdfcvert-free {
    background: #ffe5ec;
  }
  .pdfhtmltp .pdfcvert-free,
  .pthtml .pdfcvert-free {
    background: #d1ffe1 !important;
  }
  .pdftorft .pdfcvert-free {
    background: #bcfaf4 !important;
  }
  .ptepub .pdfcvert-free {
    background: #abffcd !important;
  }
  .ptpdfa .pdfcvert-free {
    background: #ffecca !important;
  }
  .ptext .pdfcvert-free {
    background: #afc3ff !important;
  }
  .ptpptx .pdfcvert-free {
    background: #ffdfcb !important;
  }
  .psdtp .pdfcvert-free,
  .ptpsd .pdfcvert-free {
    background: #a1b0ff !important;
  }
  .pdfcvert-loadpage-picture-item {
    width: 48%;
    padding: 10px 12px 16px;
    margin-bottom: 20px;
  }
  .pdfcvert-loadpage-picture-item-img {
    height: auto;
  }
  .pdfcvert-loadpage-preview-total {
    height: 400px;
  }
  .converter-loadpage-arrow {
    width: 30px;
    height: 30px;
  }
  .converter-loadpage-prearr {
    left: 10px;
  }
  .converter-loadpage-nextarr {
    right: 10px;
  }
  .pdfcvert-dlarea {
    flex-wrap: wrap;
    padding: 20px 40px;
  }
  .pdfcvert-dlarea-text {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .pdfcvert-dlarea-button {
    justify-content: center;
    margin-top: 20px;
  }
  .pdfcvert-dlarea-button a {
    margin: 5px;
  }
  .pdfcvert-dlarea > img {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .pdfcvert-before-contact {
    width: calc(100% - 20px);
  }
  .pdfcvert-linkto-tutorials {
    margin-top: 40px;
  }
  .pdfcver-question,
  .pdfcvert-tips-rate {
    margin-top: 60px;
  }
  .copilot-faq-line {
    margin-top: 40px;
  }
  .pdfcvert-moreonline-total,
  .ptwnew .pdfcvert-howto {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .htp.ptwnew .pdfcvert-howto {
    margin-top: 40px;
  }
  .pdfcvert-dlarea-learnmore {
    display: none;
  }
  .ptwnew .pdfcvert-complete-box {
    flex-direction: column;
    padding: 30px 0;
  }
  .ptwnew .pdfcvert-complete-download {
    border-right: none;
    margin-bottom: 30px;
  }
  .ptwnew .pdfcvert-complete-share {
    width: 100%;
  }
  .pdfcvert-editoffline {
    flex-direction: column;
  }
  .pdfcvert-editoffline-text {
    margin: 40px 0 0;
    text-align: center;
  }
  .get-software {
    margin: 27px auto 0;
  }
  .pdfcvert-editoffline > img {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transform: translateX(-30px);
  }
  .pdfcvert-tips {
    margin-top: 40px;
  }
  .pdfcvert-tips-total {
    flex-direction: column;
  }
  .pdfcvert-tips-items {
    width: 100%;
  }
  .recommended-articles li {
    width: 100%;
  }
  html[lang="pt-PT"] .pdfcvert-option-list {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 568px) {
  .pdfcvert-guarant-list {
    width: 100%;
    margin-top: 30px;
  }
  .pdfcvert-complete-area {
    flex-direction: column;
  }
  .pdfcvert-download {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ptwnew .pdfcvert-download {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .pdfcvert-delete-tips {
    left: -95px;
    right: 0;
    top: 50px;
    margin: auto;
  }
  .pdfcvert-download,
  .pdfcvert-converser-area .pdfcvert-choose {
    min-width: 200px;
    width: 92%;
    font-size: 16px;
  }
  .pdfcvert-line {
    margin: 0 10px;
  }
  .pdfcvert-option-total {
    padding: 0 20px;
  }
  .pdfcvert-specification-button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .pdfcvert-upload-mergeshow,
  .pdfcvert-splitcation-des {
    flex-direction: column;
    padding: 0 10px 24px;
  }
  .pdfcvert-upload-mergeshow-button,
  .pdfcvert-splitcation-button {
    margin-top: 20px;
  }
  .pdfcvert-upload-mergeshow-button span {
    display: none;
  }
  .pdfcvert-splitcation-range {
    padding: 20px 10px;
  }
  .pdfcvert-splitcation-rangenum input {
    min-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .pdfcvert-converser-area {
    width: 100%;
  }
  .pdfcvert-converser-checkbtn span {
    font-size: 16px;
    padding: 10px;
  }
  .pdfcvert-loadpage {
    padding-bottom: 50px;
  }
  .pdfcvert-loadpage-back {
    left: 5px;
    top: -50px;
  }
  .pdfcvert-loadpage-button {
    font-size: 16px;
  }
  .pdfcvert-loadpage-addfiles {
    width: 100px;
    height: 100px;
    margin: 0 1%;
  }
  .pdfcvert-loadpage-addfiles img {
    width: 20px;
    height: 20px;
  }
  .pdfcvert-loadpage-preview-total {
    height: 300px;
  }
  .pdfcvert-moreonline-item {
    width: calc((100% - 36px) / 2);
  }
  html[lang="de-DE"] .pdfcvert-tools-list {
    width: 31%;
    margin: 20px 0.7% 0;
  }
  html[lang="de-DE"] .pdfcvert-tools-list.none {
    display: none;
  }
  html[lang="de-DE"] .pdfcvert-before-contact {
    height: 72px;
  }
  html[lang="de-DE"] .pdfcvert-input {
    height: calc(100% - 72px);
  }
  html[lang="de-DE"] .pdfconvert_upload_icon,
  html[lang="de-DE"] .pdfcvert-before > img {
    margin-top: -80px;
  }
  html[lang="de-DE"] .compress .pdfcvert-converser-area,
  html[lang="de-DE"] .pdfcvert-converser-area,
  .pdfcvert-converser-area {
    height: auto;
    min-height: 320px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  transition: all 0.3s ease;
}
.overlay.active {
  opacity: 1;
  z-index: 9999;
}
.popup {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(https://www.pdfgear.com/img/crop-pdf/popup.png);
  background-size: 696px 389px;
  width: 696px;
  height: 517px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -348px;
  opacity: 0;
  z-index: -1;
}
.popup.active {
  opacity: 1;
  z-index: 10000;
}
.popup__content {
  height: 228px;
  background-color: #fff;
  position: relative;
  top: 386px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.popup__content h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.popup__content h3 + p {
  font-size: 16px;
  margin-bottom: 36px;
}
.popup__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__close {
  position: absolute;
  right: -14px;
  top: 190px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background-image: url(https://www.pdfgear.com/img/err-popup-close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 72px 36px;
}
.popup__close:hover {
  background-position: -36px 0;
}
.popup__button {
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fb464e;
  border: #fb464e 1px solid;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.popup__button.confirm {
  color: #fff;
  background: linear-gradient(90.29deg, #ed6948 18.05%, #ff404f 102.89%);
}
.popup__button:hover {
  transform: translateY(-5px);
}
.popup__button.confirm img {
  margin-right: 10px;
  width: 20px;
}
@media screen and (max-width: 640px) {
  .popup {
    background: url(https://www.pdfgear.com/img/crop-pdf/popup.png) no-repeat
      center top;
    background-size: 348px 194.5px;
    width: 348px;
    height: 258.5px;
    margin-left: -174px;
  }
  .popup__content {
    top: 193px;
  }
  .popup__button {
    font-size: 12px;
  }
  .popup__button.confirm img {
    width: 12px;
    height: 12px;
  }
  .popup__close {
    top: 80px;
  }
}
