@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

:root {
  --teal: #08bcb6;
  /* brand primary */
  --deep: #106666;
  /* chosen deep teal for trust */
  --teal-100: #109793;
  /* light accent */
  --ink: #3ed7d7;
  /* body text */
  --bg: #ebffff;
  /* background */
  --error: #b00020;
  /* error color */
  --muted: #6b7280;
  /* gray */
  --ring: rgba(79, 182, 163, 0.4);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
}

button {
  margin-top: 10px;
  margin-right: 5px;
  padding: 6px 10px;
}



* {
  box-sizing: border-box;
  width: auto;
}

body {
  font-family: "Inter", sans-serif;
  color: #106666;
  background-color: #ebffff;
}

* {
  box-sizing: border-box;
}

h4,
h2,
h3,
h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #106666;
}

p,
span,
a {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

h2 {
  font-size: 35px;
  font-weight: 600;
}

section {
  width: 100%;
  padding: 4px 0;
  display: inline-block;
}

.topap {
  padding-top: 50px;
}

.content_container {
  max-width: 84vw;
  padding: 0;
  margin: 0 auto;
}

.content_row {
  width: 100%;
  padding: 10px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.one_full {
  width: 100%;
  padding: 0 15px;
  float: left;
}

.one_half {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.three_fourth {
  width: 85%;
  padding: 0 10px 0 15px;
  float: left;
}

.ten_one {
  width: 9%;
  padding: 0 5px 0 5px;
  float: left;
}

.specialfive {
  width: 6%;
  padding: 0 5px 0 5px;
  float: left;
}

.one_third {
  width: 33%;
  padding: 0 15px;
  float: left;
}

.two_third {
  width: 66%;
  padding: 0 15px;
  float: left;
}

.one_fifth {
  width: 20%;
  padding: 0 15px;
  float: left;
}

.one_fourth {
  width: 25%;
  padding: 0 15px;
  float: left;
}

.specialten {
  width: 20%;
  padding: 0 15px;
  float: left;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-50 {
  margin-top: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.specialifteen {
  width: 15%;
  padding: 0 15px;
  float: left;
}

.topheading h2,
.topheading p {
  width: 100%;
  padding: 0;
  color: black;
  display: inline-block;
}

.graphheadain h2 {
  width: 50%;
  padding: 0;
  color: black;
  font-size: 20px;
  float: left;
}

.forcebtn {
  padding: 7px 15px !important;
  border-radius: 10px !important;
}

.graphheadain button {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  float: right;
  font-size: 16px;
  margin: 0;
}

.graphheadain {
  padding-bottom: 20px !important;
}

.sub_heading h3 {
  font-size: 17px;
  color: #106666;
  padding-bottom: 10px;
}

.sub_heading h3 span {
  color: #000;
}

.sub_heading {
  padding-bottom: 14px;
}

.sub_heading select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
  float: left;
}

.sub_heading .percentselect {
  width: 50%;
  padding: 9px;
  border-radius: 10px;
  font-size: 16px;
  float: left;
}

.sub_heading input[type=range] {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  float: left;
}

.paddintop {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}

.tophead_ptag {
  font-size: 15px;
  color: #106666 !important;
}

.pt_30 {
  padding-top: 30pxx !important;
}

.diclaration_cell .subheading {
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 20px;
}

.diclaration_cell .hilighttext {
  font-weight: 600;
}

.row_eye {
  float: right;
  border: 0;
  background: transparent;
}
.row_eye i{
  color:#08bcb6!important;
}

.nodisplay {
  display: none;
}

.row-disabled {
  opacity: 0.4;
}

.diclaration_cell ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.row-inactive input {
  background-color: #ffe5e5!important;
  border-color: #f5a3a3!important;
}

.row-inactive input:focus {
  background-color: #ffecec!important;
}
.row-inactive {
  opacity: 0.8!important;
}


.diclaration_cell ul li {
  width: 100%;
  padding: 5px 0;
}

.buttoncontrol button {
  padding: 9px 14px;
  border: 1px #08bcb6 solid;
  background-color: #08bcb6;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  transition: all .4s;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}

.buttoncontrol button:hover {
  background-color: #06a39d;
  color: #fff;

}

.mt19 {
  margin-top: 9px;
}

.mt28 {
  margin-top: 18px;
}

.tophead_text {
  font-size: 2rem;
  font-weight: 900;
  color: #106666 !important;
}

.inner_case {
  padding: 20px 20px 40px;
  border: 1px #dfdede solid;
  border-radius: 20px;
  float: left;
  width: 100%;
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.2);
}

.inner_small_case {
  padding: 18px 20px 28px !important;
}

.inner_case p {
  text-transform: uppercase;
  font-size: 13px;
  color: #106666;
  width: 100%;
  float: left;
  padding-bottom: 0px;
}

.inner_case h3 {
  font-size: 25px;
  width: 100%;
  float: left;
  color: #106666;
}

.fullwidth {
  width: 100%;
  float: left;
}

.inner_case span.inputtype {
  width: 70%;
  float: left;
  border: 1px #dfdede solid;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  color: #000;
}

.inner_case .unittype {
  width: 30%;
  float: left;
  border-radius: 10px;
  padding: 3px 22px 0 11px;
  font-size: 12px;
  color: #106666;
  line-height: 17px;
}

.nopadding {
  padding: 0;
}

.heading_block {
  border-top: 1px #dfdfdf solid;
  border-left: 1px #dfdfdf solid;
  border-right: 1px #dfdfdf solid;
  border-radius: 15px 15px 0 0;
  padding: 15px;
}

.heading_block .header_text {
  font-size: 13px;
  text-transform: uppercase;
  color: #106666;
}

.listing_block {
  border-top: 1px #dfdfdf solid;
  border-left: 1px #dfdfdf solid;
  border-right: 1px #dfdfdf solid;
  border-radius: 0;
  padding: 10px;
}

.listing_block input[type=text],
.listing_block input[type=number] {
  width: 100%;
  padding: 12px;
  border: 1px #08bcb6 solid;
  border-radius: 10px;
  color: #106666;
  font-size: 16px;
  background-color: #fff!important;
}

.inner_case input[type=number] {
  width: 70%;
  padding: 12px;
  border: 1px #08bcb6 solid;
  border-radius: 10px;
  color: #106666;
  font-size: 16px;
  background-color: #fff;
  float: left
}

.row_remove {
  margin-top: 7px;
  padding: 8px 17px;
  border: 1px #08bcb6 solid;
  background-color: #08bcb6;
  cursor: pointer;
  border-radius: 10px;
  font-size: 12px;
  transition: all .4s;
  float: right;
  color: #fff;
  font-weight: 600;
}

.row_remove:hover {
  background-color: #07a5a0;
}

.add_list_block {
  border: 1px #08bcb6 solid;
  border-radius: 0 0 15px 15px;
  padding: 20px 15px;
  text-align: center;
}

.add_list_block button {
  padding: 7px 12px;
  border: 1px #08bcb6 solid;
  background-color: transparent;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  transition: all .4s;
}

.add_list_block button:hover {
  background-color: #e7e4e4;
}

.balance_chart {
  border: 1px #08bcb6 solid;
  padding: 20px;
  border-radius: 15px;
  float: left;
  width: 100%;
  /* background: #6EDDDD;
        background: linear-gradient(180deg, rgba(110, 221, 221, 1) 40%, rgba(237, 254, 254, 1) 60%);*/
}

.balance_chart .chartcell {
  width: 100%;
  float: left;
}

.balance_chart .chatinfo {
  font-size: 18px;
  color: #106666;
  width: 50%;
  float: left;

}

.balance_chart .totalamt {
  text-align: right;
  font-size: 13px !important;
}

.chartarea {
  width: 100%;
  padding: 10px 0 0;
  float: left;
}

.cell_category {
  width: 100%;
  padding: 20px 0 0;
  float: left;
}

.plan_category {
  float: left;
  width: 100%;
  padding: 15px;
  border: 1px #08bcb6 solid;
  border-radius: 15px;
}
.plan_category i{
  padding-left: 10px;
  cursor:pointer;
}

.plan_category p {
  font-size: 14px;
  width: auto;
  float: left;
  padding: 0;
}

.plan_category h3 {
  font-size: 26px;
  width: 100%;
  float: left;
  padding: 0;
  color: #106666;
}

.notes h4 {
  font-size: 17px;
  color: #106666;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.notes ul {
  list-style-type: disc;
  list-style-position: inside;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.notes ul li {
  color: #106666;
  font-size: 15px;
  width: 100%;
  float: left;
  line-height: 20px;
}

.chartbox {
  width: 100%;
  float: left;

  height: 400px;
}


.bar-container {
  margin-bottom: 20px;
}

.bar-label {
  font-weight: 600;
  margin-bottom: 5px;
}

.bar {
  height: auto;
  border-radius: 6px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-weight: bold;
}

.bg-emerald {
  background: #4FB6A3;
}

.bg-dark {
  background: #2a7f6f;
}

.panel {
  border-radius: 12px;
  padding: 16px;
  margin-top: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sctionIdn {
  padding: 50px 0;
  margin: 30px 0;
}

input,
select {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.formchart {
  width: 100%;
  float: left;
  padding-right: 20px;
}

.form_list_row {
  width: 100%;
  float: left;
  padding: 4px 0;
}

.form_list_row p {
  font-size: 16px;
  color: #106666;
  float: left;
}

.textview {
  border: 0;

}

.form_list_row input[type=text],
.form_list_row input[type=number],
.form_list_row select {
  width: 100%;
  float: left;
  border-radius: 8px;
  padding: 5px !important;
}

.heading_row {
  padding-bottom: 15px;
}

.chartaheading h3 {
  color: #106666;
  font-size: 1.625rem;
  padding: 10px 0;
}






/* style for form area==============================================*/

.wrap {
  max-width: 960px;
  margin: 24px auto;
  padding: 16px;
}

.intakewarp {
  max-width: 1000px;
  margin: 24px auto;
  padding: 36px;
  background-color: #fff;
  border: 1px #cacaca solid
}


  .headline {
    text-align: center;
    margin-bottom: 32px;
  }

  .headline h2 {
    color: #0f6f6a;
    font-size: 26px;
    margin-bottom: 8px;
  }

  .headline p {
    color: #4a6a6a;
    font-size: 16px;
  }

  .card {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e1efee;
    padding: 32px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  }

  .card h3 {
    color: #0f6f6a;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .card p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  .subtle {
    color: #6a7d7d;
    font-size: 14px;
  }

  .divider {
    height: 1px;
    background: #e2eded;
    margin: 24px 0;
  }

  .cta {
    margin-top: 20px;
    padding: 14px 22px;
    background: #14b8a6;
    color: #ffffff;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
  }

  .privacy {
    margin-top: 18px;
    font-size: 13px;
    color: #5f7c7c;
    text-align: center;
  }

.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* pushes items to opposite ends */
  gap: 12px;
  margin-bottom: 12px;
}

.brandalign {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 12px;
}

.logo {
  width: 150px;
  border-radius: 8px;
  position: relative;
}

.step3Cover h2 {
  font-size: 1.15rem;
  color: var(--deep);
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.logo img {
  max-width: 100%;
}

.brandalign p {
  font-size: 0.925rem;
  color: var(--deep);
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-right: 10px;
}

.brandalign input[type=checkbox] {
  width: 19px;
  margin-right: 15px;
}

.brand h1 {
  font-size: 1.15rem;
  color: var(--deep);
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.btn.filllater {
  margin-left: auto;
  /* ensures it stays at far right even if more elements added */
}

.card {
  border: 1px solid #e6f5f1;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 63, 60, 0.06);
  overflow: hidden;
}

.hero {
  padding: 22px 0 10px;
}

.hero h2 {
  margin: 0 0 6px;
  font-size: 1.625rem;
  line-height: 1.25;
  color: var(--deep);
}

.hero p {
  margin: 0;
  color: #2b3a39;
}

.progress {
  display: flex;
  gap: 8px;
  padding: 16px 22px;
  border-top: 1px solid #ecf7f4;
}

.step {
  flex: 1;
  height: 6px;
  background: #eaf4f2;
  border-radius: 99px;
  position: relative;
  overflow: hidden;
}

.pos_rel {
  position: relative;
}

.eyeicon {
  position: absolute;
  right: -35px;
  top: -10px;
  cursor: pointer;
  width: 30px;
  height: 15px;
}

.eyeicon i {
  color: #106666;
}

.eyeicon:hover .defination {
  display: block;
}

.defination {
  position: absolute;
  left: -100px;
  top: auto;
  bottom: 15px;
  width: 300px;
  max-width: 400px;
  /* allow box to grow instead of fixed width */
  padding: 10px;
  font-size: 14px !important;
  border: 3px #3ed7d7 solid;
  border-radius: 10px;
  outline: 2px #2b3a39 solid;
  background: #fff;
  display: none;
  white-space: normal;
  /* ensures wrapping */
  z-index: 999;
  /* prevents overlap issues */
}

.step>span {
  position: absolute;
  inset: 0;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.step.is-active>span {
  transform: scaleX(1);
}

.compareheading {
  text-align: center;
  padding-bottom: 20px !important;
}

.line_describer {
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
}

.line_describer .dbtinfoholder {
  color: rgba(30, 144, 255, 1);
  width: 137px;
  display: inline-block;
}

.line_describer .dbtinfoholder p {
  width: 117px;
  float: left;
  line-height: 14px;
}

.bluecolorblock {
  width: 15px;
  height: 15px;
  background-color: rgba(30, 144, 255, 1);
  float: left;
}

.line_describer .mpinfoholder {
  color: rgba(255, 99, 132, 1);
  width: 308px;
  display: inline-block;
}

.line_describer .mpinfoholder p {
  width: 187px;
  float: left;
  line-height: 14px;
}

.line_describer .mpinfoholder span {
  float: left;
  padding-left: 10px;
  line-height: 16px;
  font-weight: 700;
}

.orangecolorblock {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 99, 132, 1);
  float: left;
}

form {
  padding: 22px 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

legend {
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 6px;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}


label {
  font-size: 0.925rem;
  color: var(--deep);
  font-weight: 600;
}

.hint {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 4px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px #08bcb6 solid;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 1rem;
  background: transparent;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px var(--ring);
}

.error {
  color: var(--error);
  font-size: 0.82rem;
  margin-top: 6px;
}

.hidden {
  display: none;
}

.actions {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 6px;
}

.actions .left {
  display: flex;
  gap: 10px;
}

.btn {
  appearance: none;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.btn-primary {
  background: #08bcb6;
  color: #fff;
  font-weight: 600;
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.btn-secondary {
  background: transparent;
  color: var(--deep);
  border: 1.5px solid var(--deep);
}

.btncontinue {
  padding: 10px 25px;
  border-radius: 10px !important;
  ;
}

.btncontinue:hover {
  background-color: #07a09b;
}

.error-border {
  border: 3px #08bcb6 solid;
}

.alertpopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
  display: none;
}
.activealert{
  display:block!important
}

.alertcontainer {
  width: 400px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

}
.inofcontainer {
  width: 50%;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

}
.mailcontainer {
    max-width: 600px;
    /* margin: 0 auto; */
    height: 435px;
    /* background-color: #fff; */
}



.alertcontentholder {
  float: left;
  padding: 15px;
  background-color: #fff;
  width: 100%;
  height: 250px;

}

.alertcontentholder h2 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #8d8d8d;
  padding: 0 0 15px;
}

.btncopyblock {
  width: 100%;
  float: left;
  margin-top: 15px;
  text-align: right;
}

.btncopyblock button {
  background-color: #08bcb6;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  float: right;
  border: 0;
  border-radius: 10px;
}

.alertclose {
  float: right;
  transform: rotate(45deg);
  padding-bottom: 10px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 25px;
  padding: 0;
  margin: 0;
}

.alertmsg {
  width: 100%;
  color: #2b3a39;
  float: left;
  word-break: break-all;
}

.secure {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--deep);
  background: #f1fbf8;
  border: 1px dashed #d7efea;
  border-radius: 12px;
  padding: 10px 12px;
}

.secure svg {
  flex: 0 0 auto;
}

.infoicon {
  float: left;
  /* padding-right: 10px; */
  padding: 6px;
  border-radius: 10px;
  background: #07827e;
  line-height: 7px;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.consent {
  border: 1px solid #e5f6f2;
  border-radius: 12px;
  padding: 12px;
}

.consent p {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #223;
}

.footnote {
  font-size: 0.78rem;
  color: #3a4;
  line-height: 1.4;
  margin-top: 2px;
}

.disclaimer {
  font-size: 0.78rem;
  color: #425;
  line-height: 1.5;
  margin-top: 14px;
}

.summary {
  margin-top: 10px;
  background: #f6fffc;
  border: 1px solid #dff3ee;
  border-radius: 12px;
  padding: 12px;
}

.summary h4 {
  margin: 0 0 6px;
  color: var(--deep);
}

/* password/SSN toggle */
.input-group {
  position: relative;
}

.toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--muted);
  font-size: 0.88rem;
}

/* toast */
.toast {
  position: fixed;
  inset: auto 16px 16px auto;
  background: var(--deep);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

#tcpa {
  width: auto;
}

.intake_holer {
  background-color: #daf3f3;
  border-top: 1px #9ee0e0 solid;
}

.actions {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}

.calculator-wrapper {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  padding: 2rem 2.5rem;
  box-sizing: border-box;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

label {
  font-size: 0.9rem;
  font-weight: 500;
}

input[type="number"],
select {
  padding: 0.55rem 0.6rem;
  border-radius: 8px;
  border: 1px solid #d4d8e1;
  font-size: 0.9rem;
  background: #fbfcff;
}

.section-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #eee;
}

.chart-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 10px auto;
}

.tooltip {
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
  display: none;
  z-index: 30;
}

.savinglinecanvas {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.bottombutton {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
}

.bottombutton button,
.bottombutton a {
  background-color: #08bcb6;
  color: #fff;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  text-decoration: none;
  float: left;
}

.input_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.float_label {
  position: absolute;
  left: 12px;
  top: 0;
  transform: translateY(-50%);
  /* This makes it half inside, half outside */
  background: white;
  padding: 0 5px;
  font-size: 11px;
  color: #666;
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  border-radius: 4px;
}

.input_wrap input {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

/* When input is active (focused OR has value) */
.input_wrap.active .float_label {
  opacity: 1;
  opacity: 1;
}

.greenback {
  background-color: #08bcb6 !important;
  color: #fff;
}

.logoholder {
  max-width: 350px;
  margin: 0 auto
}

.logoholder img {
  max-width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.secureheading {
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* Modal box */
.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  max-height: 80vh;
  overflow: hidden;
}

/* Close button */
.close-btn {
  float: right;
  font-size: 26px;
  cursor: pointer;
}

/* Table */
.table-wrapper {
  max-height: 60vh;
  overflow-y: auto;
}

#paymentTable {
  width: 100%;
  border-collapse: collapse;
}

#paymentTable th,
#paymentTable td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: right;
}

#paymentTable th {
  background: #2a7f6f;
  color: #fff;
  position: sticky;
  top: 0;
}

#paymentTable td:first-child,
#paymentTable th:first-child {
  text-align: center;
}
.alertcontentholder .alertclose{
  display:none;
}
.display_mobile{
  display:none;
}

@media (max-width: 1023px) {

  .one_fifth,
  .one_fourth,
  .one_full,
  .one_half,
  .one_third,
  .specialifteen {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .content_container {
    max-width: 91vw;
  }
  .mobnopadding{
    padding:0;
  }

  .three_fourth {
    width: 76%;
  }

  .ten_one {
    width: 13%;
  }

  .specialfive {
    width: 11%;
  }

  .inner_case p,
  .inner_case h3 {
    text-align: center;
  }

  .specialten,
  .specialten button,
  .add_list_block button {
    width: 100%;
  }

  .heading_block {
    display: none;
  }

  .content_row {
    margin-right: 0;
    margin-left: 0;
  }

  .force33 {
    width: 33% !important;
  }

  .chartbox {
    height: auto;
  }
  .inofcontainer{
    width:80%;
  }
 .alertcontentholder .btncopyblock{
  margin-top: 10px;
 }
 .alertcontentholder h2{
  font-size: 26px;
  padding: 0 0 6px;
 }
 .alertmsg{
  font-size: 14px;
 }
 .alertcontentholder,.inofcontainer{
  height: 293px;
 }

}


@media (max-width: 767px) {
  .three_fourth {
    width: 100%;
  }

  .logoholder {
    width: 206px;
  }

  .topap {
    padding-top: 0;
  }
  .bar-label {
    font-weight: 1000;
    margin-bottom: 5px;
    font-size: 17px;
}

  .topheading h2,
  .topheading p {
    text-align: left;
  }

  .two_third_mobile {
    width: 70% !important;
    ;
  }

  .one_third_mobile {
    width: 30% !important;
  }

  .inner_case p,
  .inner_case h3 {
    font-weight: 700;
    text-align: left;
  }

  .row_eye {
    width: 20% !important
  }

  .row_remove {
    width: 75% !important;
  }

 h2 {
    font-size: 20px!important;
    font-weight: 700;
    line-height: 24px;
}
.nodisplay_mobile{
  display:none
}
.display_mobile{
  display:block
}
.actions{
  display:inline-block;
  text-align:center;
}
.btncontinue {
    padding: 10px 36px;
    font-size: 16px;
}

  .intakewarp {
    padding: 20px;
  }

  .addrow,
  .filllater {
    width: auto !important
  }

  .inner_case {
    padding: 16px 20px 15px;
  }

  .specialfive,
  .ten_one {
    width: 50%;
  }

  .specialfive button,
  .ten_one button {
    width: 100%;
  }

  .mt28 {
    margin-top: 9px;
  }

  .secureheading {
    text-align: left;
    font-size: 20px!important;
    line-height: 26px;
    padding-bottom: 10px;
}

  .consent {
    padding: 0;
  }

  .balance_chart .chatinfo {
    width: 100%;
    line-height: 27px;
    text-align: left;
  }

  .balance_chart .totalamt {
    text-align: left;
  }

  .sctionIdn,
  .panel {
    margin: 0;
    padding: 15px 0;
  }

  .content_row {
    padding: 0;
  }

  .graphheadain h2 {
    width: 100%;
  }

  .graphheadain button {
    float: left;
    margin-top: 8px;
  }

  .sub_heading {
    padding-left: 0;
    margin-bottom: 10px !important;
  }

  .sub_heading .percentselect {
    width: 80%;
  }

  .bar-container {
    margin-bottom: 32px;
    float: left;
    width: 100%;
  }

  .bar {
    height: 11px;
    border-radius: 6px;
    align-items: center;
     padding-left: 0px; 
    padding-right: 20px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
  }

  .paddintop {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .infoicon {
    margin-right: 4px;
  }
  .sisxtyfive {
    width: 65%!important;
    margin-bottom: 0!important;
    padding-top: 6px;
}
  .sisxtyfive span{
    display:inline-block;
  }
  .sisxtyfive span.pos_rel{
    width:70%;
  }
  .thirtyfive{
    width:35%!important;
  }
  .calculator-wrapper{
    padding:0;
  }
  #intakeform .mt-50{
    margin-top:0;
  }
  .alertcontentholder h2{
    font-weight: 600;
    font-size: 25px;
  }
  .alertmsg{
    font-size: 13px;
  }
  .alertcontentholder .btncopyblock{
    margin-top:10px;
    display:none;
  }
  .alertcontentholder .alertclose{
    line-height: 16px;
    display:block;
  }
  .inofcontainer{
    width:90%;
  }
  .card{
    padding: 12px 0;  
  }
  .card .hero h2{
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 720px) {
  .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .brand {
    display: inline-block;
  }

  .logo,
  .fullwidth_inmob {
    width: 100%;
    float: left;
    text-align: center;
  }

  .logo img {
    width: 200px;
  }
}

@media (max-width: 549px) {
  .tophead_text {
    font-size: 1.4rem;
    font-weight: 900;
  }

  .balance_chart {
    padding: 20px 10px;
  }

  .force33 {
    padding: 0 !important;
  }

}

@media (max-width: 450px) {
  .plan_category {
    padding: 8px 8px;
  }

  .plan_category h3 {
    font-size: 17px;
  }

  .plan_category p {
    font-size: 12px;
    line-height: 15px;
  }
}