* {
  font-family: "Poppins", Sans-serif !important;
}
.heading-section {
  background: #081b33;
  padding: 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  /*font-size:22px;*/
}

.calbox-heading {
  background: #fff;
  height: 55px;
}

.calbox-body {
  background: #003160;
  border: 1px #ccc solid;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 16px 10px !important;
}
.innerpad {
  padding: 10px;
}
.body-innerpad {
  padding: 20px 20px 5px 20px;
}
.calbox-h3 {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  font-family: "Poppins", Sans-serif;
  /*text-align:center;*/
  margin-top: 10px;
}
label {
  font-weight: bold;
  color: #fff;
}
.box-diveder {
  height: 1px;
  background: #fff;
}

.calbox-bottom {
}

.calbox-bottom-heading {
  background: #218383;
  height: 40px;
  text-align: center;
}

.calbox-bottom-body {
  background: #218383;
}

.calbox-h2 {
  color: #fff;
  font-weight: 400;
  font-size: 1.5em;
  font-family: "Arvo", serif;
}
.text-right {
  text-align: right;
}
.fixedwidth {
  width: 80%;
}
.form-control {
  border: 1px solid #fff !important;
}

.input-group-text {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.redstar {
  color: red;
}
.calh1 {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 0.6em;
  line-height: 1.2;
  font-family: "Poppins", Sans-serif;
  /*font-family: "Arvo",serif;*/
}
.titlep {
  color: #000;
  font-family: "Poppins", Sans-serif;
}
.requiredp {
  font-weight: bold;
  font-size: 15px;
  font-family: "Poppins", Sans-serif;
  color: #101f36;
}
.form-control {
  padding: 3px 6px !important;
  border-radius: 0 !important;
  height: 35px !important;
}
.input-group-text {
  padding: 0 0.75rem;
  border-radius: 0;
}
.btn-infos {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border: none;
  padding: 10px 15px;
  background: #00325b;
  border-radius: 0;
  text-shadow: none;
  margin: 2px auto 0;
  font-size: 16px !important;
  text-decoration: none;
}
.btn-infos:hover {
  color: #ffffff;
}

.color-000 {
  color: #000 !important;
}

.m-4 button {
  border-radius: 6px !important;
  padding: 10px;
}

.calbox-h3 {
  color: #374a5e;
}

.calbox-body {
  background: none;

  padding: 8px;
}

.calbox-body label {
  color: #000;
}

.body-innerpad p {
  color: #666 !important;
  margin-bottom: 10px !important;
  display: block;
}

.calbox-heading {
  height: auto;
}

.body-innerpad > div > * {
  width: 100%;
}

.body-innerpad input {
  border: 1px #ccc solid !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: auto !important;
  display: block;
  padding: 10px !important;
  border-bottom-width: 5px !important;
  border-bottom-color: #113158 !important;
}
span.input-group-text {
  font-weight: 900 !important;
  color: #337ed4;
}

.body-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

.body-buttons > * {
  width: 50%;
  padding: 15px 10px;
  border-radius: 0px !important;
  border: 0;
}

button#calculate {
  background: #374a5e;
  color: #fff;
  border-radius: 0px 0px 16px 0px !important;
}

tr *:last-child {
  text-align: center;
}

#prev-3 {
  border-radius: 0px 0px 0px 17px !important;
}

.prev-button,
.next-button {
  font-family: "Poppins", Sans-serif !important;
  font-weight: bold;
  width: 50%;
  text-transform: uppercase;
  margin-top: 20px;

  /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.next-button {
  border-radius: 0px 0px 15px !important;
}
.prev-button {
  border-radius: 0px 0px 0px 17px !important;
}

.button-holder {
  display: flex;
}

.prev-button {
  background: #f4b640;
  color: #000;
}

button#next-1 {
  width: 50%;
}

.outputsection {
  display: block;
}

div#calbox-2,
div#calbox-3,
div#calbox-4,
div#calbox-5 {
  display: none;
}

.calbox {
  vertical-align: top;
  margin-bottom: 30px;
}

.calbox-bottom-heading {
  height: auto;
  background: #fff;
}

.calbox-bottom-heading h2 {
  color: #3b495c;
  font-weight: bold;
  margin-bottom: 0;
  padding: 15px 0;
}

.calbox-bottom-body {
  background: #fff;
}

.outputsection {
  border: 1px #ccc solid;
  border-radius: 30px;
  overflow: hidden;
}

.table-secondary {
  background-color: transparent;
}

.table-secondary {
  --bs-table-bg: #fff;
  --bs-border-color: #000;
}

.table > :not(caption) > * > * {
  background-color: transparent;
 padding: 6px 22px;
}

p.calbox-p3 {
  color: #000 !important;
  margin-top: 15px;
  text-align: left;
  padding-left: 20px;
}
.calbox-p3{
  line-height: 1.3;
  font-weight: bold;
  text-align: center !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt--35 {
  margin-top: -35px;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.calbox-p3-ot {
  text-align: center !important;
  font-weight: bold;
  font-family: "Poppins", Sans-serif !important;
}

.box-diveder {
  display: none;
}

.body-innerpad {
  width: 49%;
  display: inline-block;
  vertical-align: bottom;
}

.outputsection .body-innerpad {
  vertical-align: top;
}

.lowerthead {
  border-bottom: 5px #f4b640 solid !important;
}
table.table.table-bordered.table-secondary td {
  color: #000;
  border-color: #eee;
}

#bigtable td {
  /*width:72px;*/
}

.table-bordered > :not(caption) > * {
  border-color: transparent;
}

.next-button {
  background: #337ed4;
}

div#calbox-1 .button-holder {
  flex-direction: row-reverse;
}
.body-buttons {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

.body-buttons > * {
  height: 59px !important;
}

.chart .body-innerpad {
  width: 100% !important;
}
.prev-3 {
  border-radius: 0px 0px 0px 17px !important;
}

.step-circle {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-right: 10px;
  background-color: #ccc;
  cursor: pointer;
  font-size: 21px;
  background: #0f2c5d;
  color: #fff;
  font-weight: bold;
}
.step-circle.active-step {
  background-color: #ffb300;
  color: #000;
  font-weight: bold;
}

.steps {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  width: 500px;
  overflow: hidden;
  margin: 30px auto;
}

.steps:after {
  content: "";
  display: block;
  width: 268px;
  position: absolute;
  height: 5px;
  background: #162b5a;
  z-index: -1;
}
.new-table-bordered {
  border: 1px solid #000;
  font-size: 13px;
}
.new-table-bordered-left {
  border-right: 1px solid #000;
}
.new-table-bordered > :not(caption) > * > * {
  padding: 3px 3px;
}

.pdfShow {
  position: absolute;
  top: -50000%;
  width: 1300px;
  left: -50000%;
}
.pdfShow .sq-table tr td {
  border-width: 1px;
}

.sq-table tr th,
.sq-table tr td {
  border-color: #eee;
  font-family: "Poppins", Sans-serif !important;
  padding: 15px 10px;
}

.sq-table {
  margin-top: 5px;
}

.sq-table tbody tr td {
  background: #fff;
}
.sq-table .text-left {
  text-align: left;
}

.sq-table-list tr th {
  text-align: center !important;
}
.sq-table-list tr th {
  font-weight: 300;
}
.sq-table tr th,
.sq-table tr td {
  border-color: #eee;
  font-family: "Poppins", Sans-serif !important;
  padding: 15px 10px;
}
.chart_title {
  position: relative;
  top: 21px;
  z-index: 9;
  line-height: 1.3;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center !important;
  color: #fff;
  font-family: "Poppins", Sans-serif !important;
}
.sq-table,
.sq-table tr td,
.sq-table tr th {
  border: none !important;
  border: 1px solid #eee !important;
  border-width: 1px !important;
}

.outputTable thead tr th {
  border-bottom: 5px #f4b640 solid !important;
}
.inputTable thead tr th {
  border-bottom: 5px #113158 solid !important;
}
.color-000 {
  color: #000 !important;
}

.body-innerpad .form-control-per {
  border-radius: 10px 0px 0px 0px !important;
}
span.input-group-text.form-control-per-span {
  border: 1px #ccc solid !important;
  padding: 2px 16px !important;
  border-radius: 0px 10px 0px 0px !important;
  border-bottom-width: 5px !important;
  border-bottom-color: #113158 !important;
  background-color: #e9ecef !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.p-0 {
  padding: 0px !important;
}

@media only screen and (max-width: 535px) {
  .steps {
    width: 100%;
  }
  .step-circle {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 15px;
  }
  .steps:after {
    width: 221px;
  }
  .body-innerpad {
    width: 100%;
  }
}
@media only screen and (max-width: 535px) {
  .steps {
    width: 100%;
    column-gap: 2px;
  }
}

@media only screen and (max-width: 425px) {
  .steps:after {
    width: 141px;
  }
}
.char_line {
  height: 216px;
  border-right: 1px solid #000;
  position: relative;
  float: left;
  z-index: 9;
  left: 15.5%;
  top: 67px;
}
.sq-table-list tr th {
  font-weight: 300;
}
.sq-table-list thead tr th,
.sq-table-list tbody tr td {
  border: 1px solid #ececec !important;
  padding: 6px 22px;
  font-size: 15px;
}
.border-bottom-5-yellow {
  border-bottom: 5px #f4b640 solid;
}
.calbox h3 {
  font-size: 24px;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  padding-left: 0;
}
.btn {

  font-family: "Poppins", Sans-serif !important;
  font-weight: bold;
}
table.table.table-bordered.table-secondary thead {
  border-bottom: 5px #f4b640 solid;
}
.p-custom
{
  padding: 20px 20px 5px 20px;

}
.my-btn,
.my-btn:hover {
  width: 22%;
  border-radius: 5px !important;
  background: none;
  color: #000;
  border: 2px #000 solid;
  display: inline-block;
  margin: 0px 5px;
  padding: 10px 15px;
  font-family: "Poppins", Sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mb-6-p
{
  margin-bottom: 3%;
}

.chart_title
{
 
  text-align: center !important;
  position: relative;
  top: 41px;
  z-index: 9;
  margin-top: 0px !important;
}
.errorstyle {
  color: red !important;
  font-size: 14px !important;
}
.btn-danger {
  color: #fff;
  background-color: #d55669 !important;
  border-color: #d55669 !important;
}
.padding-l-r-15px
{
  padding-left: 15px;
  padding-right: 15px;
}
.m-b-43{
  margin-bottom: 43px;
}