.fi_content input:not([type='checkbox']), 
select.ft_text,
input:not([type='checkbox'], [type="submit"], #ft_emailaddress, [type="radio"]),
.form-control {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #7a7a7a;
    padding: 5px;
}

.form-control:focus {
    border: 1px solid rgb(0 0 0 / 28%);
}

.checkList li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e084";
    color: #5cb85c;
    font-size: 25px;
    display: block;
    position: absolute;
    top: -6px;
    left: -31px;
}

.checkList li{
    list-style: none;
    position: relative;
}

.checkList{
    flex: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefits-list{
    background-color: #ecfaff;
    padding-block: 30px;
    margin-block: 35px;
}
.benefits-list .container{
    display: flex;
    justify-content: center;
    gap: 45px;
    max-width: 1000px;
}

@media screen and (min-width: 992px) {
    .section.has-padding{
        padding-bottom: 0;
    }
}

/* FORM */
.lfp-form .container{
    max-width: 1000px;
    padding-block: 50px;
}

.lfp-form{
    /* padding-top: 50px!important; */
}

.lfp-form  input[type="submit"]{
    margin-block: 30px;
}

.lfp-form input[name="email"], [name="password"]{
    max-width: 600px;
}

.phoneNumber{
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 350px;
}

#f_phoneareacode_new{
    max-width: 80px;
}

.formItemMulti .form-group{
    display: flex;
    gap: 10px;
}

.form-group > *{
    flex: 1;
}

.container .sign-up{
    max-width: 600px;
}

.formItem {
    position: relative;
}

.sign-up .padded{
    padding-bottom: 70px;
}

.sign-up label{
    display: inline;
}

/**************/
@media screen and (max-width: 991px) {
    .lfp-form .container {
        padding-block: 10px;
    }
}

.sign-up .f_error_text:not(.searchresult ){
    font-size: 12px;
    position: absolute;
    bottom: -20px;
}

.f_error_text{
    color: red;
    font-size: 14px;
}

/*************/

@media screen and (min-width: 992px) {
    .container:has(.lfp-navigation){
        display: flex;
        justify-content: space-between;
        /* gap: 100px; */
    }
}

/* Navigation */

.heroNavigation {
    border: 1px solid #e7e7e7;
    list-style: none;
    padding: 0;
}

.heroNavigation a,
.heroNavigation strong{
    color: #10218b;
    text-decoration: underline;
    font-weight: bold;
}

.lfp-navigation {
    display: flex;
}

#leftMenu{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#leftMenu li {
    border-bottom: 1px solid #e7e7e7;
}
#leftMenu li a,
#leftMenu li strong{
    padding: 8px 15px;
    display: block;
    text-decoration: none;
}

#leftMenu li a:hover{
    background-color: #eaf3fe;
}

#leftMenu li strong{
    background-color: #cce4ff;
}

@media screen and (min-width: 1024px) {
    /* .heroNavigation {
        min-height: 660px;
    } */
    /* .lfp-navigation {
        min-height: 660px;
    } */
}

/**********/

.content{
    flex: 1;
}

.text-only .section__caption{
    align-items: start;
}

@media screen and (min-width: 992px) {
    .text-only .section__caption, .splide:has(.card-grid) .section-title {
        width: 100%;
    }
    .container:has(.lfp-navigation) .content{
        padding-left: 50px;
        margin-left: 50px;
        border-left: 1px solid #e7e7e7;
    }
}

.promo-image{
    max-width: 240px;
}

/* productdetails.asp */
.formItem.formDate .group{
    display: flex;
    gap: 30px;
}

.product-details .container,
.content:has(.lfp-navigation) .lfp-form .container {
    max-width: 600px;
    margin-left: 0;
}

.formItemMulti{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.f_error_text{
    flex: 1;
}

/* productdetails.asp end */

.formtable{
    margin: auto;
}

input[type="radio"]{
    height: 20px;
}

/*****/
@media screen and (min-width: 1024px) {
    .container.mobile-padding{
        padding-block: 100px;
    }
}

/*TABLE*/
@media only screen and (max-width: 767px) {
    .responsiveTable{
        width: 100%;
        overflow-x:scroll; 
        padding: 5px;
        border: solid 1px #d6d6d6;
        margin-top: 1rem;
    }
    .responsiveTable .formtable{
        margin-bottom: 0;
    }
}

.section__heading{
    background: #10218b;
    display: block;
    width: 100%;
    color: white;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    padding-block: 8px;
    font-weight: bold;
}

.section-text__container{
    text-align: left;
}

.d-lg-flex:has(.section-text__container){
    gap: 50px;
}

br{
    display: none;
}

#f_suburb_new,
#f_state_new{
    font-size: 12px;
}

.s_text{
    margin-bottom: 0;
}

.s_text--email{
    font-size: 12px;
}