*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-weight: 600;
}

body{
        font-family: "Poppins", sans-serif;
}

a {
    text-decoration:none;
    display: inline-block;
}
ul{
    list-style:none;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.row {
    display: flex;
}
.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}
.col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}
.col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;f
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3%;
    max-width: 83.3%;
}
.col-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}



.tabs-nav {
    display: flex;
    border-bottom: 1px solid #3174b4;
    padding: 0 0;
    background-color: #fff;
    padding-top: 18px;
    width: 100%;
        z-index: 1;
}
.tabs span {
    font-weight:600 !important;
    color: red;
}
.tab-editing a {
    color: #777777;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    display: block;
    /* font-family: WorkSans-Medium; */
    padding: 8px 15px;
    border-radius: 2px;
}
.tab-active a {
    background: #fff;
    border-bottom-color: transparent !important;
    color: white;
    cursor: default;
    border-color: #3174b4;
    background-color: #3174b4;
}

.benefits-open-enrollment-section {
    padding: 0 16px 18px;
}
















.table-wrapper {
    display: block !important;
    width: 100%;
}
.table-wrapper {
  overflow-x: auto;
}
thead tr {
    background-color: #3174b4;
    color: white;
}
tbody tr:nth-child(2n-2) {
    background-color: rgb(49 116 180 / 5%);
}
.table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: var(--darkblue);
  border-radius: 40px;
}

.table-wrapper::::-webkit-scrollbar-track {
  background: var(--white);
  border-radius: 40px;
}

.table-wrapper table {
    margin:0px 0 20px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}
.table-wrapper table th, .table-wrapper table td {
    padding: 5px 0px;
    min-width: 75px;
    font-size: 12px;
}

.table-wrapper table th {
    color: #3174b4;
    background: var(--darkblue);
    font-weight: 600;
    font-size: 12px;
        height: 36px;
}
.paycheck-colum-wchn table {
    margin-bottom: 14px;
}
.loans-rate-3 .table-wrapper table {
    margin-bottom: 2px;
}
.table-wrapper table tbody tr:nth-of-type(even) > * {
  background: var(--lightblue);
}

.table-wrapper table td:first-child {
    display: flex;
    row-gap: 10px;
    text-align: left;
    column-gap: 10px;
    justify-content: center;
}
.table-wrapper thead tr {
    background-color: rgb(49 116 180 / 10%);
    color: white;
}

.table-credits {
  font-size: 12px;
  margin-top: 10px;
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  background: var(--white);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

.current-amortization-loans-row .row {
    display: block !important;
}
.tabs-stage {
    padding-top: 120px;
}

div#tab-1, div#tab-2, div#tab-3, div#tab-4, div#tab-5 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}
.col-6 {
    display: block !important;
}
.current-amortization-loans-left-col {
    display: block !important;
}
.current-amortization-loans-right-col {
    display: block !important;
}
.current-amortization-loans-right-col table {
    width: 100%;
}
div#tab-2 h1 {
    font-size: 46px;
    line-height: 53px;
    color: #3174b4;
    width: 100%;
    max-width: 490px;
    font-weight: 600;
}
div#tab-3 h1 {
    font-size: 46px;
    line-height: 53px;
    color: #3174b4;
    width: 100%;
    max-width: 440px;
    font-weight: 600;
}
table h2 {
    font-size: 30px;
    line-height: 40px;
    color: #3174b4;
}
.current-amortization-loans-right-col h2, .current-amortization-loans-left-col h2 {
    color: #3174b4;
    font-weight: 600;
} 
.col-4 {
    display: block !important;
    padding: 0 15px;
}
table.interest-saved-table {
    margin: 0 !important;
}
.pay-checks-row {
    display: inline-block !important;
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
}
.pay-checks-row h2 {
    width: 100%;
}
.table-wrapper.text-left-align table td:first-child {
    justify-content: flex-start;
}
div#tab-4 .table-wrapper {
    width: 100%;
}
div#tab-4 .table-wrapper table {
    text-align: left !important;
    width: 100%;
}
div#tab-4 .table-wrapper table td:first-child {
    display: flex;
    row-gap: 10px;
    text-align: left;
    column-gap: 10px;
    justify-content: flex-start;
}
div#tab-5 .table-wrapper {
    width: 100%;
}
div#tab-5 .table-wrapper table {
    text-align: left !important;
    width: 100%;
}
div#tab-5 .table-wrapper table td:first-child {
    display: flex;
    row-gap: 10px;
    text-align: left;
    column-gap: 10px;
    justify-content: flex-start;
}

.from-inner-row {
    display: inline-block !important;
    display: flex !important;
    flex-wrap: wrap;
    row-gap: 1px;
    padding-bottom: 40px;
}
.from-inner-row .col-12 {
    display: block !important;
}
.from-inner-row input {
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-top: 10px;
}

.from-inner-row input#male {
    width: auto;
    height: auto;
    margin: 0 5px;
}
.from-inner-row input#nobacco {
    height: auto;
    width: auto;
    margin: 0 5px;
}
.from-inner-row input[type="submit"] {
    width: auto;
    padding: 15px 30px;
    height: auto;
}
form {
    width: 100%;
}
form h2 {
    padding-bottom: 20px;
}

.pay-checks-row h2 {
    color: #3174b4;
    font-weight: 600;
    padding-bottom: 5px;
}
#tab-3 .mainflex-third {
    display: flex !important;
    width: 100%;
}
.male-t-tops {
    margin-top: -42px;
}
.tabs-stage input {
    border: none;
    background: #ebf1de;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    margin: 0;
    height: 36px;
}
.tabs-stage input:focus {
    outline:none;
}
div#tab-2 table td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
}

div#tab-3 table td {
    padding: 0px 2px 0px 2px;
    height: 36px;
    align-items: center;
}
.paycheck-colum-wchn .col-4 {
    flex: 0 0 38.5%;
    max-width: 38.5%;
}
.paycheck-colum-wchn .loans-rate-3 {
    flex: 0 0 23% !important;
    max-width: 23% !important;
}
h2.male-t-tops input {
    background: transparent;
    padding: 0;
    font-size: 24px;
    color: #c4d79b;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: left;
}
div#tab-4 {
    display: block;
}
div#tab-4 form {
    width: 100%;
    max-width: 580px;
    padding-left: 16px;
}
div#tab-4 form .from-inner-row > div label, div#tab-5 form .from-inner-row > div label {
    flex: 0 0 227px;
    max-width: 227px;
    font-size: 15px;
}
div#tab-4 form input, div#tab-5 form input {
    margin: 0;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-size: 14px;
}
div#tab-4  .from-inner-row > div, div#tab-5  .from-inner-row > div {
    display: flex !important;
    align-items: center;
}
.genfder-grp input {
    height: 18px !important;
    width: 18px !important;
    position: relative;
    top: 4px;
}
.genfder-grp label {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}
div#tab-4 input[type="submit"], div#tab-5 input[type="submit"] {
    border-color: #3174b4;
    background-color: #3174b4;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.2px;
    padding: 15px 29px 13px 29px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 30px;
    min-width: 160px;
    text-align: center;
}
div#tab-5 form {
    width: 100%;
    max-width: 580px;
    padding-left: 16px;
}
div#tab-5 {
    display: block;
}
.genfder-grp {
    padding: 5px 0;
}
div#tab-2 > div {
    padding: 0 10px;
}
.extra-ordinary-rndm .table-wrapper {
    width: 100%;
    max-width: 630px;
}
.extra-ordinary-rndm .table-wrapper tbody tr:nth-child(2n-2) {
    background: #ebf1de;
}
.extra-ordinary-rndm table td {
    background: #ebf1de;
    border-bottom: 1px solid #d3d8c7;
}
.entervalus-table tr td:last-child {
    padding: 0 !important;
}
.entervalus-table tr td:last-child input {
    width: 100%;
    padding: 7px;
}
.tabthree-fulltb tr th {
    color: #000;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 15px;
}
div#velocity-table td {
    justify-content: center;
}











