* {
  margin: 0;
  padding: 0;
  font-family: Poppins, Helvetica;
}

a {
  display: inline-block;
}

a:focus, .btn:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

.wrapper {
  width: 100%;
  min-width: 1000px;
  height: calc(100% - 45px);
}

html, body, .mainConent, .main, .content, .tabContent {
  width: 100%;
  overflow: hidden;
}

body {
  background: linear-gradient(0deg, #000 0%, #fff 60%);
  overflow-x: hidden;
}

.text-center {
  text-align: center;
}

::-webkit-scrollbar {
  width: 5px;
  left: 0;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header {
  margin: 0 0 10px;
  padding: 20px 30px;
}

.search_sec {
  text-align: center;
  max-width: 764px;
  margin: 0 auto 40px;
}

.clock-widget {
  font-size: 160px;
  line-height: 160px;
}

.searchForm {
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
  width: 718px;
  height: 76px;
  padding: 8px;
  position: relative;
  box-shadow: 0 3px 4px #00000030;
}

.searchForm .search {
  background: #ededed;
  border: 1px solid #707070;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 0 74px 0 20px;
  font-size: 20px;
}

.searchForm .search-btn {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 12px;
  right: 13px;
}

.content .blockSec {
  text-align: center;
  max-width: 450px;
  margin: auto;
}

.content .blockSec h3 {
  color: #032588;
  font-size: 20px;
  font-weight: 500;
}

.content .blockSec p {
  color: #fff;
  font-size: 14px;
}

.file-select {
  width: 279px;
  margin: auto;
  padding-top: 1px;
  position: relative;
}

.file-select-name {
  color: #707070;
  filter: drop-shadow(2px 4px 6px #00000054);
  background: #ededed;
  border: 1px solid #707070;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 60px;
  margin: 12px auto;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 0 6px #fff;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity= 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.file-selected {
  position: relative;
}

.convertPdf .cancel {
  color: #fff;
  width: 52px;
  margin-left: 16px;
  font-size: 12px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.convertPdf .cancel .icon-circle {
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.convertPdf .convert-file {
  color: #fff;
  width: 52px;
  margin-right: 16px;
  font-size: 12px;
  line-height: 8px;
  position: absolute;
  top: 0;
  right: 0;
}

.convertPdf .convert-file .icon-circle {
  cursor: pointer;
  background: #009501;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.convertProcess {
  text-align: left;
  background: #fff;
  padding: 4px 4px 4px 40px;
  position: relative;
  color: #032588 !important;
}

.convertProcess:before {
  content: "";
  background: url("loader.ad579698.png") center / contain no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  animation: 2s linear infinite rotating;
  position: absolute;
  top: 50%;
  left: 14px;
}

.defaultBtn {
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.defaultBtn img {
  vertical-align: sub;
  height: 18px;
}

.terms_policy_sec {
  justify-content: center;
  font-size: 14px;
  display: flex;
}

.terms_policy_sec ul {
  display: flex;
}

.terms_policy_sec ul a {
  color: #a0a0a0;
  margin: 0 6px;
  text-decoration: none;
}

@keyframes rotating {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

@media (width <= 1200px) {
  html, body, .mainConent, .main, .content, .tabContent, .wrapper {
    overflow-x: auto;
  }
}

@media (height <= 720px) {
  .header {
    margin: 0 0 10px;
  }

  .search_sec {
    margin: 0 auto 35px;
  }
}

#pdf-step1 {
  display: block;
}

#pdf-step2, #pdf-step3, #pdf-step4 {
  display: none;
}

/*# sourceMappingURL=index.c631abcc.css.map */
