*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-weight: 600;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration:none;
    display: inline-block;
}
ul{
    list-style:none;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.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%;
    box-sizing: border-box;
}
.col-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}
.col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.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;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
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: 40px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

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;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
}
.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;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
table.interest-saved-table {
    margin: 0 !important;
}
.pay-checks-row {
    display: inline-block !important;
    display: flex !important;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.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%;
    max-width: 100%;
    box-sizing: border-box;
}
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%;
    max-width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.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: 1080px;
    padding-left: 16px;
}
div#tab-5 form .col-12 {
    max-width: 580px;
}

div#tab-5 {
    display: block;
}
.genfder-grp {
    padding: 5px 0;
}
div#tab-2 > div {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.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;
}



/* 			   New Css*/
.header_menu ul li:first-child a {
    text-decoration: underline;
    font-weight: 800;
}
			  .header_menu ul li:first-child {
    flex: 0 0 80%;
    text-align: center;
}
.header_menu ul {
    padding-left: 100px;
}
			  header.headder-parent {
    display: none;
}
			.header_row {
    display: flex;
    align-items: center;
}
			  header {
    border-bottom: 1px solid #cccccc61;
    margin-bottom: 30px;
}
			  .header_logo {
    flex: 0 0 27%;
    max-width: 27%;
}
.header_logo a img {
    max-width: 130px;
    width: 100%;
    height: 80px;
    object-fit: contain;
}
			  .header_menu {
    flex: 0 0 73%;
    max-width: 73%;
}
.header_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px;
    row-gap: 10px;
}
.header_menu ul li {
    flex: 0 0 25%;
}
			  header .container-fluid {
    padding: 20px 20px;
}
			  .header_menu ul li a {
    color: #000;
    font-size: 16px;
}
.header_logo {
    display: flex;
    gap: 0;
    justify-content: center;
    text-align: center;
}
.logo-p+.logo-p img {
    max-width: 80px;
}
.logo-p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.logo-p img+p {
    font-size: 12px;
    color: #3174b4;
}
.logo-p p a {
    color: #37b6ab;
}
.page-content-new p {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 28px;
}
.page-content-new {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
			  .header_logo .logo-p:first-child a + p {
    position: relative;
    top: -20px;
}
			  .logo-p p {
    font-size: 14px;
}
.has-text-align-center {
    text-align: center;
}
.has-large-font-size {
    font-size: 20px;
}
.page-content-new p.has-text-align-center.has-large-font-size a {
    text-decoration: underline;
}
	/* 			   New Css*/		  
            .medications-being-taken-row {
                display: block !important;
            }
                        .height-d-jk {
                display: flex;
                width: 100%;
                column-gap: 3px;
            }
            .height-d-jk select {
                background: #ebf1de;
                text-align: center;
                border: none;
                flex: 1;
                text-align: left;
                padding: 9px 12px;
            }
                        div#tab-4 .medications-being-taken-row div#medication-container .medication-entry {
                            margin-bottom: 30px;
                        }
                        div#tab-4 .medications-being-taken-row div#medication-container {
                            display: block !important;
                        }
                        span.prefix + input {
                padding-left: 6px !important;
            }
            .medications-being-taken-btn {
                justify-content: end;
            }
            .medications-being-taken-btn button {
                background-color: #3174b4;
                border: 1px solid #3174b4;
                padding: 11px;
                color: #fff;
                border-radius: 5px;
                cursor: pointer;
            }
            .lien-heloc-logo-col h1 {
                font-size: 46px;
                line-height: 53px;
                color: #42ea98;
                width: 100%;
                font-weight: 600;
            }
            .lien-heloc-logo-col {
                display: flex;
                align-items: center;
            }
            .lien-heloc-logo-col img {
                width: 100%;
                max-width: 150px;
                margin-right: 20px;
            }
            .lien-heloc-logo-row {
                display: flex;
                justify-content: center;
            }
            .accordion-inner {
                max-width: 800px;
                margin: 0 auto;
                padding-top: 40px;
            }
            .accordion-col {
                padding: 10px 0;
            }

            .accordion-title {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
            }
            .accordion-title {
                padding: 20px 20px 20px 20px;
                background-color: rgb(49 116 180 / 10%);
                margin-bottom: 0;
                border-radius: 10px;
            }
            .accordion-title h1 {
                font-size: 18px;
                margin: 0;
                padding-right: 50px;
                color: #3174ba;
                font-weight: 600;
            }

            .accordion-content {
                display: none;
                margin-top: 0;
                background-color: rgb(49 116 180 / 10%);
                padding: 0px 50px 20px 20px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }
            .accordion-title.active {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }
            .accordion-icon {
                width: 20px;
                height: 20px;
                position: relative;
                cursor: pointer;
            }

            .accordion-icon span {
                position: absolute;
                top: 50%;
                left: 50%;
                background-color: #3174b4;
                transform: translate(-50%, -50%);
                transition: 0.3s ease;
            }

            /* Horizontal line */
            .accordion-icon span:first-child {
                width: 16px;
                height: 2px;
            }

            /* Vertical line (part of plus) */
            .accordion-icon span:last-child {
                width: 2px;
                height: 16px;
            }

            /* When active, turn plus into minus */
            .accordion-title.active .accordion-icon span:last-child {
                transform: translate(-50%, -50%) scaleY(0);
            }
            .accordion-title {
                position: relative;
            }
            .accordion-title h1 span {
                /*position: absolute;*/
                /*top: 20px;*/
                /*left: 20px;*/
                color: #3174b4;
            }
            .accordion-last-p {
                padding: 50px 0;
                max-width: 800px;
                margin: 0 auto;
                text-align: center;
                font-style: italic;
            }
            .pptx-btn {
                text-align: center;
                padding-top: 150px;
            }
            .pptx-btn a {
                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;
            }
            .credit-card-img img {
                width: 100%;
                max-width: 70px;
            }
            .heloc-outline-col h1 {
                color: #3174b4;
                font-weight: 600;
                    text-align: center;
            }
            .heloc-outline-inner {
                display: grid;
                grid-template-columns: 1fr 0.15fr 1fr 0.15fr 1fr;
                gap: 20px;
                align-items: center;
            }
            .credit-card-col h2 {
                font-size: 16px;
                font-weight: 400;
                text-align: center;
            }
            .credit-card-col h1 {
                font-size: 20px;
                text-align: center;
            }
            .outline-last-head h1 {
                color: #3174b4;
                font-weight: 600;
                text-align: center;
                margin-top: 100px;
            }
            .credit-card-img {
                display: inline-grid;
                position: relative;
                top: 34px;
            }
            .credit-card-col {
                border: 1px solid #000;
                border-radius: 50%;
                padding: 80px 30px;
                height: 363px;
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
            }
            .credit-card-col ul {
                width: 100%;
            }
            .heloc-outline-col h1 {
                padding-bottom: 30px;
            }
            .credit-card-col h1 {
                padding: 0;
            }
            .heloc-outline-row {
                width: 100%;
                max-width: 1280px;
                margin: 0 auto;
            }
            .current-amortization-loans-right-col table {
                margin: 0;
            }
            .tabthree-fulltb {
                margin-top: 35px;
            }
            .thirty38 {
                flex: 0 0 38%;
                max-width: 38%;
            }
            .twrnty-four24{
                flex: 0 0 24%;
                max-width: 24%;
            }
            input.yearss-inputs {
                background: #ebf1de;
                width: 61px;
                padding: 0 5px;
            }
          .loan_type {
    border: none;
    background: #ebf1de;
    padding: 8px 0;
    width: 100%;
    margin: 0;
    height: 36px;
    text-align: left;
}
        .loan_type:focus {
            outline: none !important;
        }
        .table-wrapper {
    max-height: 600px;
    overflow-y: auto;
}
div#scheduleTable .table thead th,
div#velocity-table table thead th{
    position: sticky;
    top: 0;
    background: #f4f8fb;
    z-index: 2;
}
.tab-editing a {
    padding: 8px 7px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 20px;
}
.clr-d-prple {
    color: #7030b1 !important;
}
form#step5_form select {
    border: none;
    background: #ebf1de;
    padding: 8px 0;
    width: 100%;
    height: 36px;
    margin: 0;
    text-align: left;
    padding-left: 11px;
    padding-right: 15px;
    color: #000;
    font-size: 14px;
}
.yesno_do label input {
    height: 18px;
    width: 18px;
    margin-right: 4px !important;
}
.yesno_do label {
    flex: auto !important;
    max-width: initial !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.yesno_do {
    flex: 0 0 130px;
    display: flex;
    padding: 10px 13px;
}
div#tab-5 form .from-inner-row > div label {
    flex: 0 0 270px;
    max-width: 270px;
}
section#extra_payment_fields input {
    width: 100%;
    margin-bottom: 1px !important;
    box-sizing: border-box;
    height: 36px !important;
}
section#extra_payment_fields {
    margin-left: 270px;
}
.video-tab-img img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.video-tab-img {
    text-align: center;
}
.video-tab .pptx-btn {
    text-align: center;
    padding-top: 0;
}


.bottom_text {
    text-align: center;
    margin-left: 270px;
}
.bottom_text p {
    font-size: 14px;
    line-height: 23px;
}
.bottom_text p a {
    font-size: 16px;
    display: inline-block;
    padding-bottom: 10px;
}
.yesno_do {
    padding-left: 0;
}
.applicant-block>.col-12 {
    display: flex !important;
    align-items: center;
}

/* Side-by-side layout for two applicants */
.from-inner-row.applicants-side-by-side {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
}

.from-inner-row.applicants-side-by-side .applicant-block {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 15px;
    background-color: rgba(49, 116, 180, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(49, 116, 180, 0.1);
    margin: 20px 0;
}
.from-inner-row.applicants-side-by-side .applicant-block:first-of-type::before {
    content: 'Applicant 1';
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #3174b4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3174b4;
}

.from-inner-row.applicants-side-by-side .applicant-block:last-of-type::before {
    content: 'Applicant 2';
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #3174b4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3174b4;
}

.from-inner-row.applicants-side-by-side .applicant-block > .col-12 {
    width: 100%;
}

/* Ensure other fields after applicant blocks remain full width */
.from-inner-row.applicants-side-by-side > .col-12:not(.applicant-block) {
    flex: 0 0 100%;
    width: 100%;
    clear: both;
}
div#tab-5 form {
    width: 100% !important;
    max-width: 1080px !important;
    padding-left: 16px !important;
}
div#tab-5 form .col-12 {
    max-width: 580px !important;
}
input[type="tel"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
span.prefix {
    line-height: 36px;
}










/* LEFT COLUMN */
.left-column {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.circle {
    width: 360px;
    height: 360px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 20px 30px;
    text-align: center;
    background: #fff;
}

.circle h3 {
    display: inline-block;
    color: #3174b4;
    font-weight: 600;
    text-align: center;
}

.note {
  font-size: 12px;
  font-style: italic;
}

.arrow {
  font-size: 26px;
  margin: 25px 0;
}
.bank-account-row:nth-child(2) .circle.heloc .arrow {
    margin-top: -50px;
}
/* Circle Types */
.bank-account { }
.heloc { }
.credit-card { }
.policy { }

/* RIGHT COLUMN */
.right-column {
  width: 65%;
}

.section {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-left: 4px solid #000;
}

.section h4 {
  margin: 0 0 8px 0;
}

.section ol {
  padding-left: 18px;
  margin: 0;
}

.section li {
  font-size: 14px;
  margin-bottom: 4px;
}

.small {
  font-size: 12px;
}
.bank-account-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}
/* .payment-section {
  background: #ffffff;
  border-left: 4px solid #000;
  padding: 16px 20px;
  margin-top: 20px;
} */

.section-title, .policy-title, .bank-account-right-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #3174b4;
    font-weight: 600;
}

.payment-list {
  padding-left: 18px;
  margin: 0;
}

.payment-item {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.sub-text {
  display: block;
  font-size: 12px;
  color: #555;
  margin-left: 6px;
}
/* .policy-loan-section {
  background: #ffffff;
  border-left: 4px solid #000;
  padding: 16px 20px;
  margin-top: 20px;
} */

.policy-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.policy-list {
  padding-left: 18px;
  margin: 0;
}
.bank-account-right-content ol li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.policy-item {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.policy-steps {
  margin-top: 8px;
  padding-left: 18px;
}

.policy-steps li {
  font-size: 13px;
  margin-bottom: 6px;
}

.policy-sub {
  display: block;
  font-size: 12px;
  color: #555;
}
img.arrow-up {
    width: 100%;
    max-width: 40px;
    transform: rotate(90deg);
}
img.arrow-down {
    width: 100%;
    max-width: 40px;
    transform: rotate(-90deg);
}
.bank-account {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pnc-bnak-row .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bank-account-right-content ol {
    padding-left: 15px;
}
.circle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -110px;
    background-image: url(https://calculator.addonitsolutions.com/wp-content/themes/twentytwentyone/New-Template-Calculator/images/Untitled-51.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%) rotate(180deg);
}
.fraud-contact span, .fraud-contact span a {
    color: #3174b4;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

.loan-options-row h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #3174b4;
    font-weight: 600;
}
.loan-options-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
/*     max-width: 1000px; */
    margin: 0 auto;
}
.loan-options h2 {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
}
.loan-options ol {
    padding-left: 15px;
}
.options-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
ol.transfer-list {
    padding-left: 15px;
}
.options-list {
  padding-left: 18px;
  margin: 0;
}
.loan-options-col-6 {
    background-color: rgb(49 116 180 / 10%);
    padding: 30px;
    border-radius: 20px;
}
.option-note {
  font-size: 12px;
  font-style: italic;
  margin-top: 8px;
}
.loan-options-row ol li {
    margin-bottom: 10px;
}
.policy-loan-section p, .policy-loan-section ol li {
     font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.policy-loan-section ol {
    padding-left: 30px;
}
ol.transfer-list li.transfer-item, .loan-options-row ol li {
    font-size: 14px;
}
.fraud-contact {
    display: flex;
    align-items: center;
}
.fraud-contact>div {
    flex: 0 0 50%;
}
.righ-cnt-img img {
    width: 100%;
}
.cara-miller-cotent p {
    margin-bottom: 10px;
    text-align: left;
}
.cara-miller-cotent {
    padding-left: 20px;
}

.cara-miller-cotent p {
    font-size: 14px;
}
.line-spes-mi {
    margin-bottom: 0 !important;
}


.text_head h3 {
    font-size: 26px;
    line-height: 53px;
    color: #3174b4;
    width: 100%;
    max-width: unset;
    font-weight: 600;
    text-align: center;
}


















/* Responsive: stack on smaller screens */
@media (max-width: 768px) {
    .from-inner-row.applicants-side-by-side {
        flex-direction: column;
        gap: 20px 0;
    }
    
    .from-inner-row.applicants-side-by-side .applicant-block {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}


/* Mobile Styles (up to 767px) */
@media screen and (max-width: 991px) {
  
	.tabs-nav {
    flex-wrap: wrap;
    justify-content: center;
}
	.table-wrapper {
    overflow-x: auto !important;
}
	.table-wrapper table th, .table-wrapper table td {
    font-size: 10px;
    padding: 6px 3px;
    min-width: 150px;
}
	.tabs-stage {
    padding-top: 40px;
}
	.col-1 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.col-5 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.col-7 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-9 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-10 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-11 {
    flex: 0 0 100%;
    max-width: 100%;
}
div#tab-2 h1,
	div#tab-3 h1{
    font-size: 28px;
    line-height: 36px;
}
	.current-amortization-loans-right-col h2, .current-amortization-loans-left-col h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
}
	#tab-3 .mainflex-third {
    flex-wrap: wrap;
    gap: 20px;
}
	.pay-checks-row h2 {
    font-size: 18px;
}
	.pay-checks-row .col-4 {
    padding: 0;
}
	.male-t-tops {
    margin-top: 0px;
}
	div#tab-4 form .from-inner-row > div label, div#tab-5 form .from-inner-row > div label {
    flex: 0 0 160px;
    max-width: 160px;
    font-size: 12px;
}
	form h2 {
    font-size: 20px;
}
	div#tab-5 form .from-inner-row > div label {
    flex: 0 0 160px;
    max-width: 160px;
}
	.bottom_text {
    text-align: center;
    margin-left: 0;
}
	div#tab-5 form {
    padding-left: 0px !important;
}
	form#step5_form select {
    border-radius: 0 !important;
}
	div#tab-4 form input, div#tab-5 form input {
    border-radius: 0;
}
	div#tab-4  .from-inner-row > div, div#tab-5  .from-inner-row > div {
    width: 100%;
}
	.lien-heloc-logo-col img {
    max-width: 100px;
}
	.lien-heloc-logo-col h1 {
    font-size: 26px;
    line-height: 32px;
}
	.accordion-title h1 {
    font-size: 14px;
    padding-right: 15px;
}
	.accordion-content {
    padding: 0px 20px 20px 20px;
}
	.accordion-content p {
    font-size: 12px;
}
	.accordion-col {
    padding: 5px 0;
}
	.heloc-outline-col h1 {
    font-size: 22px;
}
	.heloc-outline-row {
    max-width: 363px;
}
.credit-card-img {
    display: inline-flex;
    position: relative;
    top: 0;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    transform: rotate(
90deg);
}
	.heloc-outline-col {
    text-align: center;
}
	.heloc-outline-col:nth-child(3) {
    margin-bottom: 20px;
}
	.outline-last-head h1 {
    margin-top: 50px;
    font-size: 22px;
}
	.pptx-btn a {
    font-size: 16px;
    padding: 15px 15px 13px 15px;
}
	div#tab-12 h1 {
    font-size: 22px;
}
	div#tab-12 li {
    font-size: 14px;
}
	.heloc-outline-inner {
    grid-template-columns: 1fr;

}
	.height-d-jk select {
    color: #000;
    font-size: 14px;
    border-radius: 0 !important;
		    height: 36px;
}
.page-template-calculator	input[type="radio"] {
    margin: 0 5px !important;
    padding-right: 0 !important;
}
	.table-wrapper input, .table-wrapper select {
    border-radius: 0 !important;
    color: #000;
}
}
			  
			  @media(max-width:767px){
				  .heloc-outline-row {
    max-width: 340px;
}
				  .credit-card-col {
    height: 340px;
}
				  .credit-card-col h1 {
    font-size: 16px;
}
				  .credit-card-col li {
    font-size: 14px;
}
				  
/* 		New Css		   */
				  .fraud-contact>div {
    flex: 0 0 100%;
}
				  .fraud-contact {
    flex-wrap: wrap;
}
				  .fraud-contact span, .fraud-contact span a {
    font-size: 18px;
}
				  .cara-miller-cotent {
    padding-left: 0;
}
				  .pnc-bnak .container {
    padding: 0;
}
				  .circle {
    width: 330px;
    height: 330px;
}
				  .bank-account-row {
    grid-template-columns: 1fr;
}
				  .loan-options-row {
    grid-template-columns: 1fr;
}
				  .loan-options-col-6 {
    padding: 20px;
}
.header_menu ul {
    gap: 20px;
    row-gap: 10px;
    padding: 0;
    justify-content: center;
}
				  .header_logo,.header_menu {
    flex: 0 0 100%;
    max-width: 100%;
}
				  .header_menu {
    margin: 20px 0;
}
				  .header_row {
    flex-wrap: wrap;
}
				  .header_menu ul li {
    flex: 0 0 auto;
}
				  .header_menu ul li a {
    font-size: 14px;
}
				  .header_logo .logo-p:first-child a + p {
    position: relative;
    top: 0;
}
				  .header_logo {
    flex-wrap: wrap;
    gap: 30px;
}
				  .logo-p {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    align-content: center;
}
				  .bank-account-row {
    grid-template-columns: 1fr;
    justify-items: center;
}
			  }









