/* Additional Home Page Styles */

.greenTxt {
    color: #29B57A;
}
.orangeTxt {
    color: #FF8A00;
}

header {
    /* min-height: 100px; */
}
header .logoPortion {
    padding: 11px 0px 17px;
}
header .additionalNavWrap {
    display: flex;
    align-items: center;
    gap: 40px;
}
header .additionalNavWrap .phone-link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #29B57A;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
header .additionalNavWrap .phone-link i {
    font-size: 22px;
}
header .additionalNavWrap .phone-link span {
    white-space: nowrap;
}
header .additionalNavWrap .btn.red-shadow {
    background: #29B57A;
    color: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    /* max-width: 386px; */
    position: relative;
    border: unset;
}
header .additionalNavWrap .btn.red-shadow::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 100%;
    height: 100%;
    background: #FF4747;
    z-index: -1;
}
header .additionalNavWrap.mobile .phone-link {
    background: #29B57A;
    color: #FFF;
    font-size: 24px;
    padding: 16px 20px;
    border-radius: 8px;
}
header .additionalNavWrap.mobile .phone-link i {
    font-size: 24px;
}
header .additionalNavWrap.mobile .phone-link span {
    display: none;
}

.heroSectionWrap.v4 {
    position: relative;
    padding: 60px 0;
    min-height: auto;
}
.heroSectionWrap.v4 .bg {
    width: 100%;
    height: 100%;
    max-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.heroSectionWrap.v4 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heroSectionWrap.v4 .txtWrap {
    color: #FFF;
}
.heroSectionWrap.v4 .txtWrap .imgWrap {
    margin-bottom: 32px;
}
.heroSectionWrap.v4 .txtWrap .tag {
    display: inline-block;

    border-radius: 7px;
    border: 1px solid #005E37;
    background: #D2FFEC;
    padding: 6px 12px;

    color: #00643A;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 18px;
}
.heroSectionWrap.v4 .txtWrap .headline {
    color: #FFF;
    font-size: 47px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 17px;
}
.heroSectionWrap.v4 .txtWrap p {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.ctaWrap {
    margin-top: 33px;
    display: flex;
    gap: 30px;
}
.ctaWrap .btn {
    display: inline-block;
    max-width: 260px;
    width: 100%;

    background: #29B57A;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;

    padding: 16px 10px;
}
.ctaWrap .phone-link {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #29B57A;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none;
}

.imgTxtWrap {}
.imgTxtWrap .imgWrap {}
.imgTxtWrap .imgWrap img {
    max-width: 100%;
    height: auto;
}
.imgTxtWrap .txtWrap {}
.imgTxtWrap .txtWrap .headline {
    color: #000;
    font-size: 47px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
}
.imgTxtWrap .txtWrap .subheadline {
    color: #FF8A00;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 22px;
}
.imgTxtWrap .txtWrap p {
    color: rgba(0, 0, 0, 0.77);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.centerTxtWrap {
    margin: 110px 0 170px;
    text-align: center;

}
.centerTxtWrap .txtWrap {}
.centerTxtWrap .txtWrap .largeTxt {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
}
.centerTxtWrap .ctaWrap {
    justify-content: center;
}

.max_cash_embeded_forms .appFieldTextWrap p a {
    color: #29B57A;
    text-decoration: underline;
}
.heroSection.v4 .multiFormWrap.condFieldForm::after {
    display: none;
}
.max_cash_embeded_forms .appFieldCheckboxWrap .fieldWrap {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}
.max_cash_embeded_forms .appFieldCheckboxWrap input[type="checkbox"] {
    opacity: 0;
    width: 1px;
    margin: 0;
    padding: 0;
}
.max_cash_embeded_forms .appFieldCheckboxWrap label {
    position: relative;
    margin: 0;
    padding-left: 28px;
}
.max_cash_embeded_forms .appFieldCheckboxWrap label::before {
    content: "";
    background: #fff0;
    border-radius: 3px;
    border: 1px solid #29B57A;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.max_cash_embeded_forms .appFieldCheckboxWrap input[type="checkbox"]:checked + label::before {
    content: "✔";
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: rgb(41, 181, 122);
}
.max_cash_embeded_forms .btnWrap .btn {
    border-color: #14B082;
}

@media (max-width: 1024px) {
    .ctaWrap {
        flex-wrap: wrap;
    }

    header .additionalNavWrap .btn.red-shadow {
        font-size: 20px;
    }

    .imgTxtWrap .txtWrap .headline {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    header .logoPortion {
        padding: 20px 0;
        border-bottom: unset;
    }

    .heroSection.v4 {
        padding-top: 60px !important;
    }
    .heroSectionWrap.v4 .txtWrap {
        text-align: center;
        margin-bottom: 50px;
    }

    .imgTxtWrap .imgWrap {
        margin-bottom: 40px;
    }
    .imgTxtWrap .txtWrap {
        text-align: center;
    }

    .imgTxtWrap .ctaWrap {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .heroSectionWrap {
        margin-bottom: 60px;
    }
    .ctaWrap .phone-link {
        font-size: 20px;
    }
    .imgTxtWrap .txtWrap .headline {
        font-size: 28px;
    }
    .imgTxtWrap .txtWrap .subheadline {
        font-size: 20px;
    }
    .centerTxtWrap .txtWrap .largeTxt {
        font-size: 30px;
    }
}