.fees_calculator_2023 .container-fluid {
    background-color: #FFFFFF;
}
.fees_calculator_2023 .fees_calc-width-container {
    width: 969px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 150px;
}
@media(max-width: 575px) {
    .fees_calculator_2023 .fees_calc-width-container {
        padding-bottom: 100px;
    }
}
.fees_calculator_2023 .fc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fees_calculator_2023 div#tabErrorMessages > span.error {
    margin-top: 30px;
}
.fees_calculator_2023 div.formErrorMessages > span.error {
    margin-bottom: 40px;
}
@media(min-width: 767.98px) {
    .fees_calculator_2023 div.formErrorMessages > span.error {
        margin-top: -10px;
    }
}
.fees_calculator_2023 span.error {
    display: block;
    color: #FFFFFF;
    text-align: center;
    background-color: #ff7171;
    padding: 7px;
    font-weight: 500;
    border-radius: 5px;
    width: 600px;
    margin: 0 auto;
}

@media(max-width: 991.98px) {
    .fees_calculator_2023 span.error {
        width: 500px;
        font-size: 13px;
    }
}

@media(max-width: 575px) {
    .fees_calculator_2023 span.error {
        width: 100%;
        font-size: 13px;
    }
    .fees_calculator_2023 div#tabErrorMessages {
        margin-bottom: 20px;
    }
}

.fees_calculator_2023 div.fees-calculator-tab-section {
    min-height: 500px;
}

.fees_calculator_2023 div.tabSections {
    width: 100%;
}
.fees_calculator_2023 div.tabSections > div.tabContent {
    position: relative;
    /*display: none;*/
}
/*
.fees_calculator_2023 div.tabSections > div.tabContent.active {
    display: block;
}
*/
.fees_calculator_2023 div.tabSections > div.tabContent > span.tabContentMessage {
    color: #999999;
    position: absolute;
    top: 20px;
    right: 20px;
}
.fees_calculator_2023 .highlight-border {
    /*border-color: green !important;*/
}
.fees_calculator_2023 div.bordered-box.do-not-apply-one-hundred-height {
    height: auto;
}
.fees_calculator_2023 div.bordered-box {
    border: 2px solid #e4e4e4;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: ease all 0.3s;
    border-radius: 12px;
}
.fees_calculator_2023 div.bordered-box.disabled {
    /*opacity: 0.5;*/
}

.fees_calculator_2023 div.bordered-box:not(.disabled):hover {
    background-color: #FFFFFF;
    border-color: #1858A5;
}
.fees_calculator_2023 div.bordered-box:not(.disabled):hover a.feesCalculatorSelectButton {
    background-color: #1858A5;
}
.fees_calculator_2023 div.bordered-box.highlight-border {
    background-color: #EEFAF3;
    border-color: #6CB237;
}
.fees_calculator_2023 div.bordered-box p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #1D1D1B;
}
.fees_calculator_2023 div.bordered-box ul {
    margin-bottom: 20px;
    margin-left: 15px !important;
}
.fees_calculator_2023 div.bordered-box ul > li {
    font-size: 13px;
    line-height: 16px;
    color: #1D1D1B;
    font-weight: 500;
    margin-bottom: 7px !important;
}
html body div.fees_calculator_2023 a.feesCalculatorSelectButton {
    border: none;
    background-color: #1858A5;
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 16px;
    line-height: 1;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: ease all .2s;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
}
html body div.fees_calculator_2023 .product-box.disabled a.feesCalculatorSelectButton {
    background-color: #D8D8D8;
}
html body div.fees_calculator_2023 a.feesCalculatorSelectButton:hover {
    text-decoration: none !important;
}
.fees_calculator_2023 div.bordered-box.highlight-border a.feesCalculatorSelectButton {
    background-color: #6CB237;
}

.fees_calculator_2023 div.bordered-box .product-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fees_calculator_2023 div.bordered-box .product-details {
    height: 100%;
}


@media(max-width: 767.98px) {
    .fees_calculator_2023 div.bordered-box {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}


.fees_calculator_2023 .step_heading {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

/*** Step 1 Options ***/
.fees_calculator_2023 .step_2_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fees_calculator_2023 .step_2_options .product-container {
    width: calc(50% - 12px);
}
.fees_calculator_2023 .step_2_options h4.alt::after {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 17px;
}
.fees_calculator_2023 .step_2_options div.bordered-box p {
    font-weight: 500;
}
.fees_calculator_2023 .step_2_options ul > li,
.fees_calculator_2023 .step_4_options ul > li {
    list-style: none;
    position: relative;
    margin-left: 4px;
    padding-left: 5px;
}
.fees_calculator_2023 .step_2_options ul > li:before,
.fees_calculator_2023 .step_4_options ul > li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease all .3s;
}

.fees_calculator_2023 .step_2_options div.bordered-box {
    position: relative;
}

.fees_calculator_2023 .step_2_options div.sale_tool {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FFF0F1;
    color: #DC001E;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 15px;
    line-height: 1;
    font-size: 15px;
}
@media(max-width: 575px) {
    .fees_calculator_2023 .step_2_options div.sale_tool {
        position: absolute;
        top: 16px;
        right: 16px;
    }
}


.fees_calculator_2023 .step_2_options ul > li.tick:before,
.fees_calculator_2023 .step_4_options ul > li.tick:before {
    background-image: url('../image/tick.svg');
}
.fees_calculator_2023 .step_2_options ul > li.false:before,
.fees_calculator_2023 .step_4_options ul > li.false:before {
    background-image: url('../image/false_red.svg');
}
.fees_calculator_2023 .step_2_options div.bordered-box.highlight-border ul > li.tick:before,
.fees_calculator_2023 .step_4_options div.bordered-box.highlight-border ul > li.tick:before {
    background-image: url('../image/tick_hover.svg');
}
@media(max-width: 767.98px) {
    .fees_calculator_2023 .step_2_options .product-container {
        width: 100%;
    }
    .fees_calculator_2023 .step_2_options .product-container:first-of-type {
        margin-bottom: 10px;
    }
}


/*** Step 2 Options ***/
.fees_calculator_2023 .step_1_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fees_calculator_2023 .step_1_options .product-container {
    width: 185px;
    margin-right: 5px;
    margin-left: 5px;
}
.fees_calculator_2023 .step_1_options div.bordered-box {
    padding: 20px;
}
.fees_calculator_2023 .step_1_options h4.alt {
    margin-bottom: 10px;
}
.fees_calculator_2023 .step_1_options div.bordered-box ul > li {
    margin-bottom: 5px !important;
}

@media(max-width: 1198.98px) {
    .fees_calculator_2023 .step_1_options .product-container {
        width: calc(33.333% - 10px);
        margin: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .fees_calculator_2023 .step_1_options {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media(max-width: 767.98px) {
    .fees_calculator_2023 .step_1_options .product-container {
        width: calc(50% - 5px);
        margin: 0;
        margin-bottom: 10px;
    }
    .fees_calculator_2023 .step_1_options {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/*** Step 4 Options ***/
.fees_calculator_2023 .step_4_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fees_calculator_2023 .step_4_options .step_heading {
    text-align: left;
}
.fees_calculator_2023 .step_4_options .step_4_column {
    width: calc(50% - 12px);
    margin-bottom: 30px;
}
.fees_calculator_2023 .step_4_options .step_4_column > .row{
    height: 100%;
}
.fees_calculator_2023 .step_4_options .step_4_column.disabled {
    opacity: 0.5;
}

.fees_calculator_2023 .step_4_options .step_4_column .bordered-box {
    cursor: default;
}
@media(max-width: 767.98px) {
    .fees_calculator_2023 .step_4_options .step_4_column {
        width: 100%;
    }
    .fees_calculator_2023 .step_4_options {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .fees_calculator_2023 .step_4_options .step_heading {
        text-align: center;
        margin-bottom: 20px;
    }
    .fees_calculator_2023 .step_4_options .step_4_column .bordered-box {
        margin-bottom: 20px;
    }
}

.fees_calculator_2023 .step_4_options .step_4_column .bordered-box {
    width: 100%;
}
.fees_calculator_2023 .step_4_options .step_4_column .bordered-box:hover {
    border-color: #E4E4E4;
    background-color: #FFFFFF;
}
.fees_calculator_2023 .step_4_options .step_4_column .left_box p {
    margin-bottom: 5px;
    /*font-weight: 500;*/
}
.fees_calculator_2023 .step_4_options .step_4_column .left_box{
    position: relative;
    background: #F0F6FF;
}
.fees_calculator_2023 .step_4_options .step_4_column .left_box:hover{
    background: #F0F6FF;
}
.fees_calculator_2023 .step_4_options .step_4_column .left_box:before{
    content:'';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/best_value.svg');
    position: absolute;
    top: -116px;
    left: -92px;
    width:132px;
    height: 142px;
}
@media(max-width: 1150px) {
    .fees_calculator_2023 .step_4_options .step_4_column .left_box:before {
        top: -32px;
        left: -10px;
        width: 66px;
        height: 68px;
    }
}
@media(max-width: 767.98px) {

}
.fees_calculator_2023 .step_4_options .step_4_column .left_column_text_flex {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fees_calculator_2023 .step_4_options .step_4_column .left_column_text_flex:last-of-type {
    margin-bottom: 0;
}
@media(max-width: 767.98px) {
    .fees_calculator_2023 .step_4_options .step_4_column .left_column_text_flex:last-of-type {
        margin-bottom: 20px;
    }
}
.fees_calculator_2023 .step_4_options .step_4_column .left_column_text_flex * {
    margin-bottom: 0;
}
.fees_calculator_2023 .step_4_options .step_4_column .left_column_text_flex a {
    color: #7A7777;
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    top: -3px;
}
.fees_calculator_2023 .step_4_options .step_4_column .left_column_text_flex a:before {
    content: '';
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/pencil.svg');
}
.fees_calculator_2023 .step_4_selections{
    background-color: #FFFFFF;
    border: 2px solid #e4e4e4;
    border-radius: 12px;
    padding:15px;
    margin-bottom: 60px;
}
.fees_calculator_2023 .step_4_selections > .row > div{
    padding:15px;
}
.fees_calculator_2023 .step_4_selections p{
    font-size: 17px;
    line-height: 24px;
    margin-bottom:10px;
}
.fees_calculator_2023 .step_4_selections h5{
    font-family: 'Brown', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin:0 0 10px 0;
}
.content-area .fees_calculator_2023 .step_4_selections a{
    position: relative;
    background-color: #2A2A2A;
    border-radius: 6px;
    color:#fff;
    font-size: 14px;
    padding:5px 10px;
    opacity:1;
    text-decoration: none !important;
}
.content-area .fees_calculator_2023 .step_4_selections a:hover{
    color:#fff;
    opacity:0.8;
    text-decoration: none !important;
}
.fees_calculator_2023 .step_4_selections a .button-icon{
    background-image: url('../image/pencil_white.svg');
    width: 9px;
    height:9px;
    display: inline-block;
    margin-right: 5px;
}
.fees_calculator_2023 #reg_submit_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fees_calculator_2023 #reg_submit_area .get_started_reg_btn {
    /*width: calc(50% - 12px);*/
    background-color: #fedd00;
    border: 2px solid #fedd00;
    color: #1d1d1b !important;
    display: block;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 16px;
    line-height: 1;
    font-weight: 900;
    transition: ease all .3s;
}

.fees_calculator_2023 #reg_submit_area .speak_to_team_fees_btn {
    /*width: calc(50% - 12px);*/
    background-color: transparent;
    border: 2px solid #BFBFBF;
    color: #1d1d1b !important;
    display: block;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 16px;
    line-height: 1;
    font-weight: 900;
    transition: ease all .3s;
}
.fees_calculator_2023 #reg_submit_area .get_started_reg_btn,
.fees_calculator_2023 #reg_submit_area .speak_to_team_fees_btn{
    width: 100%;
}
.fees_calculator_2023 #reg_submit_area a + a{
    margin-top:30px;
}

.fees_calculator_2023 #reg_submit_area .speak_to_team_fees_btn:hover {
    background-color: #ececec;
}

@media(max-width: 575px) {
    .fees_calculator_2023 #reg_submit_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fees_calculator_2023 #reg_submit_area .get_started_reg_btn,
    .fees_calculator_2023 #reg_submit_area .speak_to_team_fees_btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.fees_calculator_2023 #reg_submit_area .get_started_reg_btn:hover {
    background-color: #fff9cd;
}

.fees_calculator_2023 .step_4_options .price_result p {
    /*text-align: right;*/
    color: #1D1D1B;
    font-weight: bold;
}
.fees_calculator_2023 .step_4_options .price_result p > span {
    font-size: 10px;
}
.fees_calculator_2023 .step_4_options .price_result.text-right p {
    line-height: 12px;
    padding-top: 7px;
}

.fees_calculator_2023 h6 {
    font-size: 17px;
    line-height: 26px;
    position: relative;
    color: #1D1D1B;
}
.fees_calculator_2023 .accordion_heading {
    margin-top: 15px;
    cursor: pointer;
}
.fees_calculator_2023 .accordion_heading:after {
    content: '';
    height: 7px;
    width: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%);
    background-image: url('../image/accordion_arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: ease all .2s;
}

.fees_calculator_2023 .accordion_heading.open:after {
    transform: translate(-50%) rotate(180deg);
}
.fees_calculator_2023 .accordion_heading{
    position: relative;
    margin:0;
    padding-top:20px;
    padding-bottom:20px;
}
.fees_calculator_2023 .accordion_heading:not(:first-of-type){
    border-top:1px solid #D8D8D8;
}
.fees_calculator_2023 .accordion_section{
    padding-bottom:20px;
}
.fees_calculator_2023 .accordion_section .row p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1D1D1B;
}
.fees_calculator_2023 .accordion_section .row:first-of-type p {
    margin-top: 0;
}
.fees_calculator_2023 .accordion_section .row {
    border-bottom: 1px solid #E6E6E6;
}
.fees_calculator_2023 .accordion_section .row:first-of-type {
    /*border-bottom: none;*/
}
.fees_calculator_2023 .accordion_section.fees_accordion .row:last-of-type {
    border-bottom: none;
}
.fees_calculator_2023 .accordion_section.fees_accordion .row:last-of-type p {
    margin-bottom: 0;
}
.fees_calculator_2023 .accordion_section .col-3.price_result {
    text-align: right;
}
.fees_calculator_2023 .accordion_section .large_text_section {
    padding-right: 45px;
}
.fees_calculator_2023 .accordion_section .large_text_section p {
    font-size: 13px;
    line-height: 16px;
}

.fees_calculator_2023 .large_text_section strong,
.fees_calculator_2023 .large_text_section b {
    font-weight: 500;
}
/*** Fees Price ***/
.fees_calculator_2023 div.bordered-box div.fees_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 15px;
    margin-bottom: 25px;
}
.fees_calculator_2023 div.bordered-box div.fees_price p.pound_sign {
    font-size: 15px;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 0;
    font-weight: 800;
    color: #2A2A2A;
}
.fees_calculator_2023 div.bordered-box div.fees_price p.price_section {
    font-family: 'Brown', sans-serif;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
    letter-spacing: -2px;
    color: #2A2A2A;
    font-weight: 900;
    margin-top: -14px;
    padding-left: 5px;
}

.fees_calculator_2023 div.bordered-box div.fees_price p.star {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 44px;
    letter-spacing: -3px;
    color: #2A2A2A;
    margin-top: -18px;
    padding-left: 6px;
}

.fees_calculator_2023 div.bordered-box div.fees_price p.price_suffix {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 800;
    color: #2A2A2A;
}


/*** Form Bottom Navigation ***/

.fees_calculator_2023 nav.form_bottom_navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 60px;
}
.fees_calculator_2023 nav.form_bottom_navigation button {
    transition: ease all .2s;
    position: relative;
    width: 125px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500 /* medium */;
    font-family: 'Brown', sans-serif;
}
.fees_calculator_2023 nav.form_bottom_navigation button.noCursor {
    cursor: not-allowed;
}
.fees_calculator_2023 nav.form_bottom_navigation button:hover {
    opacity: 0.8;
}
.fees_calculator_2023 nav.form_bottom_navigation button:focus {
    outline: none;
}
.fees_calculator_2023 nav.form_bottom_navigation button::before {
    content: '';
    height: 0;
    width: 150px;
    position: absolute;
    top: -29px;
    left: 70px;
    border-bottom: 1px dashed #bfbfbf;
}
.fees_calculator_2023 nav.form_bottom_navigation button.complete::before {
    content: '';
    height: 0;
    width: 130px;
    position: absolute;
    top: -29px;
    left: 80px;
    border-bottom: 1px solid #34D171;
}
.fees_calculator_2023 nav.form_bottom_navigation button:last-of-type::before {
    display: none;
}
.fees_calculator_2023 nav.form_bottom_navigation button::after {
    content: '';
    position: absolute;
    top: -46px;
    left: 50%;
    color:#fff;
    height: 34px;
    width: 34px;
    border:4px solid #fff;
    border-radius:18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    transform: translateX(-50%);
}
.fees_calculator_2023 nav.form_bottom_navigation button:nth-of-type(1)::after {
    content: '1';
}
.fees_calculator_2023 nav.form_bottom_navigation button:nth-of-type(2)::after {
    content: '2';
}
.fees_calculator_2023 nav.form_bottom_navigation button:nth-of-type(3)::after {
    content: '3';
}
.fees_calculator_2023 nav.form_bottom_navigation button:nth-of-type(4)::after {
    content: '4';
}
/* Button States - Incomplete */
.fees_calculator_2023 nav.form_bottom_navigation button {
    font-size: 17px;
    font-weight: 400;
}
.fees_calculator_2023 nav.form_bottom_navigation button::after {
    /*background-image: url('../images/circle_incomplete.svg');*/
    background-color: #D8D8D8;
}
/* Button States - Complete */
.fees_calculator_2023 nav.form_bottom_navigation button.complete {

}
.fees_calculator_2023 nav.form_bottom_navigation button.complete::after {
    /*background-image: url('../images/circle_complete.svg');*/
    content: '';
    background-image: url('../image/tick.svg');
    background-size: contain;
}
.fees_calculator_2023 nav.form_bottom_navigation button.complete::after:hover {
    opacity: 1;
    background-color: rgba(52, 209, 113, 0.8);

}
/* Button States - Active */
.fees_calculator_2023 nav.form_bottom_navigation button.active {
    font-weight: 800;
}
.fees_calculator_2023 nav.form_bottom_navigation button.active::after {
    background-color: #1858A5;
}
.fees_calculator_2023 nav.form_bottom_navigation button.active::after:hover {
    opacity: 1;
    background-color: rgba(24, 88, 165, 0.8);
}

@media(max-width: 1199.98px) {
    .fees_calculator_2023 nav.form_bottom_navigation {
        padding-bottom: 40px;
    }
}

@media(max-width: 767.98px) {
    .fees_calculator_2023 nav.form_bottom_navigation button::before {
        width: 86px !important;
        left: 57px !important;
    }
    .fees_calculator_2023 nav.form_bottom_navigation button {
        width: 80px;
    }
    .fees_calculator_2023 nav.form_bottom_navigation button {
        font-size: 11px;
    }
}

@media(max-width: 575px) {
    .fees_calculator_2023 nav.form_bottom_navigation button::before {
        width: 46px !important;
        left: 52px !important;
    }
    .fees_calculator_2023 nav.form_bottom_navigation {
        padding-bottom: 25px;
        padding-top: 45px;
    }
    .fees_calculator_2023 nav.form_bottom_navigation button::before {
        width: 80px;
        left: 40px;
    }
    .fees_calculator_2023 nav.form_bottom_navigation button {
        width: 70px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 350px) {
    .fees_calculator_2023 nav.form_bottom_navigation button::before {
        width: 60px;
    }
}
@media (max-width: 300px) {
    .fees_calculator_2023 nav.form_bottom_navigation button::before {
        left: 35px;
    }
}


.fees_calculator_2023 .term_selection_fees {
    text-align: center;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex {
    margin: 0 auto;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex::after {
    content: '';
    width: 33%;
    height: 1px;
    display: block;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex > div {
    width: calc(33% - 6px);
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex label {
    width: 100%;
    cursor: pointer;
    transition: ease all .2s;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    text-align: left;
    margin-bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex .column_term_times_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex label > div {
    display: inline-block;
    padding-left: 16px;
    width: 100%;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex label h5 {
    margin-bottom: 10px;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex label p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    color: #1D1D1B;
    font-weight: 500;
}
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex button {
    border: none;
    background-color: #5B7089;
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 16px;
    line-height: 1;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: ease all .2s;
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-top: 13px;
    width: calc(100% + 40px);
    margin-left: -40px;
}


.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex a.select_butty {
    border: none;
    background-color: #5B7089;
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 16px;
    line-height: 1;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: ease all .2s;
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-top: 13px;
    width: 100%;
}
.fees_calculator_2023 .term_selection_fees input[type="radio"]:checked + label .column_term_times_flex a.select_butty {
    background-color: #6CB237;
}


.fees_calculator_2023 .term_selection_fees input[type="radio"]:checked + label .column_term_times_flex button {
    background-color: #6CB237;
}

.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex label::before {
    content: '';
    height: 24px;
    width: 24px;
    display: inline-block;
    transition: ease all .2s;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../image/unchecked.svg');
}

/* Radio Button Style */
.fees_calculator_2023 .term_selection_fees input[type="radio"]:hover + label {
    background-color: #FFFFFF;
    border-color: #143256;
}
.fees_calculator_2023 .term_selection_fees input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    display: none;
}
/* Radio Checked Style */
.fees_calculator_2023 .term_selection_fees input[type="radio"]:checked + label {
    background-color: #EEFAF3;
    border-color: #6CB237;
}
.fees_calculator_2023 .term_selection_fees input[type="radio"]:checked + label::before {
    background-image: url('../image/checked.svg');
}

/* Submit Button Style */
.fees_calculator_2023 .term_selection_fees_submit input[type="submit"] {
    border: none;
    background-color: #5B7089;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 16px;
    line-height: 1;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: ease all .2s;
    width: 100%;
}
.fees_calculator_2023 .term_selection_fees_submit input[type="submit"]:hover {
    background-color: #143256;
}

@media(max-width: 767.98px) {
    .fees_calculator_2023 .term_selection_fees .term_selection_fees_flex > div {
        width: calc(50% - 6px);
    }
}

@media(max-width: 575.98px) {
    .fees_calculator_2023 .term_selection_fees .term_selection_fees_flex > div {
        width: 100%;
    }
}


@media(min-width: 768px) and (max-width: 991px) {
    .fees_calculator_2023 div.tabSections > div.tabContent {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/*** Hide Checkbox ***/
.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex label::before {
    display: none;
}

.fees_calculator_2023 .term_selection_fees .term_selection_fees_flex .column_term_times_flex {
    padding-left: 0;
}

div.feesWarningMessage {
    background-color: #FCF3ED;
    border: 2px solid #FF6900;
    border-radius: 7px;
    padding: 14px 20px;
    margin-bottom: 5px;
}

div.feesWarningMessage p {
    font-size: 13px !important;
    line-height: 18px !important;
}

div.feesWarningMessage strong,
div.feesWarningMessage b {
    font-weight: 600;
}

.fees_calculator_2023 .feesLoadingSpinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes spinAround {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinAround {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a.feesCalculatorPreviousStepLink:hover {
    cursor: pointer;
}