header .applyBtnCol {
    flex: 0 180px;
    max-width: 180px
}

header .applyBtnCol .applyBtnWrap .applyBtn {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    min-width: 180px;
    padding: 16px 10px;
    border: none;
    text-transform: uppercase
}

header .applyBtnCol .applyBtnWrap .applyBtn i {
    margin-left: 8px
}

header .applyBtnCol .applyBtnWrap .applyBtn:hover {
    color: #fff
}

header .applyBtnCol .applyBtnWrap .applyBtn:focus {
    box-shadow: none
}

header .mobileViewPortion {
    display: none;
    padding: 0 15px
}

header .mobileViewPortion .mobileViewWrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end
}

header .mobileViewPortion .menuIconLink {
    font-size: 40px;
    color: #000
}

header .mobileViewPortion .phoneLink {
    font-size: 24px;
    line-height: 0;
    color: #fff;
    padding: 8px;
    border-radius: 8px
}

header .mobileMenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    z-index: 99999;
    width: 100%
}

header .mobileMenu.show {
    display: block
}

header .mobileMenu .innerWrap {
    width: 300px;
    background: #fff;
    height: 100%;
    margin-left: auto;
    position: relative;
    overflow-y: scroll
}

header .mobileMenu .iconLinksWrap {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

header .mobileMenu .iconLinksWrap .link {
    font-size: 34px;
    margin: 10px 20px
}

header .mobileMenu .chatBtnWrap {
    max-width: 50px;
    text-align: center;
    margin: 0 auto
}

header .mobileMenu .chatBtnWrap .chatBtn {
    width: 100%;
    border: none;
    font-size: 20px;
    border-radius: 12px;
    padding: 5px
}

header .mobileMenu .mobileMenuLinks {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 20px
}

header .mobileMenu .mobileMenuLinks .menuItem {
    border-bottom: 1px solid #d8d8d8
}

header .mobileMenu .mobileMenuLinks .menuItem:first-child {
    border-top: 1px solid #d8d8d8
}

header .mobileMenu .mobileMenuLinks .menuItem a {
    padding: 15px 10px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #242021;
    font-weight: 500
}

header .menuCloseBtn {
    font-size: 34px;
    position: absolute;
    top: 0;
    right: 0;
    color: #45465a;
    padding: 10px;
    line-height: 1
}

header .topHeaderLinkWrap {
    background-color: #e8ecf1;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding: 5px 0 5px 35px;
    color: #fff;
    align-items: center;
    border-bottom-left-radius: 70px
}

header .topHeaderLinkWrap:after {
    content: " ";
    position: absolute;
    width: 100vw;
    background-color: #e8ecf1;
    height: calc(100% + 1px);
    top: -1px;
    left: calc(100% - 1px)
}

header .topHeaderLinkWrap .iconLink {
    display: flex;
    align-items: center;
    color: #221f1f
}

header .topHeaderLinkWrap .iconLink .iconPart {
    padding-right: 10px
}

header .topHeaderLinkWrap .iconLink .iconPart i {
    font-size: 20px;
    display: block
}

header .topHeaderLinkWrap .iconLink .lblPart {
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: none
}

header .topHeaderLinkWrap .iconLink .lblPart .phoneLbl {
    font-weight: 800;
    font-size: 21px;
    color: #29b57a
}

header .topHeaderLinkWrap .linkSep {
    padding: 0 10px
}

header .langSelectorWrap {
    width: auto;
    color: #221f1f
}

header .langSelectorWrap>ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none
}

header .langSelectorWrap .langItem {
    padding: 0;
    margin: 0;
    list-style-type: none
}

header .langSelectorWrap .langItem .langItemLink {
    display: block;
    text-decoration: none;
    color: #444;
    background-color: #fff;
    line-height: 1;
    position: relative;
    padding: 5px calc(10px + 1.4em) 5px 10px;
    background: transparent;
    border: 1px solid transparent;
    font-weight: 400
}

header .langSelectorWrap .langItem .langItemLink:hover span {
    text-decoration: underline
}

header .langSelectorWrap .langItem .langItemLink .flagIcon {
    display: inline;
    vertical-align: middle
}

header .langSelectorWrap .langItem .langItemLink span {
    vertical-align: middle;
    margin-left: .4em
}

header .langSelectorWrap .langItem.langCurItem:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em)
}

header .langSelectorWrap .langItem.langCurItem:hover .langItemSubMenu {
    visibility: visible
}

header .langSelectorWrap .langItemSubMenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    box-shadow: .174px 1.992px 8.19px .81px hsla(0, 0%, 78.8%, .7);
    border-radius: 4px;
    background: #fff
}

header .langSelectorWrap .langItemSubMenu .langItem .langItemLink {
    padding: 12px 10px
}

header .langSelectorWrap.listView {
    margin-top: 30px;
    margin-bottom: 0;
    border: 1px solid transparent;
    padding: 7px;
    clear: both
}

header .langSelectorWrap.listView .langItem {
    display: inline-block
}

header .langSelectorWrap.listView .langItem a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    font-weight: 500
}

header .langSelectorWrap.listView>ul {
    text-align: center
}

header .applyBtnCol .applyBtnWrap .applyBtn {
    min-width: 120px
}

header .logoWrap .site-logo img {
    min-width: 170px
}

@media (max-width:991.98px) {
    header .headerRow {
        margin-top: 0;
        border-bottom: none
    }

    header .applyBtnCol,
    header .chatBtnCol,
    header .iconLinkWrap,
    header .menuPortion,
    header .topHeaderLinkWrap {
        display: none
    }

    header .mobileViewPortion {
        display: block
    }
}

@media (min-width:992px) {
    header .headerRow {
        padding-top: 30px
    }
}

@media (min-width:1200px) {
    header .menuPortion .mainMenuWrap .mainMenu .menuItem a {
        font-size: 14px
    }
}

body.menuOpen {
    overflow: hidden
}

header .mobileMenu .mobileMenuLinks .subMenu {
    list-style: none;
    padding: 0
}

header .mobileMenu .mobileMenuLinks .subMenu>.menuItem {
    padding-left: 20px
}

header .mobileMenu .mobileMenuLinks .subMenu>.menuItem:last-child {
    border-bottom: none
}

.heroSectionWrap {
    padding-top: 55px;
    background: transparent;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
    text-align: center;
    background: #f9fff8
}

.heroSectionWrap.simple {
    padding-top: 250px;
    min-height: 450px
}

.heroSectionWrap .outterBg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 540px;
    overflow: hidden;
    background: #f9fff8
}

.heroSectionWrap .heroBg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    text-align: right
}

@media (max-width:991.98px) {
    .heroSectionWrap .heroBg {
        opacity: .15
    }
}

.heroSectionWrap .heroTextTeaser {
    color: #2d2d2d;
    text-align: left
}

.heroSectionWrap .heroTextTeaser .headline {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.375;
    margin-bottom: 16px;
    color: #000
}

.heroSectionWrap .heroTextTeaser .headline sup {
    top: -1.4rem
}

.heroSectionWrap .heroTextTeaser .subHeadline {
    font-weight: 400;
    font-size: 24px;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 10px;
    color: #f8f9fb;
    line-height: 2.25rem
}

.heroSectionWrap .heroTextTeaser .specialHeadline {
    color: #1f3a93;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.heroSectionWrap .heroTextTeaser .specialHeadline:after {
    content: "";
    height: 1px;
    width: 85px;
    background: #1f3a93;
    position: absolute;
    bottom: 0;
    left: 0
}

.heroSectionWrap .heroTextTeaser p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px;
    color: #090808
}

.heroSectionWrap .heroTextTeaser p:last-child {
    margin-bottom: 0
}

.heroSectionWrap .heroTextTeaser sup {
    font-size: 12px;
    font-weight: 400
}

.heroSectionWrap .heroTextTeaser .reviewLogoWrap {
    display: flex;
    align-items: center;
    gap: 65px
}

@media (max-width:991.98px) {
    .heroSectionWrap .heroTextTeaser .reviewLogoWrap {
        gap: 15px
    }
}

.heroSectionWrap .heroTextTeaser .reviewLogoWrap .imgWrap {
    display: flex;
    align-items: center
}

.heroSectionWrap .heroTextTeaser ul {
    margin: 0;
    font-size: 16px;
    padding: 0;
    list-style: none
}

.heroSectionWrap .heroTextTeaser ul li {
    position: relative
}

.heroSectionWrap .heroTextTeaser ul.tickList li {
    padding: 10px 0 10px 30px;
    font-weight: 500
}

.heroSectionWrap .heroTextTeaser ul.tickList li:before {
    position: absolute;
    top: 25px;
    left: 0;
    content: "\F00C";
    font-family: Font Awesome\ 6 Free;
    font-weight: 600;
    color: #1d6ca4;
    font-size: 16px;
    line-height: 0
}

.heroSectionWrap .custRow {
    display: grid;
    grid-template-columns: 58% 40%;
    grid-column-gap: 2%
}

.heroSectionWrap .custRow .colRow1 {
    grid-column: 1;
    grid-row: 1;
    align-self: self-end
}

.heroSectionWrap .custRow .colRow2 {
    grid-row: 1/span 2;
    grid-column: 2;
    align-self: center
}

.heroSectionWrap .custRow .colRow3 {
    grid-column: 1;
    grid-row: 2
}

.heroSectionWrap .headerForm {
    padding: 30px;
    background: #fff;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, .1);
    margin-top: 30px
}

@media (max-width:991.98px) {
    .heroSectionWrap .headerForm {
        padding: 10px 15px
    }
}

.heroSectionWrap .headerForm .topDivider {
    background: #efebe8;
    border-top: 1px solid #e4e1dd;
    border-radius: 5px;
    width: 100px;
    margin: 0 auto;
    height: 6px;
    border-color: #a09c9e #b1aeb0 #e4e1dd;
    border-style: solid;
    border-width: 2px 1px 1px
}

.heroSectionWrap .headerForm .formHeadlinePortion {
    display: flex;
    align-items: center;
    gap: 90px;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e0e0e0
}

@media (max-width:991.98px) {
    .heroSectionWrap .headerForm .formHeadlinePortion {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .heroSectionWrap .headerForm .formHeadlinePortion br {
        display: none
    }
}

.heroSectionWrap .headerForm .formHeadlinePortion .headline {
    color: #29b379;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0
}

.heroSectionWrap .headerForm .formHeadlinePortion p {
    margin-bottom: 0;
    color: #090808;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px
}

.heroSectionWrap .stepsWrap {
    margin-top: 30px
}

.heroSectionWrap .stepsWrap .headlineWrap .heading {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.heroSectionWrap .stepsWrap .stepBoxOuter {
    margin-top: 30px
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox {
    display: flex;
    gap: 17px;
    position: relative
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox .numWrap {
    height: 30px;
    width: 30px;
    flex: 0 0 30px;
    border: 2px solid #fff;
    background: #f9f9f9;
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #29b57a
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox .numWrap span {
    font-weight: 700
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox .textWrap {
    flex: 1;
    margin-bottom: 20px
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox .textWrap h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 13px
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox .textWrap p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox .textWrap:after {
    content: " ";
    position: absolute;
    top: 45px;
    left: 15px;
    height: calc(100% - 55px);
    width: 2px;
    background: #29b57a;
    z-index: 0;
    background: repeating-linear-gradient(180deg, #29b57a, #29b57a 10px, transparent 0, transparent 20px)
}

.heroSectionWrap .stepsWrap .stepBoxOuter .stepBox:last-child .textWrap:after {
    display: none
}

@media (max-width:991.98px) {
    .heroSectionWrap {
        padding-top: 30px
    }

    .heroSectionWrap .heroTextTeaser {
        text-align: center;
        margin: 0 auto
    }

    .heroSectionWrap .heroTextTeaser .headline {
        font-size: 48px
    }

    .heroSectionWrap .heroTextTeaser .specialHeadline:after {
        left: calc(50% - 42.5px)
    }

    .heroSectionWrap .heroTextTeaser ul {
        text-align: left
    }

    .heroSectionWrap .heroTextTeaser .reviewLogoWrap {
        justify-content: center;
        flex-wrap: wrap
    }

    .heroSectionWrap .custRow {
        grid-template-columns: 1fr
    }

    .heroSectionWrap .custRow .colRow1,
    .heroSectionWrap .custRow .colRow2,
    .heroSectionWrap .custRow .colRow3 {
        grid-column: auto;
        grid-row: auto
    }

    .heroSectionWrap .stepsWrap .stepBoxOuter .stepBox {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .heroSectionWrap .stepsWrap .stepBoxOuter .stepBox .textWrap:after {
        display: none
    }
}

@media (max-width:767.98px) {
    .heroSectionWrap .heroTextTeaser .headline {
        font-size: 32px;
        line-height: 1.2
    }

    .heroSectionWrap .heroTextTeaser .subHeadline {
        font-size: 18px
    }

    .heroSectionWrap .heroTextTeaser p {
        font-size: 16px;
        line-height: 1.2
    }

    .heroSectionWrap .heroTextTeaser .reviewLogoWrap {
        flex-direction: column
    }

    .heroSectionWrap .heroTextTeaser .reviewLogoWrap .imgWrap {
        order: 2
    }

    .heroSectionWrap .heroTextTeaser .reviewLogoWrap .imgWrap.olaImg {
        order: 1
    }
}

.applicationFromOuter {
    position: relative
}

.applicationFromWraper {
    margin: 0 auto
}

.applicationFromWraper .progressBarWrap {
    margin-bottom: 50px
}

.applicationFromWraper .progressBarWrap .progressBar {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: center
}

@media (max-width:991.98px) {
    .applicationFromWraper .progressBarWrap .progressBar {
        gap: 20px
    }
}

@media (max-width:767.98px) {
    .applicationFromWraper .progressBarWrap .progressBar {
        gap: 10px;
        justify-content: space-between
    }
}

.applicationFromWraper .progressBarWrap .progressBar .pbStep {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 35px;
    max-width: 245px
}

@media (max-width:991.98px) {
    .applicationFromWraper .progressBarWrap .progressBar .pbStep {
        gap: 15px
    }
}

.applicationFromWraper .progressBarWrap .progressBar .pbStep .stepNo {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    background: #f9f9f9;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, .06);
    color: var(--green-txt-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .applicationFromWraper .progressBarWrap .progressBar .pbStep .stepNo {
        flex: 0 0 48px;
        width: 48px;
        height: 48px
    }
}

.applicationFromWraper .progressBarWrap .progressBar .pbStep .stepLbl {
    color: #090808;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.applicationFromWraper .progressBarWrap .progressBar .pbStep.active .stepNo,
.applicationFromWraper .progressBarWrap .progressBar .pbStep.done .stepNo {
    color: #fff;
    background: #29b379
}

.applicationFromWraper .progressBarWrap .progressBar .pbStep.active .stepLbl {
    font-weight: 700
}

.applicationFromWraper .appFormBody .appFormHeadline {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #0a1757;
    margin-bottom: 30px
}

.applicationFromWraper .appFormBody .alertWrap .alert ul {
    padding-left: 10px
}

.applicationFromWraper .appFormBody .appFormPage:not(.active) {
    display: none
}

.applicationFromWraper .appFormBody .appFormPage .grid32 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.applicationFromWraper .appFormBody .appFormPage .grid32 .fullRow {
    grid-column: 1/-1
}

@media (max-width:991.98px) {
    .applicationFromWraper .appFormBody .appFormPage .appFormPageFields {
        grid-template-columns: 1fr
    }
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField {
    flex: 1 100%
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.fullRow {
    grid-column: 1/-1
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select {
    -moz-appearance: none;
    -webkit-appearance: none
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input::-webkit-inner-spin-button,
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input[type=number] {
    -moz-appearance: textfield
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input,
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select {
    border: 1px solid #c9f0c2;
    border-radius: unset;
    color: #090808;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 30px 12px 14px;
    line-height: 1.5rem;
    background: rgba(249, 255, 248, .1);
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input::-moz-placeholder,
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select::-moz-placeholder {
    color: #090808;
    opacity: 1
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input:-ms-input-placeholder,
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select:-ms-input-placeholder {
    color: #090808;
    opacity: 1
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input::placeholder,
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select::placeholder {
    color: #090808;
    opacity: 1
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap {
    position: relative
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .dIcon {
    z-index: 1
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .dIcon:before {
    content: "\F078";
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    position: absolute;
    right: 1rem;
    bottom: .95rem;
    color: #090808
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap.loading .dIcon:before {
    content: "\F021";
    -webkit-animation: fa-spin .8s linear infinite;
    animation: fa-spin .8s linear infinite
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .appFieldSelect {
    background: transparent !important;
    z-index: 5;
    position: relative
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldConsentWrap .appFieldConsentDesc {
    text-align: justify;
    font-size: 12px;
    padding: 10px 10px 0;
    font-weight: 300
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldConsentWrap .appFieldConsentDesc a {
    color: #212529;
    text-decoration: underline
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.oneHalfField {
    flex: 1 calc(50% - 5px)
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.marginRight {
    margin-right: 5px
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.marginLeft {
    margin-left: 5px
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter {
    margin-top: 26px
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .btn {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eff0f7;
    background: var(--green-txt-color);
    box-shadow: 0 2px 6px 0 rgba(19, 18, 66, .07);
    border-radius: unset;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .btn i {
    font-size: 20px;
    margin-left: 19px
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .appFormPageNextBtn {
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eff0f7;
    background: var(--green-txt-color);
    box-shadow: 0 2px 6px 0 rgba(19, 18, 66, .07);
    border-radius: unset;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .appFormPageNextBtn i {
    font-size: 20px;
    margin-left: 19px
}

.applicationFromWraper .appFormConfirmationWrapper {
    margin-top: 20px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage {
    color: #656565;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage:not(.active) {
    display: none
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .disclmr {
    font-size: 12px;
    line-height: 1.25;
    max-width: 285px;
    margin: 20px auto 0
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .icon {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color: #1065a2
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage p {
    color: #656565;
    font-size: 20px;
    margin-bottom: 30px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage p a[href^="tel:"]:not(.btn) {
    color: inherit;
    text-decoration: underline
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .custom-h3,
.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage h3 {
    color: #21252a;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 500;
    border-bottom: 2px solid #dadada;
    margin-bottom: 20px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage h2 {
    color: #29b57a;
    font-size: 30px;
    margin-top: 40px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .carValueAmount {
    font-weight: 700;
    font-size: 26px;
    color: #29b479
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage.redirectMsg .carValueAmount {
    font-size: 20px;
    font-weight: inherit
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .btn {
    padding: 15px 20px;
    min-width: auto;
    font-size: 14px;
    border: 1px solid #29b57a !important;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4);
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .btnWrap {
    display: none;
    margin-top: 30px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .btnWrap .btn {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 10px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .btnWrap .btn:hover {
    color: #fff
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage.simpleMsg .custom-h3,
.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage.simpleMsg h3 {
    margin-bottom: 30px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage.simpleMsg p {
    margin-bottom: 20px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage.simpleMsg .btn {
    padding: 10px 20px;
    font-size: 18px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .ctaStep1 {
    border-bottom: 2px solid #dadada;
    margin-bottom: 30px;
    padding-bottom: 20px
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap h3 {
    border: none !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap h3 i {
    color: #1f3a93
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .custom-h3 {
    border: none !important;
    font-size: 22px !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .custom-h3 i {
    color: #1f3a93
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap p {
    margin-bottom: 5px !important;
    font-size: 18px !important
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap p a {
    color: #656565
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px !important;
    margin-top: 20px;
    min-width: 200px !important
}

.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .ctaStep2 .custom-h3 i,
.applicationFromWraper .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .ctaStep2 h3 i {
    color: #29b479
}

@media (max-width:991.98px) {
    .applicationFromOuter {
        margin-bottom: 30px
    }
}

@media (max-width:767.98px) {
    .applicationFromWraper .progressBarWrap .progressBar {
        min-height: unset
    }

    .applicationFromWraper .progressBarWrap .progressBar .pbStep:not(.active) .stepLbl {
        display: none
    }

    .applicationFromWraper .appFormBody .appFormPage .grid32 {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input,
    .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select {
        padding: 14px 30px 14px 16px
    }

    .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap:before {
        bottom: .7rem
    }

    .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.oneHalfField {
        flex: 1 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.headerForm.successMsgWrap .applicationFromWraper .appFormPage:not(.successMsgPage),
.headerForm.successMsgWrap .applicationFromWraper .progressBarWrap,
.headerForm.successMsgWrap .formHeadlinePortion {
    display: none
}

.headerForm.successMsgWrap .applicationFromWraper .appFormPage.successMsgPage {
    display: block
}

@media (max-width:1199px) and (min-width:992px) {
    .applicationFromWraper .progressBarWrap .progressBar .pbStep .stepLbl {
        padding-right: 10px
    }

    .applicationFromWraper .progressBarWrap .progressBar .pbStep:last-child .stepLbl {
        padding-right: 0
    }
}

.max_cash_embeded_forms .appFormPageFields .appFormPageField {
    margin-bottom: 22px !important
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap {
    align-items: start;
    text-align: left;
    margin-bottom: 16px
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap .fieldWrap {
    position: relative
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap .fieldWrap input[type=checkbox] {
    opacity: 0;
    width: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap .fieldWrap label {
    color: #12141d !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding-left: 28px
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap .fieldWrap label:before {
    content: "";
    background: 0 0;
    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 .appFormPageFields .appFieldCheckboxWrap .fieldWrap input[type=checkbox]:checked+label:before {
    content: "\2714";
    font-size: 12px;
    color: #fff;
    background: #29b57a
}

.max_cash_embeded_forms .appFormPageFields .appFieldTextWrap p {
    border: 0;
    margin-bottom: 1rem !important;
    text-align: justify;
    font-size: 12px;
    font-weight: 300;
    color: #212529;
    line-height: 1.25;
    padding: 0
}

.max_cash_embeded_forms .appFormPageFields .appFieldTextWrap p a {
    color: inherit;
    text-decoration: underline
}

.max_cash_embeded_forms .appFormPageFields .appFieldTextWrap p:last-child {
    margin-bottom: 0 !important
}

.max_cash_embeded_forms .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .iconWrap img.icon {
    width: 32px;
    margin: 0
}

.max_cash_embeded_forms .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap p {
    margin-bottom: 15px !important
}

.max_cash_embeded_forms .appFormConfirmationWrapper .appFormConfirmationMessage .actionWrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    font-size: 20px
}

.max_cash_embeded_forms .appFormConfirmationWrapper .appFormConfirmationMessage .actionWrap .action {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.max_cash_embeded_forms .appFormConfirmationWrapper .appFormConfirmationMessage .actionWrap .action:hover .txt {
    color: #656565;
    text-decoration: underline
}

.max_cash_embeded_forms .appFormConfirmationWrapper .appFormConfirmationMessage .actionWrap .action img.icon {
    width: 32px;
    margin: 0 !important;
    padding: 0 !important
}

.max_cash_embeded_forms .appFormConfirmationWrapper .appFormConfirmationMessage .actionWrap .action .txt {
    font-weight: 500
}

#max_cash_embeded_form_step_finish_content>.icon,
#max_cash_embeded_form_step_finish_content>.twoCtaStepWrap .icon {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color: #1065a2
}

#max_cash_embeded_form_step_finish_content>.twoCtaStepWrap .ctaStep1 .custom-h3 {
    border: none !important;
    font-size: 22px !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important
}

#max_cash_embeded_form_step_finish_content>.twoCtaStepWrap .ctaStep1 .custom-h3 i {
    color: #1f3a93
}

#max_cash_embeded_form_step_finish_content>.twoCtaStepWrap .ctaStep2 .custom-h3 i {
    color: #29b479
}

#embdFormContainer>.applicationFromOuter {
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important
}

@media (max-width:991px) {

    .max_cash_embeded_forms .col-4,
    .max_cash_embeded_forms .col-6,
    .max_cash_embeded_forms .col-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.trustedBySectionWrap {
    background: #f2f5f5;
    position: relative;
    padding: 70px 0
}

.trustedBySectionWrap .headlineTeaser .subHeadline {
    font-style: italic;
    margin-bottom: 0
}

.trustedBySectionWrap .headlineTeaser .headline {
    font-size: 24px;
    color: #314b85;
    text-decoration: underline;
    line-height: 2.25rem
}

@media (max-width:991.98px) {
    .trustedBySectionWrap .reviewLogoRow img {
        max-width: 100%
    }
}

.benefitsSectionWrap {
    position: relative;
    padding: 50px 0
}

.benefitsSectionWrap .bBoxWrap {
    text-align: center
}

.benefitsSectionWrap .bBoxWrap .bBoxIcon {
    height: 58px;
    width: 58px;
    border: 3px solid var(--white, #fff);
    background: #f9f9f9;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px
}

.benefitsSectionWrap .bBoxWrap .bBoxIcon img {
    width: auto;
    max-width: 100%;
    height: auto
}

.benefitsSectionWrap .bBoxWrap .bBoxTitle {
    color: #090808;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 17px
}

.benefitsSectionWrap .bBoxWrap .bBoxTitle sup {
    font-weight: 400
}

.benefitsSectionWrap .bBoxWrap .bBoxDesc {
    margin: 0;
    color: #090808;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px
}

.statsSectionWrap {
    position: relative;
    padding: 95px 0 55px
}

.statsSectionWrap .sBoxWrap {
    text-align: center;
    height: 100%
}

.statsSectionWrap .sBoxWrap .sBoxIconLbl {
    color: var(--green-txt-color);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 17px
}

.statsSectionWrap .sBoxWrap .sBoxTitle {
    color: #090808;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 17px
}

.statsSectionWrap .sBoxWrap .sBoxDesc {
    color: var(--dark, #090808);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px;
    margin: 0
}

@media (min-width:576px) {
    .statsSectionWrap .statRow .col-lg-4 {
        border: none
    }

    .statsSectionWrap .statRow .col-lg-4:first-child {
        border-right: 1px solid #d6d6d6
    }
}

@media (min-width:992px) {
    .statsSectionWrap .statRow .col-lg-4 {
        border-right: 1px solid #d6d6d6
    }

    .statsSectionWrap .statRow .col-lg-4:last-child {
        border: none
    }
}

@media (min-width:768px) {
    .statsSectionWrap .statRow {
        margin-top: 58px;
        margin-bottom: 84px
    }
}

@media (max-width:991.98px) {
    .statsSectionWrap .sBoxWrap {
        padding: 15px
    }
}

@media (max-width:767.98px) {
    .statsSectionWrap .sBoxWrap {
        padding: 10px 0
    }
}

.howItWorksSecWrap {
    padding: 65px 0;
    background: #f9fff8;
    position: relative;
    overflow: hidden
}

@media (max-width:991.98px) {
    .howItWorksSecWrap {
        text-align: center
    }
}

.howItWorksSecWrap .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.howItWorksSecWrap .bgImg img {
    position: absolute;
    bottom: 0;
    right: 40%
}

@media (min-width:1200px) {
    .howItWorksSecWrap .bgImg img {
        right: 45%
    }
}

@media (max-width:991.98px) {
    .howItWorksSecWrap .bgImg img {
        max-width: 100%;
        right: 10%
    }
}

@media (min-width:992px) {
    .howItWorksSecWrap .headlineTeaser {
        text-align: left
    }
}

@media (max-width:991.98px) {
    .howItWorksSecWrap .headlineTeaser {
        margin-bottom: 50px
    }
}

.howItWorksSecWrap .headlineTeaser .headline {
    margin-bottom: 30px
}

.howItWorksSecWrap .headlineTeaser p {
    color: #090808;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .howItWorksSecWrap .headlineTeaser .descWrap {
        padding-right: 150px
    }
}

.howItWorksSecWrap .headlineTeaser .descWrap p a {
    text-decoration: underline
}

.howItWorksSecWrap .headlineTeaser .descWrap p a:not(.greenTxt):hover {
    color: inherit
}

@media (min-width:992px) {
    .howItWorksSecWrap .headlineTeaser .descWrap .applyBtnWrap {
        margin-top: 50px
    }
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox {
    display: flex;
    gap: 45px;
    position: relative
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrap {
    flex: 0 58px;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    background: #f9f9f9;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, .06);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrap .icon {
    max-width: 38px;
    max-height: 38px
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap {
    flex: 1 auto;
    margin-bottom: 70px
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap:after {
    content: " ";
    position: absolute;
    top: 65px;
    left: 28px;
    height: calc(100% - 73px);
    width: 0;
    border-left: 2px dashed var(--green-txt-color);
    z-index: 0
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .headline {
    color: #090808;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .desc {
    color: #090808;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px;
    margin-bottom: 0
}

.howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox:last-child .textWrap:after {
    display: none
}

.howItWorksSecWrap .twoPortionWrap.linearDesign {
    margin-top: 50px
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap {
    display: flex;
    margin: 0 20px
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox {
    display: block;
    flex: 1 33%;
    padding: 0 20px
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter {
    margin-bottom: 20px
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter:after {
    content: " ";
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    top: 35px;
    left: 75%;
    background: #29b57a;
    z-index: 0
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter .iconWrap {
    margin: 0 auto
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox:last-child .iconWrapOutter:after {
    display: none
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap {
    margin-left: 0
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .desc {
    font-size: 16px
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap:after {
    content: "";
    display: none
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .additionalTxtWrp {
    text-align: center;
    max-width: 750px;
    margin: 20px auto 70px
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .additionalTxtWrp p {
    font-size: 22px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 2.25rem
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .btnWrap {
    text-align: center
}

.howItWorksSecWrap .twoPortionWrap.linearDesign .btnWrap .applyBtnWrap {
    margin: 0 auto
}

@media (max-width:991.98px) {
    .howItWorksSecWrap {
        padding-bottom: 250px
    }

    .howItWorksSecWrap .twoPortionWrap {
        padding-bottom: 470px
    }

    .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px
    }

    .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap {
        position: relative;
        margin-left: 0
    }

    .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .headline {
        margin-bottom: 10px
    }

    .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap:after {
        top: calc(100% + 10px);
        left: 50%;
        height: 50px
    }

    .howItWorksSecWrap .applyBtnWrap {
        margin: 0 auto
    }

    .howItWorksSecWrap .twoPortionWrap.linearDesign {
        padding-bottom: 100px
    }

    .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap {
        display: block
    }

    .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter:after {
        display: none
    }
}

@media (max-width:767.98px) {
    .howItWorksSecWrap {
        padding-bottom: 200px
    }

    .howItWorksSecWrap .twoPortionWrap {
        padding-bottom: 420px
    }

    .howItWorksSecWrap .twoPortionWrap .bgImg {
        max-height: 400px
    }

    .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap {
        margin: 0
    }

    .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox {
        padding: 0
    }
}

@media (max-width:575.98px) {
    .howItWorksSecWrap {
        padding-bottom: 150px
    }

    .howItWorksSecWrap .twoPortionWrap {
        padding-bottom: 350px
    }

    .howItWorksSecWrap .twoPortionWrap .bgImg {
        max-height: 320px
    }
}

.whyChooseSecWrap {
    background-color: #f6f7fb;
    padding: 55px 0;
    position: relative;
    overflow: hidden
}

.whyChooseSecWrap .bgImg {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/storage/images/why-section-bg.png) no-repeat;
    background-position: calc(50% - 22rem) bottom;
    background-size: auto auto
}

.whyChooseSecWrap .headlineTeaser {
    text-align: left
}

.whyChooseSecWrap .headlineTeaser .headline {
    margin-bottom: 30px
}

.whyChooseSecWrap .headlineTeaser .desc {
    color: #5c5c5c;
    font-size: 20px;
    margin-bottom: 50px
}

.whyChooseSecWrap .checkListWrap {
    margin-bottom: 70px
}

.whyChooseSecWrap .checkListWrap .checkListItem {
    margin-bottom: 25px
}

.whyChooseSecWrap .checkListWrap .checkListItem i {
    color: #2860dc;
    margin-left: 5px
}

.whyChooseSecWrap .checkListWrap .checkListItem .lbl {
    font-weight: 500;
    font-size: 18px;
    color: #142640;
    margin-left: 15px
}

@media (max-width:991.98px) {
    .whyChooseSecWrap {
        padding-bottom: 515px
    }

    .whyChooseSecWrap .bgImg {
        background-position: bottom;
        background-size: auto 500px
    }

    .whyChooseSecWrap .headlineTeaser .desc {
        margin-bottom: 40px
    }

    .whyChooseSecWrap .checkListWrap {
        margin-bottom: 50px
    }

    .whyChooseSecWrap .checkListWrap .checkListItem {
        margin-bottom: 20px
    }
}

.testimonialSecWrap {
    padding: 90px 0 160px;
    background-color: #fff
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .slick-track {
    padding: 20px 0
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .slick-arrow {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 30px);
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 42px;
    height: 42px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-radius: 50%
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .slick-arrow:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .slick-arrow:hover:before {
    opacity: .7
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .slick-arrow:before {
    content: "\F060";
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    font-size: 12px;
    color: #000;
    line-height: 1;
    opacity: .2
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .slick-arrow.slick-next {
    left: calc(50% + 30px)
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .slick-arrow.slick-next:before {
    content: "\F061"
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialSlide {
    margin: 0 10px;
    opacity: .4
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialSlide.slick-current {
    margin-top: 50px;
    opacity: 1
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap {
    border: 1px solid #ebeef3;
    padding: 50px 35px 40px;
    border-radius: 5px;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .05);
    background-color: #fff
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .starRating {
    display: flex;
    margin-bottom: 30px
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .starRating i {
    color: #ffb30e;
    margin-right: 6px
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .desc {
    font-size: 18px;
    font-weight: 400;
    color: #040404;
    margin-bottom: 30px;
    line-height: 2.25rem
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .custInfoWrap {
    display: flex;
    align-items: center
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .custInfoWrap .custImg {
    margin-right: 18px
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .custInfoWrap .custImg img {
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .custInfoWrap .custInfo .custName {
    color: #0a1757;
    font-weight: 500;
    font-size: 17px
}

.testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialBoxWrap .custInfoWrap .custInfo .reviewFrom {
    font-weight: 200;
    color: #2a2929;
    font-size: 16px;
    line-height: 1.25rem
}

@media (min-width:992px) and (max-width:1199px) {
    .testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialSlide.slick-current {
        z-index: 1;
        background-color: #fff;
        position: relative
    }
}

@media (max-width:991.98px) {
    .testimonialSecWrap .testimonialSliderWrap .testimonialSlider .testimonialSlide.slick-current {
        margin-top: 0
    }
}

.didYouKnowSection {
    padding: 50px 0;
    color: #45465a;
    text-align: left;
    background: #f9fff8
}

.didYouKnowSection .headlineTeaser {
    text-align: left
}

.didYouKnowSection .sliderWrap {
    margin-top: 35px
}

.didYouKnowSection .sliderContent {
    margin-bottom: 50px
}

.didYouKnowSection .sliderContent .carousel-control-next,
.didYouKnowSection .sliderContent .carousel-control-prev {
    position: relative
}

.didYouKnowSection .sliderContent .carousel-control-prev-icon {
    background: url(/storage/images/prevIcon.png) no-repeat;
    width: 20px;
    height: 30px
}

.didYouKnowSection .sliderContent .carousel-control-next-icon {
    background: url(/storage/images/nextIcon.png) no-repeat;
    width: 20px;
    height: 30px
}

.didYouKnowSection .sliderContent .carousel-inner {
    min-height: 150px
}

.didYouKnowSection .sliderContent .carousel-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px
}

.didYouKnowSection .sliderContent .carousel-item p {
    margin-bottom: 0
}

.didYouKnowSection .sliderContent .carousel-item p:first-letter {
    text-transform: uppercase
}

.didYouKnowSection .sliderContent .carousel-indicators {
    bottom: -20px;
    margin: 0;
    text-align: left;
    justify-content: left;
    gap: 7px
}

.didYouKnowSection .sliderContent .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: none;
    opacity: .35;
    background: var(--green-txt-color)
}

.didYouKnowSection .sliderContent .carousel-indicators li.active {
    opacity: 1
}

.didYouKnowSection .sliderContent .carousel-item-next,
.didYouKnowSection .sliderContent .carousel-item-prev,
.didYouKnowSection .sliderContent .carousel-item.active {
    display: flex;
    justify-content: center;
    height: 100%
}

.didYouKnowSection .imgWrap {
    text-align: right;
    max-width: 465px;
    margin-left: auto
}

@media (max-width:991.98px) {
    .didYouKnowSection .headlineTeaser {
        text-align: center
    }

    .didYouKnowSection .sliderContent {
        margin-bottom: 100px
    }

    .didYouKnowSection .sliderContent .carousel-inner {
        min-height: auto
    }

    .didYouKnowSection .sliderContent .carousel-item {
        text-align: center
    }

    .didYouKnowSection .sliderContent .carousel-indicators {
        text-align: center;
        justify-content: center;
        bottom: -55px
    }

    .didYouKnowSection .imgWrap {
        margin: 0 auto;
        width: 100%
    }

    .didYouKnowSection .imgWrap img {
        max-width: 100%
    }
}

.loanServiceSection {
    padding: 86px 0 65px;
    text-align: center
}

.loanServiceSection .findServicesContainer {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    margin-top: 70px;
    position: relative;
    background: #fff;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, .1)
}

.loanServiceSection .findServicesContainer .bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #29b57a;
    background-image: linear-gradient(#29b57a, #29b57a);
    z-index: 1;
    opacity: .85
}

.loanServiceSection .findServicesContainer .innerContent {
    position: relative;
    z-index: 2;
    padding: 28px 30px 45px;
    color: var(--green-txt-color)
}

.loanServiceSection .findServicesContainer .innerContent .info {
    color: var(--green-txt-color);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.4px;
    padding-bottom: 28px;
    margin-bottom: 36px;
    border-bottom: 1px solid #e0e0e0
}

@media (max-width:767.98px) {
    .loanServiceSection .findServicesContainer .innerContent .info {
        font-size: 20px
    }
}

@media (max-width:991.98px) {
    .loanServiceSection .findServicesContainer .innerContent .info br {
        display: none
    }
}

.loanServiceSection .findServicesContainer .innerContent .selectBoxOuterWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center
}

.loanServiceSection .findServicesContainer .innerContent .selectBoxOuterWrap .btnWrap {
    flex: 0 330px;
    max-width: 330px
}

.loanServiceSection .findServicesContainer .innerContent .selectBoxOuterWrap .btnWrap .findLocationBtn {
    background: var(--green-txt-color);
    border-radius: 0;
    padding: 12px 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375
}

.loanServiceSection .findServicesContainer .innerContent .selectBoxWrap {
    flex: 0 330px;
    max-width: 330px
}

.loanServiceSection .findServicesContainer .innerContent .selectBoxWrap .customSelectBox {
    background: none;
    margin-bottom: 0
}

.loanServiceSection .findServicesContainer .innerContent .selectBoxWrap .customSelectBox .selectedText {
    border: 1px solid #c9eadc;
    background: rgba(249, 255, 248, .1);
    padding: 12px 14px;
    text-align: left;
    color: #090808;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375
}

.loanServiceSection .findServicesContainer .linkWrap {
    margin-top: 80px;
    display: flex;
    justify-content: space-between
}

.loanServiceSection .findServicesContainer .linkWrap .link {
    color: #f0f0f0;
    font-weight: 700;
    font-size: 16px
}

.loanServiceSection .btnWrap .findLocationBtn {
    width: 100%;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #45465a;
    padding: 27px 10px
}

.loanServiceSection .btnWrap .findLocationBtn,
.loanServiceSection .btnWrap .findLocationBtn:active {
    background-image: linear-gradient(#ecedea, #f8f8f6, #dcdbd8)
}

.loanServiceSection .btnWrap .findLocationBtn i {
    margin-left: 10px
}

.loanServiceSection.stateLinksOnly .findServicesContainer {
    margin-top: 40px
}

.loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 10px;
    align-items: center
}

.loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap .singleitem {
    text-align: left
}

.loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap .link {
    font-weight: 500
}

@media (min-width:1200px) {
    .loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap {
        grid-gap: 10px 30px
    }
}

@media (max-width:991.98px) {
    .loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap {
        grid-template-columns: 1fr 1fr
    }

    .loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap .singleitem {
        text-align: center
    }
}

@media (max-width:767.98px) {
    .loanServiceSection {
        padding: 50px 0
    }

    .loanServiceSection .findServicesContainer .innerContent {
        width: 100%
    }

    .loanServiceSection .btnWrap .findLocationBtn {
        padding: 20px 25px;
        border-radius: 0
    }
}

@media (max-width:575.98px) {
    .loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap {
        grid-template-columns: 1fr
    }

    .loanServiceSection .findServicesContainer .linkWrap {
        flex-wrap: wrap;
        margin-top: 30px
    }

    .loanServiceSection .findServicesContainer .linkWrap .spLink {
        display: none
    }

    .loanServiceSection .findServicesContainer .linkWrap .link {
        flex: 1 100%;
        margin: 5px 0
    }
}

.bannerSecWrap {
    position: relative;
    padding: 40px 0
}

.bannerSecWrap .imgBg {
    background: var(--green-txt-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bannerSecWrap .imgBg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.bannerSecWrap .bottomPos {
    width: 100%;
    position: relative;
    z-index: 3
}

.bannerSecWrap .teaserBoxWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.bannerSecWrap .teaserBoxWrap .headline {
    margin-bottom: 22px;
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 137.5%
}

.bannerSecWrap .teaserBoxWrap .desc {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .8px;
    margin-bottom: 0
}

.bannerSecWrap .teaserBoxWrap .applyBtnWrap {
    margin: 0 auto
}

.bannerSecWrap .teaserBoxWrap .applyBtnWrap .btn {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(19, 18, 66, .07);
    color: var(--green-txt-color);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

@media (max-width:991.98px) {
    .bannerSecWrap {
        text-align: center
    }

    .bannerSecWrap .teaserBoxWrap .desc {
        margin-bottom: 30px
    }
}

@media (max-width:767.98px) {
    .bannerSecWrap .teaserBoxWrap .headline {
        font-size: 30px
    }
}

.faqSecWrap {
    background: #f9fff8;
    position: relative;
    padding: 72px 0 36px
}

.faqSecWrap .faqAccordionWrap {
    padding: 41px 0 70px
}

.faqSecWrap .faqAccordionWrap .singleAccordion {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, .06)
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader {
    padding: 30px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .faqQus {
    flex: 1 100%;
    padding-right: 20px;
    color: #090808;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .accordSign {
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    color: #fff;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background-color: var(--green-txt-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .accordSign:before {
    content: "\F068"
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader.collapsed .faqQus {
    font-weight: 400
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader.collapsed .accordSign:before {
    content: "\F067"
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqAns {
    color: #090808;
    font-size: 18px;
    font-weight: 400
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqAns .faqAnsInnerWrap {
    padding: 10px 28px 28px;
    line-height: 30px
}

.faqSecWrap .faqAccordionWrap .singleAccordion .faqAns .faqAnsInnerWrap p:last-child {
    margin-bottom: 0
}

.faqSecWrap .faqInfoTextWrap {
    text-align: center;
    max-width: 750px;
    margin: 0 auto
}

.faqSecWrap .faqInfoTextWrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 2.25rem
}

@media (max-width:767.98px) {
    .faqSecWrap {
        padding: 80px 0
    }

    .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader {
        padding: 22px 25px
    }

    .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .faqQus {
        font-size: 18px
    }

    .faqSecWrap .faqAccordionWrap .singleAccordion .faqAns {
        font-size: 16px
    }

    .faqSecWrap .faqAccordionWrap .singleAccordion .faqAns .faqAnsInnerWrap {
        padding: 10px 25px 40px
    }
}

@media (max-width:991.98px) {
    .faqSecWrap .faqAccordionWrap {
        padding: 30px 0
    }

    .faqSecWrap .faqInfoTextWrap h3 {
        font-size: 20px;
        line-height: 1.75rem
    }
}

.nearbySection {
    padding: 50px 0;
    text-align: center;
    background: #f9fff8
}

.nearbySection .headlineTeaser {
    background: #29b379;
    color: #fff;
    padding: 5px 0
}

.nearbySection .headlineTeaser .headline {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding: 0
}

.nearbySection .nearByCitiesListing {
    text-align: left
}

.nearbySection .nearByCitiesListing .itemRow {
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.nearbySection .nearByCitiesListing .itemRow:nth-child(odd) {
    background: rgba(155, 203, 147, .1)
}

.nearbySection .nearByCitiesListing .neabyCityItem {
    padding: 6px 15px
}

.nearbySection .nearByCitiesListing .neabyCityItem a {
    color: #090808;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@media (max-width:991.98px) {
    .nearbySection .nearByCitiesListing .itemRow {
        padding: 0;
        text-align: center;
        grid-template-columns: repeat(2, 1fr)
    }

    .nearbySection .nearByCitiesListing .itemRow .neabyCityItem {
        position: relative
    }

    .nearbySection .nearByCitiesListing .itemRow .neabyCityItem:first-child a {
        position: relative;
        z-index: 1
    }

    .nearbySection .nearByCitiesListing .itemRow .neabyCityItem:first-child:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: " ";
        width: 200%;
        height: 100%;
        background: rgba(155, 203, 147, .1);
        z-index: 0
    }

    .nearbySection .nearByCitiesListing .itemRow:nth-child(odd) {
        background: none
    }
}

@media (max-width:575.98px) {
    .nearbySection .nearByCitiesListing .itemRow {
        grid-template-columns: repeat(1, 1fr)
    }

    .nearbySection .nearByCitiesListing .itemRow .neabyCityItem:first-child:after {
        display: none
    }

    .nearbySection .nearByCitiesListing .itemRow .neabyCityItem:nth-child(odd) {
        background: rgba(155, 203, 147, .1)
    }
}

.odGraphSection {
    padding: 50px 0
}

.odGraphSection.faqSecWrap {
    padding-bottom: 20px
}

.odGraphSection.faqSecWrap .faqAccordionWrap {
    padding: 55px 0;
    margin-bottom: 10px
}

.odGraphSection.faqSecWrap .faqAccordionWrap .faqAns .faqAnsInnerWrap .tableStats table td,
.odGraphSection.faqSecWrap .faqAccordionWrap .faqAns .faqAnsInnerWrap .tableStats table th {
    line-height: normal
}

.odGraphSection.faqSecWrap .faqAccordionWrap .faqAns .faqAnsInnerWrap .tableStats table td {
    vertical-align: middle
}

.odGraphSection .graphSection #ownerBarChart1 {
    height: 300px !important;
    width: 100% !important
}

.carInspectionSectionWrap {
    position: relative;
    padding: 85px 0 10px
}

.carInspectionSectionWrap p {
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
    margin-bottom: 0
}

.carInspectionSectionWrap .storeHoursWrap {
    background: #f7f7f7;
    padding: 10px 15px;
    min-height: 430px
}

.carInspectionSectionWrap .storeHoursWrap table {
    width: 100%;
    height: 430px;
    max-height: 430px
}

.carInspectionSectionWrap .storeHoursWrap table tr td,
.carInspectionSectionWrap .storeHoursWrap table tr th {
    padding: 5px 2px;
    width: 50%;
    vertical-align: top
}

.carInspectionSectionWrap .mapWraper {
    min-height: 450px;
    height: 100%
}

.carInspectionSectionWrap .imgWrap {
    max-width: 100px;
    margin: 0 auto 10px
}

.carInspectionSectionWrap .imgWrap img {
    max-width: 100%
}

@media (max-width:991px) {
    .carInspectionSectionWrap .storeHoursWrap {
        margin-bottom: 30px;
        padding: 10px
    }

    .carInspectionSectionWrap .storeHoursWrap table tr td,
    .carInspectionSectionWrap .storeHoursWrap table tr th {
        padding: 5px 0;
        width: 50%
    }
}

@media (max-width:450px) {
    .carInspectionSectionWrap .storeHoursWrap {
        padding: 10px
    }
}

.blockContentSection .applyOrCallLinkWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both
}

.blockContentSection .applyOrCallLinkWrap .spratr {
    flex: 1 auto;
    margin: 20px 15px;
    font-size: 15px;
    color: #2b2b2b;
    font-style: italic;
    font-weight: 400;
    text-align: center
}

.blockContentSection .applyOrCallLinkWrap .callNowTxtWrap {
    flex: 1 auto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    padding: 0 5px
}

.blockContentSection .applyOrCallLinkWrap .callNowTxtWrap a {
    color: #29b57a;
    font-weight: 500
}

.blockContentSection .applyOrCallLinkWrap .callNowTxtWrap a:hover {
    color: #29b57a
}

@media (max-width:991.98px) {
    .blockContentSection .applyOrCallLinkWrap {
        flex-wrap: wrap
    }

    .blockContentSection .applyOrCallLinkWrap .spratr {
        width: 100%
    }
}

.compAddressSection {
    padding: 60px 0 100px
}

@media (max-width:991.98px) {
    .compAddressSection {
        padding: 50px 0 80px
    }
}

.compAddressSection .headlineTeaser .headline {
    margin-bottom: 25px
}

.compAddressSection .addressWrapOuter {
    background: #fff;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, .1);
    padding: 50px 50px 70px
}

@media (max-width:991.98px) {
    .compAddressSection .addressWrapOuter {
        padding: 30px 20px
    }
}

.compAddressSection .addressWrapOuter .info {
    color: #090808;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px
}

.compAddressSection .addressWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #dedede;
    height: 500px
}

.compAddressSection .addressWrap .addressListingWrap {
    overflow-y: scroll
}

.compAddressSection .addressWrap .addressListingWrap .companyWrap {
    padding: 20px 0;
    border-bottom: 1px solid #d3d3d3
}

.compAddressSection .addressWrap .addressListingWrap .companyWrap .headline {
    padding: 0 20px;
    font-weight: 800;
    font-size: 14px;
    line-height: 135%;
    color: var(--green-txt-color);
    margin-bottom: 20px;
    text-transform: uppercase
}

.compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList {
    color: #090808;
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: .6px;
    text-transform: uppercase
}

.compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList .cmpAddress {
    margin-bottom: 15px;
    padding: 8px 20px;
    cursor: pointer
}

.compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList .cmpAddress.active,
.compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList .cmpAddress:hover {
    background: #f9fff8
}

.compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList .cmpAddress:last-child {
    margin-bottom: 0
}

.compAddressSection .addressWrap .gMapWrap {
    background: #f1f3f4
}

@media (max-width:991.98px) {
    .compAddressSection .addressWrap {
        grid-template-columns: 1fr;
        height: auto
    }

    .compAddressSection .addressWrap .addressListingWrap {
        height: 250px
    }

    .compAddressSection .addressWrap .gMapWrap {
        height: 500px
    }
}

footer .socialLinksWrap.mobile-view {
    display: none
}

footer ul.socialLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px
}

footer.site-footer {
    background: #fafafa;
    padding-bottom: 30px;
    padding-top: 100px
}

footer .col5Wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    padding: 0;
    margin-bottom: 0
}

footer .col5Wrap .col {
    flex: 0 20%;
    padding: 0 10px;
    margin-bottom: 25px
}

footer .site-logo img {
    max-width: 176px
}

footer .footerNavWrap {
    margin-top: 15px
}

footer .footerNavWrap .footerNavTitle,
footer .footerNavWrap .widget-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #0a142f
}

footer .footerNavWrap .footerNav,
footer .footerNavWrap nav {
    margin-top: 23px
}

footer .footerNav ul,
footer .footerNavWrap nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .footerNav ul li,
footer .footerNavWrap nav ul li {
    margin-bottom: 14px
}

footer .footerNav ul li a,
footer .footerNavWrap nav ul li a {
    text-decoration: none;
    color: #474747;
    font-size: 13px;
    font-weight: 500;
    line-height: 31.2px;
    opacity: 1
}

footer .footerNav ul li a:hover,
footer .footerNavWrap nav ul li a:hover {
    text-decoration: underline
}

footer .footerNav ul li a strong,
footer .footerNavWrap nav ul li a strong {
    font-weight: 500
}

footer .disclaimerWrap {
    margin-top: 38px
}

footer .disclaimerWrap p strong {
    font-weight: 700
}

footer .disclaimerWrap p {
    color: #211e1e;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    opacity: 1
}

footer .copyRightText {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0a142f;
    mix-blend-mode: normal
}

footer .copyRightText .privacy-policy {
    display: inline-block
}

@media (max-width:992px) {
    footer .col5Wrap {
        flex-wrap: wrap;
        justify-content: space-between
    }

    footer .col5Wrap .col.logoCol {
        flex: 1 100%;
        text-align: center
    }
}

@media (max-width:768px) {
    footer .col5Wrap .col {
        flex: 1 50%;
        text-align: center
    }
}

@media (max-width:767px) {
    footer.site-footer {
        padding-top: 50px
    }

    footer .footerNavWrap .footerNavTitle,
    footer .footerNavWrap .widget-title {
        font-size: 16px
    }

    footer .disclaimerWrap p {
        font-size: 10px;
        line-height: 18px
    }

    footer .copyRightText {
        font-size: 12px;
        line-height: 20px
    }

    footer .footerNav ul li,
    footer .footerNavWrap nav ul li {
        margin-bottom: 10px
    }

    footer .footerNavWrap .footerNav,
    footer .footerNavWrap .nav {
        margin-top: 20px
    }
}

@media (max-width:500px) {
    footer .col5Wrap .col {
        flex: 1 100%
    }
}

footer .footerNavWrap ul.socialLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px
}

footer .footerNavWrap ul.socialLinks li a {
    color: #0a142f;
    opacity: .7
}

@media (max-width:786px) {
    footer .footerNavWrap ul.socialLinks {
        justify-content: center
    }
}

@media (max-width:1024px) {
    footer .footerNavWrap ul.socialLinks {
        display: none
    }
}

footer .footerNavWrap ul.socialLinks li.gplaybtn {
    flex: 1 100%;
    text-align: center
}

footer .footerNavWrap ul.socialLinks li.gplaybtn img {
    max-height: 50px
}

.newDesign .greenTxt {
    color: #29b57a
}

.newDesign .site-header {
    position: relative;
    border: none
}

.newDesign .site-header .topNav {
    display: none
}

.newDesign .site-header .innerWrap {
    border: none
}

.newDesign main {
    padding-top: 0
}

.newDesign .formHeroSection {
    position: relative;
    padding: 30px 0 40px
}

.newDesign .formHeroSection .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    border-radius: 31px;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden
}

.newDesign .formHeroSection .bg:after {
    background: rgba(0, 0, 0, .48);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.newDesign .formHeroSection .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.newDesign .formHeroSection .reivewsWrap {
    position: absolute;
    bottom: 0;
    left: 15px;
    border-radius: 8px;
    background: #fff;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: calc(100% - 30px);
    gap: 20px
}

.newDesign .formHeroSection .reivewsWrap .imgWrap img {
    max-height: 35px
}

.newDesign .formHeroSection .underline {
    position: relative
}

.newDesign .formHeroSection .underline:after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -30px;
    width: calc(100% + 30px);
    height: 25px;
    background: url(/storage/images/newDesign/green-underline-stroke.svg) no-repeat;
    background-position: 100% 100%;
    background-size: contain
}

.newDesign .formHeroSection .headlineWrap {
    padding-top: 182px
}

.newDesign .formHeroSection .headlineWrap h2 {
    color: #ff8a00;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
    text-transform: uppercase
}

.newDesign .formHeroSection .headlineWrap h1 {
    color: #fff;
    font-size: 47px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 34px
}

.newDesign .formHeroSection .headlineWrap p {
    color: hsla(0, 0%, 100%, .88);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px
}

.newDesign .formHeroSection .headlineWrap p:last-child {
    margin-bottom: 0
}

.newDesign .formHeroSection .formSectionnWrap {
    margin-top: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, .19);
    padding: 40px 30px;
    position: relative;
    overflow: hidden
}

.newDesign .formHeroSection .appFormHeadline h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    margin-bottom: 20px
}

.newDesign .formHeroSection .applicationFromWraper .appFormBody {
    padding-top: 0
}

.newDesign .formHeroSection .applicationFromWraper .appFormBody .appFormPageField .appFieldInput,
.newDesign .formHeroSection .applicationFromWraper .appFormBody .appFormPageField .appFieldSelect {
    border-radius: 5px;
    border: 1px solid #dde1e0;
    background: #fff;
    padding: 10px 20px;
    color: #12141d;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.newDesign .formHeroSection .appFormBody .appFormPageField label {
    color: rgba(18, 20, 29, .49);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px
}

.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFields .appFieldOptInWrap .fieldWrap {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start
}

.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFields .appFieldOptInWrap .fieldWrap input[type=checkbox] {
    opacity: 0;
    width: 1px;
    margin: 0;
    padding: 0
}

.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFields .appFieldOptInWrap .fieldWrap input[type=checkbox]:checked+label:before {
    content: "\2714";
    font-size: 12px;
    color: #fff;
    background: #29b57a
}

.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFields .appFieldOptInWrap .fieldWrap label {
    color: #12141d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    padding-left: 28px
}

.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFields .appFieldOptInWrap .fieldWrap label:before {
    content: "";
    background: transparent;
    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
}

.newDesign .formHeroSection .appFormBody .appFormPage#appFormPage1 .appFormPageFields,
.newDesign .formHeroSection .appFormBody .appFormPage#appFormPage2 .appFormPageFields {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFields .span3 {
    grid-column: 1/span 2
}

.newDesign .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldConsentWrap,
.newDesign .formHeroSection .appFormBody .appFormPageField.appFieldConsentWrap {
    padding: 0
}

.newDesign .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldConsentWrap .appFieldConsentDesc {
    color: rgba(0, 0, 0, .68);
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

.newDesign .formHeroSection .appFormBody .appFormPageField.appFieldConsentWrap .appFieldConsentDesc p:last-child {
    margin-bottom: 0
}

.newDesign .formHeroSection .appFormBody .appFormPageField.appFieldConsentWrap .appFieldConsentDesc p a {
    color: inherit !important;
    text-decoration: underline !important;
    font-weight: inherit !important
}

.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFooter .appFormPageNextBtn,
.newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFooter .appFormPagePreviousBtn {
    border-radius: 10px;
    background: #14b082;
    padding: 16px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: unset
}

.newDesign .formHeroSection .appFormBody .appFormPageField.appFieldSelectWrap .dIcon:before {
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    line-height: 24px;
    color: #12141d
}

.newDesign .formHeroSection.submitted .appFormHeadline {
    display: none
}

.newDesign .formSectionnWrap {
    padding: 40px 30px;
    position: relative;
    overflow: hidden
}

.newDesign .formSectionnWrap .formHeadlinePortion {
    display: none
}

.newDesign .formSectionnWrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 7px;
    background: #29b57a
}

.newDesign .formSectionnWrap.step1:before {
    width: 33%
}

.newDesign .formSectionnWrap.step2:before {
    width: 66%
}

.newDesign .formSectionnWrap.step3:before {
    width: 100%
}

.newDesign .formSectionnWrap.step1 .formHeadlinePortion.step1,
.newDesign .formSectionnWrap.step2 .formHeadlinePortion.step2 {
    display: block
}

.newDesign .formSectionnWrap .formHeadlinePortion .stepInfo {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 33.943px;
    margin-bottom: 13px
}

.newDesign .formSectionnWrap .formHeadlinePortion .headline {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px
}

.newDesign .formSectionnWrap .formHeadlinePortion p {
    color: #686a6c;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.newDesign .formSectionnWrap .formHeadlinePortion.step2 {
    margin-bottom: 40px
}

.newDesign .formSectionnWrap .formHeadlinePortion .backBtnWrap {
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.newDesign .formSectionnWrap .formHeadlinePortion .backBtnWrap .stepInfo {
    margin-bottom: 0
}

.newDesign .formSectionnWrap .formHeadlinePortion .backBtn {
    display: flex
}

.newDesign .formSectionnWrap .applicationFromWraper .appFormPage .appFormPageFields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px
}

.newDesign #embdFormContainer .applicationFromWraper .appFormPage .appFormPageFields {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important
}

.newDesign .formSectionnWrap .appFormPage .appFormPageFields .appFormPageField {
    width: 100%
}

.newDesign .formSectionnWrap .appFormPage .appFormPageFields .appFormPageField input,
.newDesign .formSectionnWrap .appFormPage .appFormPageFields .appFormPageField select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dde1e0;
    background: #fff;
    padding: 13px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.newDesign .formSectionnWrap .appFormPage .appFormPageFields .appFormPageField select {
    background: url(https://maxcash.com/wp-content/uploads/2024/03/icon-chevron-down.svg) no-repeat;
    background-size: 20px 20px;
    background-position: calc(100% - 6px) 50%;
    padding-right: 22px
}

.newDesign .formSectionnWrap .appFormPage .appFormPageFields .appFormPageField.fullRow {
    grid-column: 1/2 span
}

.newDesign .formSectionnWrap .appFormPage .appFieldCheckWrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px
}

.newDesign .formSectionnWrap .appFormPage .appFieldCheckWrap input {
    flex: 0 0 18px;
    width: 18px;
    height: 18px
}

.newDesign .formSectionnWrap .appFormPage .appFieldCheckWrap input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    border-radius: 3px
}

.newDesign .formSectionnWrap .appFormPage .appFieldCheckWrap input[type=checkbox]:checked:before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
    background-color: #29b57a;
    border: 1px solid #29b57a;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.newDesign .formSectionnWrap .appFormPage .appFieldCheckWrap label {
    color: #12141d;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0
}

.newDesign .formSectionnWrap .appFormPage .appFieldConsentWrap {
    color: rgba(0, 0, 0, .68);
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

.newDesign .formSectionnWrap .appFormPage .appFormPageFooter {
    margin-top: 22px
}

.newDesign .formSectionnWrap .appFormPage .appFormPageFooter .btn {
    border-radius: 8px;
    background: #14b082;
    width: 100%;
    max-width: 100%;
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    text-decoration: none
}

@media (max-width:991px) {
    .newDesign .formHeroSection {
        padding-top: 90px;
        padding-bottom: 50px
    }

    .newDesign .formHeroSection .bg {
        border-radius: 0;
        max-height: 550px
    }

    .newDesign .formHeroSection .bg:after {
        background: rgba(0, 0, 0, .7)
    }

    .newDesign .formHeroSection .col-12 {
        flex: 0 0 100%;
        width: 100%
    }

    .newDesign .formHeroSection .headlineWrap {
        padding-top: 0
    }

    .newDesign .formHeroSection .reivewsWrap {
        position: relative;
        bottom: unset;
        left: unset;
        margin-top: 30px
    }

    .newDesign .formHeroSection .formSectionnWrap {
        margin-top: 50px
    }

    .newDesign .whyMaxCashSection .ctaWrap {
        margin: 40px auto 0
    }
}

@media (max-width:767px) {
    .newDesign .formHeroSection {
        padding-top: 80px;
        padding-bottom: 0
    }

    .newDesign .formHeroSection .headlineWrap h2 {
        color: #ff8a00;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 15px
    }

    .newDesign .formHeroSection .headlineWrap h1 {
        color: #fff;
        font-size: 34px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 17px
    }

    .newDesign .formHeroSection .headlineWrap p {
        color: hsla(0, 0%, 100%, .88);
        font-size: 16px;
        font-weight: 500;
        line-height: 25px
    }

    .newDesign .formHeroSection .formSectionnWrap {
        padding: 30px 20px;
        box-shadow: 0 4px 42px 0 rgba(0, 0, 0, .12)
    }

    .newDesign .formHeroSection .appFormBody .appFormPage#appFormPage1 .appFormPageFields,
    .newDesign .formHeroSection .appFormBody .appFormPage#appFormPage2 .appFormPageFields {
        grid-template-columns: 1fr
    }

    .newDesign .formHeroSection .appFormBody .appFormPage .appFormPageFields .span3,
    .newDesign .formSectionnWrap .appFormPage .appFormPageFields .appFormPageField.fullRow {
        grid-column: auto
    }

    .newDesign .formHeroSection .reivewsWrap {
        padding: 12px 15px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center
    }

    .newDesign .formHeroSection .reivewsWrap .imgWrap:nth-child(2n) {
        text-align: right
    }
}

.newDesign .recProviderSection.iconStepWrap .headlineWrap {
    margin-bottom: 60px
}

.newDesign .recProviderSection.iconStepWrap .headline {
    margin-bottom: 30px
}

.newDesign .recProviderSection .btn {
    background: #29b57a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 230px
}

.newDesign .recProviderSection .iconTextOuterWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px
}

.newDesign .recProviderSection .iconTextWrap .iconWrap {
    width: 66px;
    height: 66px;
    background: #c9ecde;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px
}

.newDesign .recProviderSection .iconTextWrap .iconWrap img {
    max-width: 34px;
    max-height: 34px
}

.newDesign .recProviderSection .iconTextWrap .textWrap .headline {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 18px
}

.newDesign .recProviderSection .iconTextWrap .textWrap p {
    color: rgba(0, 0, 0, .41);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .newDesign .recProviderSection .iconTextOuterWrap {
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .newDesign .recProviderSection .iconTextWrap .iconWrap {
        width: 58px;
        height: 58px
    }

    .newDesign .recProviderSection .iconTextWrap .iconWrap img {
        max-width: 32px;
        max-height: 32px
    }

    .newDesign .recProviderSection .iconTextWrap .textWrap .headline {
        font-size: 22px;
        margin-bottom: 14px
    }
}

.newDesign .recProviderSection .trustedIconSection {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0
}

.newDesign .recProviderSection .trustedIconSection .reviewLogoWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
    align-items: center;
    justify-content: center
}

.newDesign .recProviderSection .trustedIconSection .reviewLogoWrap .lwrap {
    text-align: center
}

@media (max-width:767px) {
    .newDesign .recProviderSection .trustedIconSection {
        margin-bottom: 50px;
        height: auto
    }
}

.newDesign .col2TxtImgSection {
    padding: 50px 0
}

.newDesign .col2TxtImgSection .row {
    align-items: center
}

.newDesign .col2TxtImgSection .imgWrap {
    position: relative;
    height: 100%
}

.newDesign .col2TxtImgSection .imgWrap .bgImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.newDesign .col2TxtImgSection .imgWrap .logoImg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%)
}

.newDesign .col2TxtImgSection .txtWrap h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px
}

.newDesign .col2TxtImgSection .txtWrap p {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px
}

.newDesign .col2TxtImgSection .txtWrap p a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    font-weight: inherit;
    line-height: inherit
}

.newDesign .col2TxtImgSection .txtWrap p:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .newDesign .col2TxtImgSection {
        overflow: hidden
    }

    .newDesign .col2TxtImgSection .col-12 {
        flex: 1 1 100%;
        width: 100%
    }

    .newDesign .col2TxtImgSection .col-12:first-child {
        order: 2
    }

    .newDesign .col2TxtImgSection .txtWrap {
        margin-bottom: 48px
    }

    .newDesign .col2TxtImgSection .imgWrap {
        height: 440px;
        width: calc(100vw + 2px);
        transform: translateX(-50vw);
        left: calc(50% - 1px)
    }

    .newDesign .col2TxtImgSection .txtWrap h2 br {
        display: none
    }
}

@media (max-width:767px) {
    .newDesign .col2TxtImgSection {
        padding-top: 35px;
        text-align: left
    }

    .newDesign .col2TxtImgSection .txtWrap h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 12px
    }
}

.newDesign .guideListSection {
    padding: 10px 0 50px;
    position: relative
}

.newDesign .guideListSection .listWrap.mobile-only {
    display: none
}

.newDesign .guideListSection .listWrap label {
    color: hsla(0, 0%, 56.5%, .86);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 20px
}

.newDesign .guideListSection .listWrap ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.newDesign .guideListSection .listWrap ul li {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    padding: 8px 35px 8px 25px;
    cursor: pointer;
    border-radius: 7px;
    margin-bottom: 5px;
    position: relative
}

.newDesign .guideListSection .listWrap ul li:after {
    content: "\F078";
    font-family: Font Awesome\ 6 Free;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.newDesign .guideListSection .listWrap ul li.active:after {
    content: "\F054";
    font-size: 16px
}

.newDesign .guideListSection .listWrap ul li:hover:not(.active) {
    background: rgba(41, 181, 123, .11372549019607843)
}

.newDesign .guideListSection .listWrap ul li.active {
    background: #29b57a;
    color: #fff;
    padding-top: 17px;
    padding-bottom: 17px
}

.newDesign .guideListSection .textDetailWrap {
    padding-top: 50px
}

.newDesign .guideListSection .textDetailWrap .txtWrap:not(.active) {
    display: none
}

.newDesign .guideListSection .textDetailWrap .txtWrap h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px
}

.newDesign .guideListSection .textDetailWrap .txtWrap p {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px
}

.newDesign .guideListSection .textDetailWrap .txtWrap p:last-child {
    margin-bottom: 0
}

.newDesign .guideListSection .textDetailWrap .txtWrap ul {
    color: rgba(0, 0, 0, .6);
    margin-bottom: 20px;
    padding-left: 15px
}

.newDesign .guideListSection .textDetailWrap .txtWrap ul li {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0
}

.newDesign .guideListSection .textDetailWrap .txtWrap table {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
    border-collapse: collapse
}

.newDesign .guideListSection .textDetailWrap .txtWrap table td {
    border: 1px solid rgba(0, 0, 0, .6);
    padding: 5px 10px
}

.newDesign .guideListSection .listWrap li .close {
    display: none
}

@media (max-width:991px) {
    .newDesign .guideListSection .col-md-7.offset-md-1 {
        margin-left: 0;
        flex: 0 0 66.66%;
        max-width: 66.66%
    }
}

@media (max-width:767px) {
    .newDesign .guideListSection .textDetailWrap {
        padding-top: 10px
    }

    .newDesign .guideListSection .listWrap:not(.mobile-only)>ul {
        display: none
    }

    .newDesign .guideListSection .listWrap.mobile-only {
        display: block
    }

    .newDesign .guideListSection .listWrap label {
        padding-left: 0;
        text-align: center;
        width: 100%
    }

    .newDesign .guideListSection .listWrap ul li:hover:not(.active) {
        background: transparent
    }

    .newDesign .guideListSection .listWrap.mobile-only ul li.active {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .newDesign .guideListSection .listWrap+.txtWrap {
        padding: 20px 16px;
        border: 1px solid #d3d3d3;
        margin-bottom: 30px
    }

    .newDesign .guideListSection .col-12,
    .newDesign .guideListSection .col-md-7.offset-md-1 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .newDesign .guideListSection {
        text-align: left
    }

    .newDesign .guideListSection .textDetailWrap .txtWrap h2 {
        font-size: 28px;
        line-height: 1.25
    }

    .newDesign .guideListSection .listWrap ul li {
        position: relative;
        padding: 8px 30px 8px 22px
    }

    .newDesign .guideListSection .listWrap ul li.active {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .newDesign .guideListSection .listWrap li .close {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #fff;
        color: #383838;
        font-weight: 700;
        line-height: 0;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: 1px solid #e8e8e8;
        box-shadow: 0 1.81463px 14.51707px 0 rgba(27, 142, 94, .6)
    }
}

.newDesign .whyMaxCashSection {
    position: relative;
    padding: 100px 0 80px
}

.newDesign .whyMaxCashSection .ctaWrap {
    gap: 35px;
    max-width: 510px
}

.newDesign .whyMaxCashSection .headlineWrap .headline {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px
}

.newDesign .whyMaxCashSection .procTxtWrap .numWrap {
    width: 66px;
    height: 66px;
    background: #c9ecde;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #278c61;
    font-size: 25px;
    font-weight: 700;
    line-height: 0;
    padding-top: 4px
}

.newDesign .whyMaxCashSection .procTxtWrap .headline {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 18px
}

.newDesign .whyMaxCashSection .procTxtWrap p {
    color: rgba(0, 0, 0, .41);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px
}

@media (max-width:767px) {
    .newDesign .whyMaxCashSection .headlineWrap .headline {
        text-align: center;
        font-size: 28px;
        line-height: 1.5
    }

    .newDesign .whyMaxCashSection .headlineWrap .headline br {
        display: none
    }
}

.newDesign .howItWorksSecWrap {
    position: relative;
    background: #e8f7f1;
    padding: 75px 0
}

.newDesign .howItWorksSecWrap .imgWrap {
    border-radius: 14px;
    margin-bottom: 21px;
    overflow: hidden
}

.newDesign .howItWorksSecWrap .imgWrap img {
    width: 100%;
    height: auto
}

.newDesign .howItWorksSecWrap .imgCaptionWrap {
    text-align: center
}

.newDesign .howItWorksSecWrap .imgCaptionWrap p {
    color: rgba(72, 72, 72, .88);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0
}

.newDesign .howItWorksSecWrap .imgCaptionWrap p a {
    font-weight: 700;
    color: #29b57a;
    text-decoration: underline
}

.newDesign .howItWorksSecWrap .headlineWrap {
    margin-bottom: 40px
}

.newDesign .howItWorksSecWrap .headlineWrap .subheadline {
    color: #ff8a00;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px
}

.newDesign .howItWorksSecWrap .headlineWrap .headline {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px
}

.newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 24px;
    margin-bottom: 35px
}

.newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap:last-child {
    margin-bottom: 0
}

.newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap .num {
    width: 66px;
    height: 66px;
    background: #c9ecde;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #278c61;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 0;
    padding-top: 3px
}

.newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap .txt {
    padding-top: 4px
}

.newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap .txt h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 4px
}

.newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap .txt p {
    color: rgba(0, 0, 0, .51);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px
}

.newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap .txt p:last-child {
    margin-bottom: 0
}

.newDesign .howItWorksBottomBanner {
    padding: 30px 0 25px;
    background: #29b57a
}

.newDesign .howItWorksBottomBanner p {
    color: hsla(0, 0%, 100%, .88);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0
}

.newDesign .howItWorksBottomBanner p a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

@media (max-width:991px) {
    .newDesign .howItWorksBottomBanner p {
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .newDesign .howItWorksBottomBanner p {
        font-size: 18px
    }
}

.newDesign .howToGetLoanSection {
    padding: 110px 0 50px
}

.newDesign .howToGetLoanSection .imgWrap {
    width: 100%;
    height: 100%
}

.newDesign .howToGetLoanSection .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.newDesign .howToGetLoanSection .txtWrap h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px
}

.newDesign .howToGetLoanSection .txtWrap p {
    color: rgba(0, 0, 0, .41);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px
}

.newDesign .howToGetLoanSection .txtWrap p:last-child {
    margin-bottom: 0
}

.newDesign .howToGetLoanSection .txtWrap .btn {
    display: inline-block;
    background: #29b57a;
    min-width: 230px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 19px 16px
}

@media screen and (max-width:991px) {
    .newDesign .howToGetLoanSection .imgWrap {
        height: auto
    }

    .newDesign .howItWorksSecWrap .txtWrap {
        margin-top: 40px
    }

    .newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap {
        grid-template-columns: 1fr;
        text-align: left
    }

    .newDesign .howItWorksSecWrap .allNumStepWrap .numStepWrap:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .newDesign .howItWorksSecWrap .headlineWrap .headline {
        font-size: 28px;
        line-height: 1.5
    }

    .newDesign .howToGetLoanSection {
        padding-top: 50px
    }

    .newDesign .compAddressSection .addressWrap {
        margin-top: 0
    }

    .newDesign .howToGetLoanSection .txtWrap h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 48px
    }

    .newDesign .howToGetLoanSection .txtWrap .btn {
        font-size: 16px
    }
}

.newDesign .loanServiceSection {
    padding: 70px 0;
    position: relative
}

.newDesign .loanServiceSection.stateLinksOnly {
    padding: 70px 0 50px
}

.newDesign .loanServiceSection .bg {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 1140px
}

.newDesign .loanServiceSection .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newDesign .loanServiceSection .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .68
}

.newDesign .loanServiceSection:not(.stateLinksOnly) .container:not(.bg) {
    max-width: 715px
}

.newDesign .loanServiceSection .headlineTeaser {
    text-align: center
}

.newDesign .loanServiceSection .headlineTeaser .headline {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 21px
}

.newDesign .loanServiceSection .headlineTeaser p {
    color: hsla(0, 0%, 100%, .94);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px
}

.newDesign .loanServiceSection .findServicesContainer {
    background: unset;
    box-shadow: unset;
    margin-top: 30px
}

.newDesign .loanServiceSection .findServicesContainer .innerContent {
    padding: 0
}

.newDesign .loanServiceSection .findServicesContainer .innerContent .selectBoxWrap .customSelectBox .selectedText {
    border-radius: 4px;
    border: 1px solid #dde1e0;
    background: #fff
}

.newDesign .loanServiceSection .findServicesContainer .innerContent .selectBoxOuterWrap .btnWrap .findLocationBtn {
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: none
}

.newDesign .loanServiceSection.stateLinksOnly .findServicesContainer {
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 4px 42px 0 rgba(0, 0, 0, .12);
    margin-top: 0;
    padding: 35px 55px
}

.newDesign .loanServiceSection.stateLinksOnly .findServicesContainer .innerContent {
    width: 100%;
    padding: 0;
    margin: 0
}

.newDesign .loanServiceSection.stateLinksOnly .findServicesContainer .innerContent .info {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 40px;
    text-align: left;
    border: none;
    padding: 0
}

.newDesign .loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap .link {
    color: #29b57a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.newDesign .loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap {
    grid-gap: 25px 20px
}

@media screen and (max-width:991px) {
    .newDesign .loanServiceSection.stateLinksOnly .findServicesContainer .linkWrap .singleitem {
        text-align: left
    }

    .newDesign .loanServiceSection.stateLinksOnly .findServicesContainer {
        padding: 40px 20px 20px
    }
}

@media screen and (max-width:767px) {
    .newDesign .loanServiceSection {
        padding: 50px 0
    }

    .newDesign .loanServiceSection .headlineTeaser .headline {
        font-size: 28px;
        line-height: 1.3
    }
}

.newDesign .compAddressSection .headlineTeaser {
    margin-bottom: 40px;
    text-align: left
}

.newDesign .compAddressSection .headlineTeaser .headline {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 48px
}

.newDesign .compAddressSection .addressWrap {
    overflow: hidden;
    margin-top: 0;
    padding: 26px 0;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid #29b57a;
    background: #fff;
    box-shadow: 0 -1px 17px 0 rgba(0, 0, 0, .25)
}

.newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap {
    padding-left: 40px;
    padding-right: 20px;
    border: unset;
    border-bottom: 1px solid hsla(0, 0%, 91%, .72)
}

.newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap .headline {
    color: #29b57a;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
    padding: 0
}

.newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 0
}

.newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList .cmpAddress.active,
.newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList .cmpAddress:hover,
.newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap:hover {
    background: hsla(0, 0%, 75.3%, .1)
}

.newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap .compAddrsList .cmpAddress {
    padding: 0
}

@media (max-width:991px) {
    .newDesign .compAddressSection .addressWrap .addressListingWrap {
        height: 500px
    }

    .newDesign .compAddressSection .addressWrap .gMapWrap {
        height: 300px
    }
}

@media (max-width:767px) {
    .newDesign .compAddressSection .headlineTeaser .headline {
        font-size: 28px;
        line-height: 1.3
    }

    .newDesign .compAddressSection .addressWrap .addressListingWrap .companyWrap {
        padding-left: 20px
    }

    .newDesign .compAddressSection .addressWrap .addressListingWrap {
        height: 300px
    }
}

.newDesign .nearbySection .shadowBox {
    border-radius: 11px;
    box-shadow: 0 4px 42px 0 rgba(0, 0, 0, .12);
    padding: 22px 30px 30px
}

.newDesign .nearbySection .headlineTeaser {
    text-align: left;
    background: unset;
    padding: 0
}

.newDesign .nearbySection .headlineTeaser .headline {
    text-align: left;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px
}

.newDesign .nearbySection .nearByCitiesListing {
    text-align: left;
    gap: 25px;
    padding-top: 40px;
    padding-left: 20px
}

.newDesign .nearbySection .nearByCitiesListing .neabyCityItem {
    margin: 0;
    padding: 0
}

.newDesign .nearbySection .nearByCitiesListing .neabyCityItem a {
    color: #29b57a;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.newDesign .nearbySection {
    background: unset;
    padding: 50px 0;
    text-align: left
}

.newDesign .nearbySection .nearByCitiesListing .itemRow {
    background: unset;
    margin-bottom: 25px;
    padding: 0;
    text-align: left
}

.newDesign .nearbySection .nearByCitiesListing .itemRow .neabyCityItem:nth-child(odd) {
    background: unset
}

.newDesign .nearbySection .nearByCitiesListing .itemRow .neabyCityItem:first-child:after {
    display: none !important
}

@media (max-width:991px) {
    .newDesign .nearbySection .nearByCitiesListing .itemRow {
        gap: 25px
    }
}

@media (max-width:767px) {
    .newDesign .nearbySection .headlineTeaser .headline {
        font-size: 20px;
        line-height: 1.3
    }

    .newDesign .nearbySection .nearByCitiesListing {
        padding-top: 30px;
        padding-left: 0
    }

    .newDesign .nearbySection .nearByCitiesListing .itemRow {
        gap: 20px;
        margin-bottom: 20px
    }
}

.newDesign footer .col5Wrap {
    justify-content: space-between
}

.newDesign footer .footerNavWrap:after {
    right: -30px
}

.newDesign .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .dIcon:before {
    line-height: .5;
    right: 10px
}

.newDesign .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .appFieldSelect {
    padding-right: 25px
}

.newDesign .statsSectionWrap.v2 .container .row {
    align-items: center
}

.newDesign .statsSectionWrap.v2 .headlineWrap h1 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px
}

.newDesign .statsSectionWrap.v2 .headlineWrap .btnWrap .btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 20px 10px;
    background: #29b57a;
    display: inline-block;
    width: 100%;
    max-width: 230px;
    border-radius: 0
}

.newDesign .statsSectionWrap.v2 .imgWrap {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 500px
}

.newDesign .statsSectionWrap.v2 .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newDesign .statsSectionWrap.v2 .statsWrap .sWrap {
    margin-bottom: 30px
}

.newDesign .statsSectionWrap.v2 .statsWrap .sWrap h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 12px
}

.newDesign .statsSectionWrap.v2 .statsWrap .sWrap p {
    color: rgba(0, 0, 0, .51);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0
}

.newDesign .statsSectionWrap.v2 .statsWrap .sWrap:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .newDesign .statsSectionWrap.v2 {
        text-align: center
    }

    .newDesign .statsSectionWrap.v2 .headlineWrap {
        margin-bottom: 50px
    }

    .newDesign .statsSectionWrap.v2 .imgWrap {
        max-width: 500px;
        max-height: 400px;
        margin: 0 auto 50px
    }
}

@media (max-width:767px) {
    .newDesign .statsSectionWrap.v2 .headlineWrap h1 {
        font-size: 28px
    }

    .newDesign .statsSectionWrap.v2 .headlineWrap .btnWrap .btn {
        font-size: 16px
    }

    .newDesign .statsSectionWrap.v2 .statsWrap .sWrap h3 {
        font-size: 28px
    }
}

.newDesign .odGraphSection.faqSecWrap {
    padding: 0;
    background: unset
}

.newDesign .odGraphSection.faqSecWrap .faqAccordionWrap {
    padding: 0
}

.newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion {
    border-radius: 11px;
    border: 1px solid #29b57a;
    background: #fff;
    box-shadow: 0 -1px 17px 0 rgba(0, 0, 0, .25)
}

.newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader {
    padding: 16px 25px
}

.newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .faqQus {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px
}

.newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .accordSign {
    background: transparent;
    color: #000;
    font-size: 24px
}

.newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .accordSign:before {
    content: "\F077"
}

.newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader.collapsed .accordSign:before {
    content: "\F078"
}

@media (max-width:767px) {
    .newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .faqQus {
        font-size: 20px;
        line-height: 1.3
    }

    .newDesign .odGraphSection.faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .accordSign {
        font-size: 20px
    }
}

.newDesign .didYouKnowSection {
    background: unset
}

.newDesign .didYouKnowSection .sliderWrap {
    margin-top: 0
}

.newDesign .didYouKnowSection .headlineTeaser {
    margin-top: 48px
}

.newDesign .didYouKnowSection .headlineTeaser .headline {
    color: #ff8a00;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px
}

.newDesign .didYouKnowSection .sliderContent .carousel-item p {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px
}

.newDesign .didYouKnowSection .imgWrap {
    max-width: 100%;
    height: 100%
}

.newDesign .didYouKnowSection .imgWrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.newDesign .didYouKnowSection .sliderContent .carousel-indicators li {
    background: hsla(0, 0%, 59.6%, .41);
    opacity: 1
}

.newDesign .didYouKnowSection .sliderContent .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background: #29b57a
}

.newDesign .didYouKnowSection .sliderContent .carousel-indicators {
    bottom: -40px;
    align-items: center
}

@media (max-width:767px) {
    .newDesign .didYouKnowSection .sliderContent {
        margin-bottom: 70px
    }

    .newDesign .didYouKnowSection .headlineTeaser {
        margin-top: 0
    }

    .newDesign .didYouKnowSection .sliderContent .carousel-item p {
        font-size: 28px;
        line-height: 1.3
    }
}

.newDesign .applyBannerSection {
    position: relative;
    margin: 70px 0
}

.newDesign .applyBannerSection .bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1140px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    border-radius: 12px
}

.newDesign .applyBannerSection .bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(41, 181, 122, .74), rgba(1, 92, 53, .74))
}

.newDesign .applyBannerSection .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newDesign .applyBannerSection .innerContainer {
    padding: 60px 0 40px;
    max-width: 715px;
    margin: 0 auto;
    text-align: center
}

.newDesign .applyBannerSection .headline {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 21px
}

.newDesign .applyBannerSection p {
    color: hsla(0, 0%, 100%, .94);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 33px
}

.newDesign .applyBannerSection p:last-child {
    margin-bottom: 0
}

.newDesign .applyBannerSection .btn {
    display: inline-block;
    color: #29b57a;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    padding: 18px 16px;
    width: 100%;
    max-width: 230px;
    border-radius: 0
}

@media (max-width:767px) {
    .newDesign .applyBannerSection {
        margin: 50px 0
    }

    .newDesign .applyBannerSection .innerContainer {
        padding-top: 40px
    }

    .newDesign .applyBannerSection .headline {
        font-size: 28px;
        line-height: 1.3
    }

    .newDesign .applyBannerSection .headline br {
        display: none
    }

    .newDesign .applyBannerSection .btn {
        font-size: 16px
    }
}