/*variables*/
:root {
    --brown: #A97448;
    --darkBrown: #A26A3C;
    --lightBlack: #666666;
    --black: #1E1E1E;
    --greyBg: #F8F8F8;
    --transition: all .3s ease-in-out;
}

/*container*/
main#main {
    padding: 0 !important;
}

main#main .fusion-row {
    max-width: 100% !important;
    margin: 0 !important;
}

main#main .fusion-column-wrapper,
main#main .fusion-layout-column {
    margin: 0 !important;
}

/*common*/
* {
    letter-spacing: 0 !important;
}

.customContainer {
    padding-inline: 20px;
    max-width: 1460px;
}

main#main .customSectionHeading,
main#main .customSectionHeading h2 {
    margin: 0 !important;
}

main#main .customButton {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--brown);
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    text-align: center;
    margin-inline: auto;
    padding: 5px 38px;
    transition: var(--transition);
    border: 1px solid var(--brown);
}

main#main .customButton:hover {
    background-color: #ffffff;
    color: var(--brown);
}

main#main .customButton.customButtonWhite {
    background-color: #fff;
    color: var(--brown);
    border-color: #fff;
}

main#main .customButton.customButtonWhite span {
    color: var(--brown);
}

main#main .customButton.customButtonWhite:hover {
    background-color: transparent;
    color: #fff;
}

main#main .customButton.customButtonWhite:hover span {
    color: #fff;
}

main#main .customButton:hover .fusion-button-text {
    color: var(--brown);
}

/*header*/
.fusion-tb-header .fusion-fullwidth {
    padding: 20px;
}

.fusion-tb-header button.awb-menu__m-toggle {
    padding: 0;
}

/*footer*/
.fusion-tb-footer .fusion-fullwidth {
    padding-inline: 20px;
}

.fusion-tb-footer .fusion-builder-row {
    margin: 0 !important;
}

.fusion-tb-footer .fusion-builder-row .fusion-column-wrapper,
.fusion-tb-footer .fusion-builder-row .fusion-image-element {
    margin-left: 0;
}

/*common banner*/
.customBannerContent {
    min-height: 490px;
}

.customBannerContent::before {
    content: "";
    background-image: url("https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/Ellipse-1.png");
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    inset: 0px;
}

.customBannerContent .fusion-column-wrapper {
    position: relative;
    z-index: 2;
}

.customBannerContent .customBannerDesc {
    max-width: 560px;
    margin-inline: auto;
}

/*investor page banner*/
#investorBanner::before {
    content: "";
    background-image: url("https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-10-1.png");
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
}

/*become investor page banner*/
#BecomeInvestorBanner .customBannerDesc {
    max-width: 605px;
}

#BecomeInvestorBanner .customBannerContent::before {
    display: none;
}

/*overview*/
.overviewLeftBox {
    justify-content: center;
}

.overviewLeftBox::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-4-2-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 188px;
    height: 184px;
    z-index: 0;
    pointer-events: none;
}

.overviewLeftBox .fusion-column-wrapper {
    max-width: 590px;
}

.overviewLeftBox .customSectionDesc {
    line-height: 28px;
}

.overviewLeftBox .customSectionDesc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.overviewLeftBox .customSectionDesc ul li {
    display: flex;
    align-items: flex-start;
}

.overviewLeftBox .customSectionDesc ul li::before {
    content: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2130_738)"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00012207 9.78815C0.00012207 7.4012 0.948334 5.11201 2.63616 3.42419C4.32399 1.73636 6.61317 0.788147 9.00012 0.788147C11.3871 0.788147 13.6763 1.73636 15.3641 3.42419C17.0519 5.11201 18.0001 7.4012 18.0001 9.78815C18.0001 12.1751 17.0519 14.4643 15.3641 16.1521C13.6763 17.8399 11.3871 18.7881 9.00012 18.7881C6.61317 18.7881 4.32399 17.8399 2.63616 16.1521C0.948334 14.4643 0.00012207 12.1751 0.00012207 9.78815ZM8.48652 13.6401L13.6681 7.16255L12.7321 6.41375L8.31372 11.9349L5.18412 9.32735L4.41612 10.2489L8.48652 13.6401Z" fill="%23A97448"/></g><defs><clipPath id="clip0_2130_738"><rect width="18" height="18" fill="white" transform="translate(0.00012207 0.788147)"/></clipPath></defs></svg>');
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 4.5px;
}

.overviewLeftBox .customSectionDesc ul li+li {
    margin-top: 10px;
}

.overviewRightBox {
    background: #a97448;
    justify-content: center;
}

.overviewRightBox .fusion-column-wrapper {
    max-width: 620px;
}

.overviewRightBox .overviewQuotePerson {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.overviewRightBox .overviewQuotePerson .person-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.overviewRightBox .person-author-wrapper {
    text-align: left;
}

.overviewRightBox .person-author-wrapper .person-name {
    color: #fff;
    font-size: 18px !important;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    font-family: 'Inter';
}

.overviewRightBox .person-author-wrapper .person-title {
    font-size: 12px !important;
    color: #fff;
    letter-spacing: 2px !important;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-block: 12px 0;
    font-family: 'Inter';
}

.overviewRightBox .fusion-person .person-desc,
.overviewRightBox .fusion-person-center .person-content {
    margin: 0;
}

.investorOverview .fusion-builder-row .fusion-layout-column+.fusion-layout-column {
    align-items: center;
}

.investorOverview .fusion-builder-row .fusion-layout-column {
    min-height: 560px;
}

/*common invest*/
.investorInvest .investHeadingPart {
    padding-bottom: 70px;
}

.investorInvest .fusion-column-wrapper img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.investorInvest .investBoxHeading h4 {
    margin: 0;
    line-height: 30px;
}

.investorInvest .fusion-layout-column {
    padding-inline: 50px;
}

.investorInvest .fusion-layout-column:first-child {
    padding-inline: 0 !important;
}

main#main .investorInvest .fusion-builder-row {
    max-width: 1250px !important;
    margin-inline: auto !important;
}

/*invest*/
#investorInvest::before {
    content: "";
    background-image: url("https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/Ellipse-1-1.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    background-position: center center;
    z-index: 0;
}

/*memorandum*/
.investormemorandun::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-8-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 178px;
    height: 188px;
    position: absolute;
    right: 0px;
    bottom: 14px;
    z-index: 0;
    pointer-events: none;
}

main#main .investormemorandun .fusion-builder-row {
    max-width: 1420px !important;
    display: grid;
    grid-template-columns: 1fr 465px;
    gap: 134px;
}

main#main .investormemorandun .fusion-builder-row .fusion-layout-column {
    width: 100% !important;
}

main#main .investormemorandun iframe {
    height: 275px;
    width: 100%;
    min-height: max-content;
}

/*current deals*/
.investorCurrentDeals .deal-box-main {
    margin-block: 70px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.investorCurrentDeals .deal-card {
    box-shadow: 0px 4px 24px 0px #0000000D;
    background-color: #fff;
    padding: 20px 30px 20px 20px;
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 30px;
    text-align: left;
}

.investorCurrentDeals .deal-image img {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.investorCurrentDeals .deal-title {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 600;
    color: var(--black);
    font-family: var(--body_typography-font-family);
    margin: 0;
    letter-spacing: 0;
}

.investorCurrentDeals .deal-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    margin-block: 15px 0;
}

.investorCurrentDeals .deal-points p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: var(--lightBlack);
    font-weight: 400;
}

.investorCurrentDeals .deal-points p strong {
    color: var(--black);
    font-weight: 600;
}

.investorCurrentDeals .deal-points p:last-child {
    grid-column: span 2;
}

.investorCurrentDeals .deal-learn-more {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 22px 0 0;
    display: inline-block;
    transition: var(--transition);
}

.investorCurrentDeals .deal-learn-more:hover {
    color: var(--black);
}

.investorCurrentDeals .customButton {
    margin-block: 80px 0;
}

main#main .investorCurrentDeals .fusion-builder-row {
    max-width: 1420px !important;
}

/*common sign in*/
.commonSignIn::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-9-3.png);
    position: absolute;
    height: 145px;
    width: 145px;
    background-size: 145px;
    left: 0;
    bottom: 26px;
    pointer-events: none;
    z-index: 99;
}

.commonSignIn::after {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-4-3.png);
    position: absolute;
    height: 153px;
    width: 153px;
    background-size: 153px;
    right: 0;
    top: 26px;
    pointer-events: none;
    filter: contrast(.5);
    z-index: 99;
}

.commonSignIn .fusion-layout-column {
    min-height: 100%;
}

.commonSignIn .fusion-layout-column .fusion-column-wrapper {
    justify-content: center;
}

/*current deals page banner*/
#currentDealsBanner {
    background-position: left bottom;
}

/*current deal page deal*/
main#main .currentDealPageDealSection .fusion-builder-row {
    max-width: 1420px !important;
}

.currentDealPageDealSection .deal-box-main {
    margin-block: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    display: grid;
}

.currentDealPageDealSection .deal-card {
    background-color: var(--greyBg);
    box-shadow: none;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
    text-align: left;
    display: grid;
}

.currentDealPageDealSection .deal-image img {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
    aspect-ratio: 1.49 / 1;
}

.currentDealPageDealSection .deal-content {
    padding: 30px 30px 40px;
}

.currentDealPageDealSection .deal-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px !important;
    line-height: 30px !important;
    color: var(--black);
    font-family: var(--body_typography-font-family);
    margin: 0;
    letter-spacing: 0;
}

.currentDealPageDealSection .deal-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    margin-block: 15px 0;
}

.currentDealPageDealSection .deal-points p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: var(--lightBlack);
    font-weight: 400;
}

.currentDealPageDealSection .deal-points p:last-child {
    grid-column: span 2;
}

.currentDealPageDealSection .deal-points p strong {
    color: var(--black);
    font-weight: 600;
}

.currentDealPageDealSection .deal-learn-more {
    font-size: 13px;
    background-color: var(--brown);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    color: #fff;
    border: 1px solid var(--brown);
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 22px 0 0;
    transition: var(--transition);
}

.currentDealPageDealSection .deal-learn-more:hover {
    background-color: #fff;
    color: var(--brown);
}

.currentDealPageDealSection .deal-content .apply-now-p {
    margin: 12px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.currentDealPageDealSection .deal-content .apply-now-p a {
    transition: var(--transition);
    margin-left: 5px;
}

.currentDealPageDealSection .deal-content .apply-now-p a:hover {
    color: var(--black);
}

/*become investor page banner*/
#becomeInvestorBanner .customBannerDesc {
    max-width: 605px;
}

/*become investor page invest*/
#becomeInvestorInvest .becomeInvestorSubheading {
    margin-top: 10px;
}

main#main #becomeInvestorInvest .fusion-builder-row {
    max-width: 1338px !important;
}

main#main #becomeInvestorInvest .fusion-layout-column {
    padding-inline: 38px;
}

main#main #becomeInvestorInvest .benefit-title {
    max-width: 275px;
    margin-inline: auto;
}

#becomeInvestorInvest::before {
    content: "";
    background-image: url(https://vadoprivate.com.au/staging/wp-content/uploads/2025/06/image-8-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 178px;
    height: 188px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

/*register*/
.becomeInvestorRegister .fusion-layout-column {
    min-height: 100% !important;
}

.becomeInvestorRegister .registerLeft .fusion-image-element,
.becomeInvestorRegister .registerLeft .fusion-image-element .property-image,
.becomeInvestorRegister .registerLeft .fusion-image-element img {
    min-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.becomeInvestorRegister iframe {
    height: 970px;
    margin-top: 35px;
}

.registerRight .fusion-column-wrapper .fusion-title,
.registerRight .fusion-column-wrapper .fusion-text,
.becomeInvestorRegister iframe {
    max-width: 550px;
}

/*responsive css start here*/
@media(max-width:1599px) {

    /*overview*/
    .overviewLeftBox::before {
        width: 138px;
        height: 134px;
    }

    /*memorandum*/
    .investormemorandun::before {
        width: 138px;
        height: 148px;
    }

    /*common sign in*/
    .commonSignIn::before,
    .commonSignIn::after {
        height: 110px;
        width: 110px;
        background-size: 110px;
    }

    /*become investor page banner*/
    #becomeInvestorInvest::before {
        width: 118px;
        height: 128px;
    }
}


@media(max-width:1399px) {

    /*overview*/
    .overviewRightBox .fusion-column-wrapper {
        max-width: 590px;
    }

    .overviewRightBox .overviewQuote {
        font-size: 22px;
        line-height: 34px;
    }

    .investorOverview .fusion-builder-row .fusion-layout-column {
        min-height: 515px;
    }

    /*memorandum*/
    main#main .investormemorandun .fusion-builder-row {
        gap: 80px;
    }

    /*current deals*/
    .investorCurrentDeals .deal-box-main {
        gap: 30px;
        margin-block: 65px 0;
    }

    .investorCurrentDeals .customButton {
        margin-block: 65px 0;
    }

    .investorCurrentDeals .deal-title {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    /*common sign in*/
    .commonSignIn::before,
    .commonSignIn::after {
        height: 100px;
        width: 100px;
        background-size: 100px;
    }

    .commonSignIn::after {
        top: 0;
    }

    /*current deals page banner*/
    #currentDealsBanner .customBannerContent::before {
        background-size: cover;
    }

    /*current deal page deal*/
    .currentDealPageDealSection .deal-box-main {
        gap: 30px;
    }

    /*register*/
    .registerRight .fusion-column-wrapper {
        padding-left: 60px !important;
    }
}

@media(max-width:1199px) {

    /*overview*/
    .overviewLeftBox::before {
        width: 118px;
        height: 114px;
        right: 10px;
        bottom: 20px;
    }

    .overviewRightBox .overviewQuote {
        font-size: 20px;
        line-height: 32px;
    }

    .investorOverview .fusion-builder-row .fusion-layout-column {
        min-height: 100%;
    }

    /*common invest*/
    .investorInvest .fusion-layout-column {
        padding-inline: 30px;
    }

    /*memorandum*/
    .investormemorandun::before {
        width: 100px;
        height: 100px;
        bottom: 5px;
    }

    main#main .investormemorandun .fusion-builder-row {
        gap: 60px;
        grid-template-columns: 1fr 355px;
    }

    /*current deals*/
    .investorCurrentDeals .deal-box-main {
        grid-template-columns: 1fr;
    }

    .investorCurrentDeals .deal-box-main {
        margin-block: 50px 0;
    }

    .investorCurrentDeals .customButton {
        margin-block: 60px 0;
    }

    /*current deals page banner*/
    #currentDealsBanner .customBannerContent::before {
        background: #0000007a;
    }

    #currentDealsBanner .customSectionHeading h2,
    #currentDealsBanner .fusion-text p {
        text-shadow: 0 2px 4px rgb(0 0 0);
    }

    /*current deal page deal*/
    .currentDealPageDealSection .deal-box-main {
        grid-template-columns: 1fr 1fr;
    }

    /*become investor page invest*/
    main#main #becomeInvestorInvest .fusion-layout-column {
        padding-inline: 30px;
    }

    #becomeInvestorInvest::before {
        width: 98px;
        height: 98px;
    }

    /*register*/
    .registerRight .fusion-column-wrapper .fusion-title,
    .registerRight .fusion-column-wrapper .fusion-text,
    .becomeInvestorRegister iframe {
        max-width: 415px;
    }

    .becomeInvestorRegister iframe {
        height: 910px;
        margin-top: 30px;
    }
}

@media(max-width:1000px) {

    /*common banner*/
    .customBannerContent {
        min-height: 425px;
    }

    /*overview*/
    .overviewLeftBox .fusion-column-wrapper,
    .overviewRightBox .fusion-column-wrapper {
        max-width: 100%;
    }

    .investorOverview .fusion-builder-row .fusion-layout-column {
        min-height: auto;
    }

    .overviewLeftBox .customSectionDesc {
        line-height: 25px;
        max-width: calc(100% - 120px);
    }

    /*common invest*/
    .investorInvest .fusion-layout-column .fusion-text {
        max-width: 360px;
        margin-inline: auto;
    }

    .investorInvest .investHeadingPart {
        padding-bottom: 55px;
    }

    main#main .investorInvest .fusion-layout-column+.fusion-layout-column {
        margin-bottom: 60px !important;
        max-width: 50%;
    }

    main#main .investorInvest .fusion-layout-column:last-child {
        margin-bottom: 0 !important;
    }

    /*invest*/
    #investorInvest {
        background-size: contain;
        background-repeat: repeat;
    }

    #investorInvest::before {
        display: none;
    }

    /*memorandum*/
    .memorandumRight .fusion-text {
        max-width: 375px;
    }

    main#main .investormemorandun .fusion-builder-row {
        gap: 35px;
        display: flex;
        flex-direction: column-reverse;
    }

    /*common sign in*/
    .commonSignIn .fusion-layout-column {
        min-height: auto;
    }

    .commonSignIn .customButton.customButtonWhite {
        margin-top: 18px;
    }

    /*current deal page deal*/
    .currentDealPageDealSection .deal-points {
        grid-template-columns: 1fr;
        margin-block: 12px 0;
    }

    .currentDealPageDealSection .deal-points p:last-child {
        grid-column: unset;
    }

    .currentDealPageDealSection .deal-content {
        padding: 20px 20px 30px;
    }

    .currentDealPageDealSection .deal-content .deal-title {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .currentDealPageDealSection .deal-points p {
        font-size: 15px;
        line-height: 28px;
    }

    .currentDealPageDealSection .deal-learn-more {
        margin: 18px 0 0;
    }

    /*register*/
    .becomeInvestorRegister .fusion-layout-column {
        min-height: auto !important;
    }

    .registerLeft .fusion-image-element img {
        aspect-ratio: 1.49 / 1;
    }

    .registerRight .fusion-column-wrapper .fusion-title,
    .registerRight .fusion-column-wrapper .fusion-text,
    .becomeInvestorRegister iframe {
        margin-inline: auto;
        max-width: 550px;
    }

    .becomeInvestorRegister iframe {
        height: 970px;
    }

    .registerRight .fusion-column-wrapper {
        padding-left: 20px !important;
    }

    main#main .registerRight .fusion-column-wrapper .customSectionHeading {
        min-width: 550px !important;
        margin-inline: auto !important;
    }
}

@media(max-width:640px) {

    /*common*/
    main#main .customButton {
        font-size: 14px;
        padding: 5px 20px;
        min-height: 40px;
    }

    /*common banner*/
    .customBannerContent {
        min-height: 375px;
    }

    .customBannerContent .customBannerDesc {
        font-size: 16px;
    }

    .customBannerContent .customSectionHeading h2,
    .customBannerContent .customBannerDesc p {
        text-align: left !important;
    }

    .customBannerContent .customButton {
        margin-left: 0 !important;
    }

    .customBannerContent .customBannerDesc {
        max-width: 100%;
        margin-left: 0;
    }

    /*investor page banner*/
    #investorBanner::before {
        display: none;
    }

    #investorBanner .customButton {
        padding: 5px 10px !important;
    }

    /*overview*/
    .overviewLeftBox::before {
        display: none;
    }

    .overviewLeftBox .customSectionDesc {
        max-width: 100%;
    }

    .overviewRightBox .overviewQuote {
        font-size: 17px;
        line-height: 28px;
    }

    .overviewRightBox .overviewQuotePerson .person-img {
        width: 65px;
        height: 65px;
    }

    .overviewRightBox .overviewQuotePerson {
        margin-top: 5px;
    }

    .overviewLeftBox .customSectionDesc ul li::before {
        top: 3px;
    }

    .overviewRightBox .person-author-wrapper .person-name {
        font-size: 16px !important;
    }

    .overviewRightBox .person-author-wrapper .person-title {
        font-size: 10px !important;
        letter-spacing: 1px !important;
        margin-block: 10px 0;
    }

    /*common invest*/
    .investorInvest .fusion-column-wrapper img {
        height: 80px;
        width: 80px;
    }

    .investorInvest .investBoxHeading h4 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .investorInvest .investHeadingPart {
        padding-bottom: 42px;
    }

    main#main .investorInvest .fusion-layout-column+.fusion-layout-column {
        margin-bottom: 30px !important;
        max-width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #4c4c4c;
        padding-inline: 0;
    }

    main#main .investorInvest .fusion-layout-column:last-child {
        margin-bottom: 0px !important;
        max-width: 100%;
        padding-bottom: 0px;
        border-bottom: 0px solid #4c4c4c;
    }

    /*memorandum*/
    .memorandumRight .fusion-text {
        margin-top: 10px;
    }

    /*current deals*/
    .investorCurrentDeals .deal-box-main {
        margin-block: 38px 0;
        gap: 22px;
    }

    .investorCurrentDeals .customButton {
        margin-block: 42px 0;
    }

    .investorCurrentDeals .deal-card {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 20px;
    }

    .investorCurrentDeals .deal-points p {
        font-size: 15px;
        line-height: 28px;
    }

    .investorCurrentDeals .deal-content {
        padding: 0 20px 20px;
    }

    .investorCurrentDeals .deal-learn-more {
        margin: 15px 0 0;
    }

    .investorCurrentDeals .deal-image img {
        aspect-ratio: 1.49 / 1;
    }

    /*common sign in*/
    .commonSignIn::before,
    .commonSignIn::after {
        display: none;
    }

    /*current deal page deal*/
    .currentDealPageDealSection .deal-box-main {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .currentDealPageDealSection .deal-content .deal-title {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .currentDealPageDealSection .deal-content .apply-now-p {
        margin: 10px 0 0;
        font-size: 13px;
    }

    /*become investor page banner*/
    #becomeInvestorBanner .customBannerDesc {
        max-width: 100%;
    }

    /*become investor page invest*/
    #becomeInvestorInvest .becomeInvestorSubheading {
        margin-top: 8px;
    }

    main#main #becomeInvestorInvest .fusion-layout-column {
        padding-inline: 0;
        border-color: #e1e1e1;
    }

    #becomeInvestorInvest::before {
        display: none;
    }

    /*register*/
    .registerRight .fusion-column-wrapper .fusion-title,
    .registerRight .fusion-column-wrapper .fusion-text,
    .becomeInvestorRegister iframe {
        max-width: 415px;
    }

    main#main .registerRight .fusion-column-wrapper .customSectionHeading {
        min-width: 415px !important;
    }

    .becomeInvestorRegister iframe {
        height: 925px;
    }
}

@media(max-width:520px) {

    /*memorandum*/
    .investormemorandun::before {
        display: none;
    }

    main#main .investormemorandun .fusion-builder-row {
        gap: 30px;
    }

    main#main .investormemorandun iframe {
        height: 460px;
    }

}