* {
  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;
  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: 1.2em;
  font-family: "Poppins", Sans-serif;
  /*text-align:center;*/
  margin-top: 10px;
}
label {
  font-weight: bold;
  color: #fff;
}
.box-diveder {
  height: 1px;
  background: #fff;
}
th,
td {
  font-family: "Poppins", Sans-serif !important;
}
label {
  font-family: "Poppins", Sans-serif !important;
}
p {
  font-family: "Poppins", Sans-serif !important;
}
.chart {
  width: 100%;
  display: block;
}
button#printpdf,
button#hidebtn,
button#showbtn {
  min-width: 200px;
  border-radius: 5px !important;
  background: none;
  color: #000;
  border: 2px #000 solid;
  display: inline-block;
  margin: 0px 5px;
}
.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: "Poppins", Sans-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: "Helvetica",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;
  font-family: "Poppins", Sans-serif !important;
}
.nopercent {
  padding: 3px 25px !important;
  border-radius: 20px !important;
}

.yespercent {
  padding: 3px 25px !important;
  border-radius: 20px 0px 0px 20px !important;
}
.input-group-text {
  padding: 0 0.75rem;
  border-radius: 0px 20px 20px 0px !important;
  border-radius: 0;
}
.btn-infos {
  font-family: "Poppins", 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;
}
.errorstyle {
  color: red !important;
  font-size: 14px !important;
}
.btn {
  border-radius: 20px !important;
  font-family: "Poppins", Sans-serif !important;
  font-weight: bold;
}

.btn-danger {
  color: #fff;
  background-color: #d55669 !important;
  border-color: #d55669 !important;
}

.calbox {
  /* border: 1px #ccc solid; */
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

.calbox h3 {
  font-size: 24px;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  padding-left: 0;
}

.m-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-left: 0px !important;
  margin-right: 0px !important;
  column-gap: 20px;
}

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

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

.calbox-body {
  background: none;
}

.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-button,
.next-button {
  font-family: "Poppins", Sans-serif !important;
  font-weight: bold;
  width: 50%;
  text-transform: uppercase;
  margin-top: 20px;
}

.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;
}

.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) > * > * {
  padding: 15px 10px;
}

p.calbox-p3 {
  color: #000 !important;
  margin-top: 15px;
  text-align: left ;
  padding-left: 20px;
}

.box-diveder {
  display: none;
}

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

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

table.table.table-bordered.table-secondary thead {
  border-bottom: 5px #f4b640 solid;
}

table.table.table-bordered.table-secondary td {
  color: #000;
  border-color: #eee;
}
table.table.table-bordered.table-secondary th {
  color: #000;
  border-color: #eee;
}
.table-bordered > :not(caption) > * {
  border-color: #eee;
}
.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;
}
.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: 288px;
  position: absolute;
  height: 5px;
  background: #162b5a;
  z-index: -1;
}
.color-000{
  color:#000;
}
.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;
}
#prev-4 {
  border-radius: 0px 0px 0px 17px !important;
}

.sq-table{
  margin-top: 0px !important;
}
.chart_title
{
  line-height: 1.3;margin-bottom:2px;font-weight:bold;text-align:center;color:#fff;font-family: 'Poppins',serif;
  
  text-align: center !important;
  position: relative;
  top: 41px;
  z-index: 9;
  margin-top: 0px !important;

}
.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;
}
.pdfShow {
  position: absolute;
  top: -50000%;
  width: 1500px;
  left: -50000%;
}
.pdfShow .sq-table tr td {
  border-width: 1px;
}
.calbox-p3-ot {
  text-align: center !important;
  font-weight: bold;
  font-family: "Poppins", Sans-serif !important;
}
.outputTable thead tr th {
  border-bottom: 5px #f4b640 solid !important;
}
.inputTable thead tr th {
  border-bottom: 5px #113158 solid !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) {
 
}