@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueLight.woff2") format("woff2"), url("../fonts/HelveticaNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueThin.woff2") format("woff2"), url("../fonts/HelveticaNeueThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueBold.woff2") format("woff2"), url("../fonts/HelveticaNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../fonts/HelveticaNeueRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'HelveticaNeue';
  font-size: 20px;
  color: #242424;
}

h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}

h4 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

.btn {
  font-weight: 600;
  color: #fff;
  padding: 16px 36px;
  background-color: #019B4E;
  border-radius: 0;
  text-transform: uppercase;
}

.btn:disabled {
  background-color: #484747;
  opacity: 1;
}

.btn:hover {
  color: #fff;
}

.container {
  max-width: 1300px;
}

select.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select .select-styled:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 18px;
  pointer-events: none;
}

.select .select-options {
  display: none;
  background-color: #626262;
  border: 1px solid #ACA9A9;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
}

.select .select-options li {
  color: #fff;
  list-style: none;
  padding: 10px 15px;
  font-size: 13px;
  cursor: pointer;
}

.select .select-options li:hover {
  background-color: #A7A7A7;
}

.select .select-options li:last-child {
  margin-bottom: 0;
}

.select .select-options li[rel="hide"] {
  display: none;
}

.form-control, .select-styled {
  border: 1px solid #ACA9A9;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 35px;
  border-radius: 0;
}

.select-field .icon {
  right: 30px;
}

.number-field {
  width: 60%;
  position: relative;
}

.number-field .icon {
  position: absolute;
  right: 10px;
  top: 0;
  width: 18px;
  height: 18px;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.number-field .icon.show {
  opacity: 1;
  visibility: visible;
}

img {
  max-width: 100%;
}

.data-code-primary-bg {
  background-color: #8C4799;
}

.data-code-secondary-bg {
  background-color: #279989;
}

.stat-analysis-form-wrap {
  padding: 75px 0;
}

.stat-analysis-text {
  padding-right: 40px;
}

.stat-analysis-text p {
  margin-bottom: 30px;
}

.stat-analysis-text p b {
  font-style: italic;
}

.stat-analysis-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stat-analysis-text ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.stat-analysis-text ul li img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.stat-analysis-form {
  background-color: #fff;
  border-top: 5px solid #FF0000;
  padding: 50px 95px 65px;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}

.form-field-list {
  counter-reset: my-awesome-counter;
}

.form-field-list .form-group {
  counter-increment: my-awesome-counter;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.form-field-list .form-group:before {
  content: counter(my-awesome-counter);
  font-size: 50px;
  font-weight: 100;
  color: #A7A7A7;
  position: absolute;
  left: -60px;
  top: -17px;
}

.form-field-list .form-group label {
  font-weight: 600;
  width: 40%;
  padding-right: 30px;
}

.form-field-list .form-group label span {
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.form-field-list .form-group label .fa-solid {
  font-size: 17px;
  /*color: red;*/
  color: #8e8e8e;
}

.form-field-list .submit-btn {
  width: 60%;
  margin: 0 0 0 auto;
}

.cost-analysis-wrap {
  padding: 47px 0 27px;
}

.data-result-box {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #fff;
}

.data-result-box.grid-shadow {
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  overflow: hidden;
  margin-left: -6px;
  margin-top: -33px;
}

.data-result-box .data-result-code {
  padding: 10px 10px 23px;
}

.data-result-box .data-result-code h3 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.data-result-box table {
  margin-bottom: 0;
}

.result-table-tabs .fa-circle-check {
  color: #00B86E;
}

.result-table-tabs .fa-circle-xmark {
  color: #E44061;
}

.result-table-tabs .fa-solid {
  font-size: 22px;
  margin-right: 5px;
}

.result-table-tabs .nav-item {
  width: 50%;
}

.result-table-tabs .nav-item button {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #242424;
  border: 0;
}

.result-table-tabs .nav-item button.active {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.16);
}

.result-table-tabs .nav-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #E7E7E8;
  padding: 0 15px;
}

.data-result-table table th, .data-result-table table td {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.data-result-table table th:first-child, .data-result-table table td:first-child {
  text-align: left;
}

.data-result-table table tr.table-dark th {
  font-size: 15px;
  background-color: #414141;
  padding: 15px 10px;
}

.data-result-table table tbody td {
  padding: 30px 10px;
}

.chart-box {
  padding: 15px 10px;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}

.chart-box canvas {
  height: 100%;
  width: 100%;
}

.chart-box .chart-title {
  margin-bottom: 15px;
}

.cost-visual-wrap {
  padding: 27px 0;
}

.share-result-wrap, .send-result-form {
  padding: 27px 0 60px;
}

.share-result-wrap .field-box .form-control, .send-result-form .field-box .form-control {
  width: 100%;
}

.share-result-wrap .submit-btn .btn, .send-result-form .submit-btn .btn {
  height: 40px;
  font-size: 15px;
  padding: 0 10px;
  width: 100%;
  background-color: #000;
}

.share-result-wrap .share-grid-inner, .send-result-form .share-grid-inner {
  max-width: 1088px;
  margin: auto;
}

.share-result-wrap .share-grid, .send-result-form .share-grid {
  padding: 60px 15px;
  background-color: #dedede;
}

.share-result-wrap .share-text p, .send-result-form .share-text p {
  font-size: 16px;
  margin: 0;
}

.prefer-title {
  padding: 7px 10px;
}

.prefer-title p {
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.bg-black * {
  color: #fff;
}

.table-outer {
  background-color: #DEDEDE;
  padding: 60px 0 84px;
}

.about-result-box {
  padding: 28px 42px 78px 62px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  margin-top: -50px;
}

.about-result-box .result-graph-col {
  padding-right: 80px;
}

.about-result-box .result-graph-col .title {
  margin-bottom: 20px;
}

.about-result-box .result-graph-col .title h6 {
  font-size: 23px;
}

.about-result-box .about-content-col {
  padding-top: 40px;
}

.about-result-box .about-content-col h6 {
  font-size: 26px;
  margin-bottom: 20px;
  position: relative;
}

.about-result-box .about-content-col p {
  font-size: 18px;
}

.send-result-outer {
  padding-left: 10px;
}

.send-result-form {
  width: calc(100% - 200px);
}

.send-result-form h6 {
  font-size: 24px;
}

.send-result-form .submit-btn {
  margin-left: -3px;
  z-index: 4;
  position: relative;
}

.send-result-form .submit-btn .btn {
  font-size: 12px;
  background-color: #019B4E;
  border-radius: 5px;
}

.send-result-form .field-box .form-control {
  font-size: 12px;
}

.send-result-form .field-box .form-control::-webkit-input-placeholder {
  color: #B1B1B1;
}

.send-result-row {
  border-top: 14px solid #DEDEDE;
  margin-top: 38px;
}

.dashboard-thumb {
  width: 178px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 17px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  margin-top: -17px;
}

.dashboard-thumb img {
  max-width: 100%;
}

.collapse-wrap {
  padding: 32px 0;
}

.collapse-wrap .collapse-content {
  max-width: 1005px;
}

.collapse-wrap .collapse-content p {
  font-size: 16px;
}

.collapse-link {
  font-size: 16px;
  color: #242424;
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
  position: relative;
}

.collapse-link:hover {
  color: #242424;
}

.collapse-link:before {
  content: "-";
  height: 17.5px;
  width: 17.5px;
  background-color: #000000;
  border-radius: 20px;
  display: inline-block;
  line-height: 10px;
  text-align: center;
  color: #fff;
  padding: 2px 4px;
  margin-right: 10px;
}

.collapse-link.collapsed:before {
  content: "+";
}

.edit-link {
  margin-top: 18px;
}

.edit-link a {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}

.edit-link a i {
  color: #6F6F6F;
}

div#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#preloader img {
  max-width: 80px;
}

em {
  font-size: 12px;
}

@media (max-width: 1100px) {
  .send-result-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .send-result-form {
    width: 100%;
  }
  .dashboard-thumb {
    display: none;
  }
}

@media (max-width: 991px) {
  .stat-analysis-text {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .result-table-grid .row, .cost-visual-wrap .row {
    row-gap: 30px;
  }
  .data-result-box.grid-shadow {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .share-form .submit-btn, .send-result-form .submit-btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .share-text {
    margin-bottom: 20px;
  }
  .about-result-box .result-graph-col {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 18px;
  }
  .form-field-list .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .form-field-list .form-group:before {
    display: none;
  }
  .form-field-list .form-group label, .form-field-list .form-group .number-field, .form-field-list .form-group .select {
    width: 100%;
  }
  .form-field-list .form-group label {
    margin-bottom: 10px;
  }
  .form-field-list .submit-btn {
    width: 100%;
  }
  .stat-analysis-form {
    padding-left: 35px;
    padding-right: 35px;
  }
  label {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */