@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
:root {
  --errorColor: red;
  --stepNumber: 6;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 16px;
  border: 5px solid white;
}
::-webkit-scrollbar-thumb {
  background-color: #78ba78;
  background-clip: padding-box;
  border: 0.05em solid #eeeeee;
}
::-webkit-scrollbar-track {
  background-color: #d5fad5;
}
::-webkit-scrollbar-button:single-button {
  background-color: #d5fad5;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #4c924c transparent;
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #438343 transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #4c924c transparent transparent transparent;
}
::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #438343 transparent transparent transparent;
}
/* body::before {
  content: '';
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(49, 97, 80, 1) 0%,
    rgba(30, 69, 91, 1) 100%
  );
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  opacity: 0.8;
} */
::selection {
  color: #fff;
  background: #333;
}
#wrapper {
  width: 100%;
  max-width: 1000px;
  background: url(http://mstechserver.com/Schork/wp-content/themes/Divi-child/images/bg2.jpg)
    no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
  margin: 0 auto;
  padding: 50px 0px;
}
.container {
  width: calc(100% - 100px);
  max-width: 900px;
  background: #fff;
  text-align: center;
  padding: 50px 35px 10px 35px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin: 0 auto;
}
.container header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.header {
  margin: 10px 0px 50px 0px;
}
.header h1 {
  color: #1c4b60;
}
.container .form-outer {
  width: 100%;
  overflow: hidden;
}
.container .form-outer form {
  display: flex;
  width: calc(100% * var(--stepNumber));
}
.form-outer form .page {
  width: calc(100% / var(--stepNumber));
  transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title {
  width: 100%;
  max-width: 830px;
  margin: 0px auto 20px auto;
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.form-outer form .page span.cls_highlight_txt {
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-top: -18px;
  margin-bottom: 20px;
}
.form-outer form .page span.cls_highlight_txt a {
  color: #000000;
}

.form-outer form .page .report_type_table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 60px;
}
.form-outer form .page .report_type_table table {
  width: 100%;
  border: 1px solid #ccc;
}
.form-outer form .page .report_type_table table tr td:nth-child(1) {
  font-weight: 600;
}
.form-outer form .page .report_type_table table tr td input[type='checkbox'] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 6px;
}
.form-outer form .page .report_type_table table tr td select {
  width: 100%;
  height: 36px;
  padding-left: 5px;
  font-size: 16px;
}
.form-outer form .page .report_type_table table tr td input.invalid-input,
.form-outer form .page .report_type_table table tr td select.invalid-input {
  outline: 1px solid red;
}
.form-outer form .page .report_type_table table tr.report_type_header {
  background-color: #1c4b60;
  font-weight: 600;
}
.form-outer form .page .report_type_table table tr.report_type_header td {
  color: #fff;
}
.form-outer form .page .report_type_table table tr td {
  text-align: left;
  padding: 15px 20px;
}
.form-outer form .page .report_type_table table tr td .graytext {
  opacity: 0.3;
  -webkit-user-select: none;
}

.form-outer form .page .report_type_table.pricing_point_table {
  font-size: 15px;
}
.form-outer form .page .report_type_table.pricing_point_table table tr td {
  width: 28%;
  padding: 15px;
}
.form-outer
  form
  .page
  .report_type_table.pricing_point_table
  table
  tr
  td:nth-child(1) {
  width: 17%;
}

/* .form-outer
  form
  .page
  .cls_products.report_type_table
  table
  tr:nth-child(1)
  td:nth-child(1) {
  border-right: 1px solid #ccc;
} */
/* .form-outer
  form
  .page
  .cls_products.report_type_table
  table
  tr:nth-child(1)
  td:nth-child(2) {
  border-right: none;
} */
.form-outer
  form
  .page
  .cls_products.report_type_table
  table
  tr
  td:nth-child(1) {
  border-right: 1px solid #ccc;
}
.form-outer
  form
  .page
  .cls_products.report_type_table
  table
  tr
  td:nth-child(2) {
  border-right: 1px solid #ccc;
}
.form-outer form .page .cls_products.report_type_table table tr td select {
  width: 250px;
}

.form-outer form .page .report_format_row {
  display: flex;
}
.form-outer form .page .report_format_row .column {
  width: calc(50% - 17px);
  text-align: left;
}
.form-outer form .page .report_format_row .column:nth-child(1) {
  margin-right: 34px;
}
.form-outer form .page .report_format_row .column .radio_btn {
  font-weight: 600;
  margin-bottom: 5px;
}
.form-outer form .page .report_format_row .column .img_block img {
  width: 100%;
}
.form-outer form .page .title .tooltip {
  margin-left: 4px;
  position: relative;
  top: 1px;
  display: inline;
}
.form-outer form .page .title .tooltip span.icon::before {
  content: '\1F6C8';
  /* content: '\24be'; */
  font-size: 15px;
  font-weight: 400;
  color: #e07e1b;
  position: relative;
  top: -13px;
  left: -2px;
  cursor: pointer;
}
.form-outer form .page .title .tooltip .content {
  display: none;
  position: absolute;
  top: 22px;
  left: -1px;
  width: 213px;
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
}

.form-outer form .page .field {
  width: calc(100% - 10px);
  max-width: 800px;
  margin: 0px auto 25px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-outer form .page .field.btns {
  width: 100%;
  max-width: inherit;
  display: block;
  margin-bottom: 100px;
}
.form-outer form .page .field.btns .prev {
  margin-right: 30px;
}
.form-outer form .page .field.btns .prev,
.form-outer form .page .field.btns .next,
.form-outer form .page .field.btns .submit {
  float: left;
  width: calc(50% - 17px);
}
.form-outer form .page .field .product_checkbox {
  width: 100%;
  height: 90px;
  display: flex;
}
.form-outer form .page .field .report_format_row {
  width: 100%;
  display: flex;
}
.form-outer form .page .field .report_format_row .column:nth-child(1) {
  width: 50%;
}
.form-outer form .page .field .report_format_row .column:nth-child(2) {
  width: 50%;
}
.form-outer form .page .field .report_format_row .column .radio_btn {
  text-align: left;
}
.form-outer form .page .field .report_format_row .column .img_block {
  width: 100%;
  margin-top: 8px;
}
.form-outer
  form
  .page
  .field
  .report_format_row
  .column:nth-child(1)
  .img_block {
  width: calc(100% - 30px);
}
.form-outer form .page .field .report_format_row .column .img_block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}
.form-outer form .page .field .radio_btn {
  display: flex;
  margin-top: 5px;
}
.form-outer form .page .field .product_checkbox .radio_btn {
  width: 50%;
}
.form-outer form .page .field .product_checkbox .clsPower {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.form-outer form .page .field .product_checkbox .clsPower .radio_btn {
  width: 100%;
}
.form-outer form .page .field .product_checkbox .clsPower .field select {
  margin-top: 12px;
  position: relative;
  left: -4px;
}
.form-outer form .page .field .radio_btn input[type='radio'],
.form-outer form .page .field .radio_btn input[type='checkbox'] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.form-outer form .page .table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 0px auto 70px auto;
}
.form-outer form .page table {
  width: 800px;
  margin: 0px auto;
  overflow-x: auto;
}
.form-outer form .page table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.form-outer form .page table tr td {
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
}
.form-outer form .page table tr td strong {
  font-weight: 600;
}
form .page .field .label {
  font-weight: 500;
}
form .page .field .label.tooltip-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
form .page .field .label.tooltip-parent .cls_info {
  font-size: 11px;
  text-align: left;
}
form .page .field .label .tooltip {
  margin-left: 4px;
  position: relative;
  top: 1px;
}
form .page .field .label .tooltip span.icon::before {
  content: '\1F6C8';
  /* content: '\24be'; */
  font-size: 15px;
  color: #e07e1b;
  position: relative;
  top: -3px;
  left: -2px;
  cursor: pointer;
}
form .page .field .label .tooltip .content {
  display: none;
  position: absolute;
  top: 22px;
  left: -1px;
  width: 213px;
  text-align: left;
  font-size: 11px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
form .page .field input {
  box-sizing: border-box;
  height: 45px;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding-left: 15px;
  margin: 0 1px;
  font-size: 18px;
  transition: border-color 150ms ease;
}
form .page .field input::placeholder {
  font-size: 14px;
}
form .page .field input.invalid-input,
form .page .field select.invalid-input {
  border-color: var(--errorColor);
  outline: 1px solid red;
}
form .page .field select {
  width: 100%;
  height: 45px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
form .page .field select.month-selector {
  height: auto;
}
form .page .field textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
}
form .page .field button {
  width: 100%;
  height: 45px;
  border: none;
  background: #e07e1b;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
  margin-top: 7px;
}
form .page .field button:hover {
  background: #1c4b60;
}
/* form .page .btns button {
  margin-top: -20px !important;
} */
form .page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}
form .page .btns button.next {
  margin-left: 3px;
}
form .page .field button span.arrow {
  position: relative;
}
form .page .field button span.arrowNext::after {
  content: '>';
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: -4.5px;
  left: 7px;
}
form .page .field button span.arrowPrevious::before {
  content: '<';
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: -6px;
  left: -24px;
}
.container .p_parent {
  margin-bottom: 20px;
}
.container .p_parent .progress-bar {
  display: flex;
  margin: 40px 0px 20px 0px;
  user-select: none;
}

.container .progress-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}
.container .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: #1c4b60;
  margin-bottom: 8px;
}
.progress-bar .step .bullet {
  background: #fff;
  height: 25px;
  width: 25px;
  border: 2px solid #1c4b60;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.progress-bar .step .bullet.currentStep {
  border-color: #1c8a4c;
  color: #009331;
}
.progress-bar .step .bullet.currentStep span {
  font-size: 19px;
  font-weight: 700;
}
.progress-bar .step .bullet.active {
  border-color: #1c4b60;
  background: #1c4b60;
}

.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .step .bullet.active span {
  display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
  position: absolute;
  content: '';
  bottom: 11px;
  right: -140px;
  height: 3px;
  width: 140px;
  background: #1c4b60;
}
.progress-bar .step .bullet.active:after {
  background: #333;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

.progress-bar .step .bullet.active ~ .container .progress-bar .step {
}
@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
  display: none;
}
.progress-bar .step p.active {
  color: #333;
  transition: 0.2s linear;
}
.progress-bar .step .check {
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bar .step .check.active {
  display: block;
  color: #fff;
}

#footer {
  width: calc(100% - 10px);
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #000;
  border-top: 1px solid #000;
  padding: 15px 0px;
  margin-top: 30px;
}
#footer .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer .left ul {
  display: flex;
}
#footer .left ul li {
  list-style-type: none;
  margin-right: 10px;
}
#footer .left ul li a {
  color: #000;
  text-decoration: none;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
#footer .left ul li a:hover {
  background: #1c4b60;
}

#footer .left ul li.help a {
  width: 70px;
}
#footer .left ul li.tel a {
  width: 130px;
}
#footer .left ul li i.fa {
  margin-right: 3px;
}
#footer .left ul li.tel i.fa {
  transform: rotate(91deg);
}
#footer .left .copyright {
  display: inline-block;
  margin-top: 10px;
}

#footer .right ul {
  display: flex;
}
#footer .right ul li {
  list-style-type: none;
  margin-left: 10px;
}
#footer .right ul li a {
  color: #000;
  text-decoration: none;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
#footer .right ul li a:hover {
  background: #1c4b60;
}

#footer .right ul li.help a {
  width: 70px;
}
#footer .right ul li.tel a {
  width: 130px;
}
#footer .right ul li i.fa {
  margin-right: 3px;
}
#footer .right ul li.tel i.fa {
  transform: rotate(91deg);
}
#footer.footer-center .left {
  width: 100%;
  align-items: center;
}
#footer.footer-center .left ul li:nth-last-child(1) {
  margin-right: 0px;
}

@media (max-width: 980px) {
  .container .progress-bar .step p {
    font-size: 15px;
  }
  .month-selector {
    height: initial;
  }
  .form-outer form .page .field .report_format_row .column .radio_btn {
    min-height: 50px;
  }
  /* Fix */
  .form-outer form .page table {
    width: 100%;
    font-size: 14px;
  }
  .form-outer form .page .table-wrap table {
    width: 650px;
  }
  .form-outer form .page table tr td:nth-child(2):before {
    width: 115px;
    display: inline-block;
    font-weight: 600;
  }
  .form-outer form .page .report_type_table.pricing_point_table table {
    width: 774px;
  }
  /* .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(1)
    td:nth-child(2):before {
    content: attr(data-prefix) 'Region: ';
  }
  .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(2)
    td:nth-child(2):before {
    content: attr(data-prefix) 'New England: ';
  }
  .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(3)
    td:nth-child(2):before {
    content: attr(data-prefix) 'New York City: ';
  }
  .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(4)
    td:nth-child(2):before {
    content: attr(data-prefix) 'Mid - Atlantic: ';
  }
  .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(5)
    td:nth-child(2):before {
    content: attr(data-prefix) 'Midwest - OH: ';
  }
  .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(6)
    td:nth-child(2):before {
    content: attr(data-prefix) 'Midwest - IL: ';
  }
  .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(7)
    td:nth-child(2):before {
    content: attr(data-prefix) 'Houston: ';
  }
  .form-outer form .page .report_type_table table tr td:first-child {
    display: none;
  } */
  .form-outer form .page table tr.region {
    background: #ffe7cf;
  }
  .form-outer form .page table tr.region td:nth-last-child(1) {
    text-align: right;
  }
  .form-outer
    form
    .page
    .cls_products.report_type_table
    table
    tr
    td:first-child {
    display: table-cell;
  }
  .form-outer
    form
    .page
    .report_type_table
    table
    tr:nth-child(1)
    td:nth-child(2):before {
    display: none;
  }
  .form-outer
    form
    .page
    .cls_products.report_type_table
    table
    tr:nth-child(2)
    td:nth-child(2):before {
    display: none;
  }
  .form-outer
    form
    .page
    .cls_products.report_type_table
    table
    tr:nth-child(3)
    td:nth-child(2):before {
    display: none;
  }
  .form-outer form .page .report_format_row .column .radio_btn {
    font-size: 14px;
  }
}

/* New CSS Added Step - Review */
select[required]:invalid {
  border: 2px solid red;
}

.error-msg {
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  color: red;
}
.loader {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
.loader_img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.form-outer form .page .title .shortTxt {
  font-size: 13px;
  font-weight: 400;
  color: #dc0000;
  border: 1px solid #dc0000;
  background: #fff2f2;
  margin-top: 10px;
  padding: 7px 10px 4px 10px;
}

.form-outer form .page table tr.region {
  background: #ffe7cf;
}
.form-outer form .page table tr.region td {
  text-transform: uppercase;
  color: #e07e1b;
}
.form-outer form .page table tr.region td:nth-last-child(1) {
  text-align: right;
}
.form-outer form .page table tr.region td:nth-last-child(1) {
  color: #000;
}
.form-outer form .page table tr.region {
  background: #ffe7cf;
}
.middle_content_block .thanks-page {
  max-width: 440px;
  border: 1px solid #ccc;
  margin: 100px auto;
  padding: 40px;
  position: relative;
  line-height: 26px;
}
.middle_content_block .thanks-page p {
  line-height: 24px;
  margin-bottom: 20px;
}
.middle_content_block .thanks-page p a.bold {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.middle_content_block .thanks-page p:nth-last-child(1) {
  margin-bottom: 0px;
}
.middle_content_block .thanks-page::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(https://mstechserver.com/Schork/wp-content/uploads/2023/07/thanks-icon.png)
    no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  top: -41px;
  background-color: #1e5067;
  border-radius: 100px;
  display: none;
}
/* End New CSS Added */

/* new responsive changes */
@media (min-width: 980px) {
  form .page .field select {
    height: 45px;
  }
  form .page .field .month-selector {
    height: 180px;
  }
  form .page .field .pricing-points-selector {
    height: 80px;
  }
}

@media (max-width: 767px) {
  #wrapper {
    padding: 30px 0px;
  }
  .container {
    width: calc(100% - 60px);
  }
  .progress-bar .step .bullet:before,
  .progress-bar .step .bullet:after {
    right: -117px;
    width: 115px;
  }
  .form-outer form .page .field .report_format_row {
    flex-direction: column;
  }
  .form-outer form .page .field .report_format_row .column {
    width: 100% !important;
    margin-top: 20px;
  }
  .form-outer form .page .field .report_format_row .column .radio_btn {
    min-height: inherit;
  }
  .form-outer
    form
    .page
    .field
    .report_format_row
    .column:nth-child(1)
    .img_block {
    width: 100%;
  }
  .form-outer form .page .field .report_format_row .column .img_block img {
    height: auto;
  }
  .form-outer form .page .cls_products.report_type_table {
    margin-bottom: 30px;
  }
  .form-outer form .page .report_format_row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .form-outer form .page .report_format_row .column {
    width: 100%;
  }
  .form-outer form .page .report_format_row .column:nth-child(1) {
    margin: 0px 0px 25px 0px;
  }
  #footer {
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer .left {
    align-items: center;
  }
  #footer .left ul {
    flex-direction: column;
  }
  #footer .left ul li {
    margin-right: 0px;
  }
  #footer .left ul li a {
    width: 136px !important;
    margin: 2px 0px;
  }
  #footer .right {
    margin: 20px 0px;
  }
  #footer .right ul {
    flex-direction: column;
  }
  #footer .right ul li {
    margin: 0px 0px 10px 0px;
  }
  #footer .right ul li a {
    width: 200px !important;
    padding: 10px;
  }
}

@media (max-width: 700px) {
  .form-outer form .page .report_type_table table {
    width: 680px;
  }
}

@media screen and (max-width: 660px) {
  .progress-bar .step .bullet:before,
  .progress-bar .step .bullet:after {
    right: -93px;
    width: 91px;
  }
  /* .progress-bar .step p {
    display: none;
  } */
  .container .progress-bar .step p {
    font-size: 13px;
  }

  .progress-bar .step .check {
    top: 67%;
  }
  /* .progress-bar .step .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  /* .progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
  } */
  /* .step {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
}
@media (max-width: 575px) {
  /* .progress-bar .step .bullet::after,
  .progress-bar .step .bullet::before {
    display: none;
  } */
  .container {
    padding: 50px 20px 10px 20px;
  }
  .container .p_parent {
    width: 100%;
    overflow-x: scroll;
  }
  .container .p_parent .progress-bar {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .container .progress-bar .step p {
    display: none;
  }
  .form-outer form .page .report_type_table table {
    width: 570px;
  }
}
@media screen and (max-width: 500px) {
  .progress-bar .step .bullet:before,
  .progress-bar .step .bullet:after {
    right: -67px;
    width: 66px;
  }
}

@media screen and (max-width: 575px) {
  .progress-bar .step .check {
    top: 41%;
  }
}
@media screen and (max-width: 450px) {
  .progress-bar .step .bullet:before,
  .progress-bar .step .bullet:after {
    right: -58px;
    width: 56px;
  }
}

@media (max-width: 480px) {
  .header {
    margin: 30px 0px 50px 0px;
    line-height: 37px;
  }
  .form-outer form .page .field .radio_btn {
    margin-top: 8px;
    font-size: 12px;
  }
  .form-outer form .page .field .radio_btn input[type='radio'],
  .form-outer form .page .field .radio_btn input[type='checkbox'] {
    width: 18px;
    height: 18px;
    top: 0px;
  }
  .form-outer form .page .field .product_checkbox .clsPower .field select {
    font-size: 13px;
  }
  .form-outer form .page .title .tooltip .content {
    top: 38px;
    left: auto;
    right: -129px;
  }
  #footer .right {
    width: 100%;
  }
  #footer .right ul li {
    display: flex;
  }
  #footer .right ul li a {
    width: 100% !important;
    max-width: 400px;
  }
}
@media (max-width: 380px) {
  .header h1 {
    max-width: 311px;
    margin: 0 auto;
  }
}
