.mre--page form {
    margin: 0;
}
/* nav line css */
.mre--loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(/images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.input--loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.nav--line {
    padding: 8px 15px;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .nav--line a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: poppinssemibold, sans-serif;
        font-size: 16px;
    }

        .nav--line a i {
            display: flex;
        }

        .nav--line a:hover i img {
            filter: brightness(0.2) invert(0);
        }

    .nav--line .rent--estimate--link {
        display: none;
    }

.owner-body .nav--line .rent--estimate--link {
    display: inline-flex;
}

.cmn--hdr {
    display: block;
    text-align: center;
    margin-bottom: 34px
}


    .cmn--hdr p {
        margin-top: 12px;
    }

.mre--overview--section {
    padding: 80px 0;
    background: #fff;
}

    .mre--overview--section .cmn--hdr {
        margin-bottom: 70px;
    }

        .mre--overview--section .cmn--hdr .title {
            font-size: 40px;
            line-height: 50px;
        }

.overview--wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.overview--card {
    width: 100%;
    flex: 1;
    border-radius: 16px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #F6F8FB;
}

    .overview--card .top--heading {
        text-align: center;
        background: #eaebec;
        padding: 12px 4px;
    }

    .overview--card .top--heading--ttl {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #303e48;
        font-family: poppinssemibold, sans-serif;
    }

        .overview--card .top--heading--ttl .icon {
            display: inline-block;
            margin: 0 0 0 4px;
            position: relative;
            top: 2px;
        }

            .overview--card .top--heading--ttl .icon img {
                display: flex;
            }

.overview--mid {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    padding: 44px 26px;
}

.card--top {
    text-align: center;
}

    .card--top .title {
        font-size: 20px;
        line-height: 30px;
        color: #303e48;
        font-family: poppinssemibold, sans-serif;
        margin-bottom: 10px;
    }

    .card--top .badge {
        display: inline-block;
        text-align: center;
        padding: 6px 10px;
        border: 1px solid #fff;
    }

        .card--top .badge .icon {
            margin-right: 8px;
        }

            .card--top .badge .icon img {
                float: left;
            }

.action--row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 16px;
    padding: 0 18px;
}

    .action--row .btn {
        flex: 1;
        line-height: 38px;
    }

    .action--row .cmn--btn--ylw {
        background: #fc8b06;
        border: 1px solid #fc8b06;
        box-shadow: 0 4px 18px 0 rgba(252, 139, 6, 0.5);
        color: #fff;
    }

        .action--row .cmn--btn--ylw:hover {
            background: #ffb500;
            border-color: #ffb500;
            color: #fff;
        }

.sample--link {
    color: #303e48;
    font-size: 16px;
    font-family: poppinssemibold, sans-serif;
    line-height: 24px;
    text-decoration: underline !important;
    display: inline-block;
    text-align: center;
}

    .sample--link:hover {
        color: #fc8b06;
    }

.cont {
    padding: 0 18px;
}

    .cont .title {
        color: #303e48;
        font-size: 16px;
        font-family: poppinssemibold, sans-serif;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .cont .bullets {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }

        .cont .bullets li {
            position: relative;
            padding: 0 0 0 28px;
            font-size: 14px;
            line-height: 20px;
        }

            .cont .bullets li .bold-text {
                font-size: 14px;
                line-height: 20px;
            }

            .cont .bullets li .link {
                font-size: 14px;
                line-height: 20px;
                color: #009ddb;
                text-decoration: underline;
                font-weight: 600;
            }

                .cont .bullets li .link :hover {
                    text-decoration: none;
                }



            .cont .bullets li .icon {
                position: absolute;
                top: 2px;
                left: 0;
                font-size: 16px;
                color: #529d3f;
            }

            .cont .bullets li.has--cross .icon {
                color: #b7312c;
            }

.pro-overview--card {
    border: 4px solid #FC8B06;
}

    .pro-overview--card .top--heading {
        background: #FC8B06;
    }

        .pro-overview--card .top--heading .top--heading--ttl {
            color: #fff;
        }

    .pro-overview--card .card--top .badge .icon {
        position: relative;
        top: 2px;
    }


.info--section {
    width: 100%;
    padding: 110px 0;
}

.info--inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.info--inn--lt {
    width: 50%;
}

    .info--inn--lt .cmn--hdr {
        text-align: left;
        margin: 0;
    }

        .info--inn--lt .cmn--hdr .title {
            font-family: poppinsbold, sans-serif;
        }

        .info--inn--lt .cmn--hdr .desc {
            font-size: 24px;
            line-height: 36px;
            margin: 4px 0 0;
        }

.guide--link {
    display: inline-flex;
    text-decoration: underline !important;
    font-weight: 600;
    margin-top: 10px;
    color: #00A1DF;
    font-size: 16px;
    font-family: poppinssemibold, sans-serif;
}

    .guide--link:hover {
        text-decoration: none !important;
    }


.info--inn--rt {
    width: 530px;
}

.info--video--card {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding-top: 56.60%;
}

    .info--video--card iframe, .mrr--video--thumb {
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
    }

.ha--carousel {
    padding: 160px 0;
    background: #fff;
}

    .ha--carousel .cmn--hdr {
        margin-bottom: 50px;
    }


.marquee_text {
    display: block;
    overflow: hidden;
    width: 100%;
}

.js-marquee {
    display: flex;
    gap: 48px;
}

.logo--blk {
    max-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo--blk img {
        max-width: 100%;
        max-height: 100%;
    }

.faq--section {
    padding: 60px 0 0;
}

.faq--accord--grid .accordion-submenu ul {
    margin: 20px 0;
    padding-left: 18px;
}

    .faq--accord--grid .accordion-submenu ul:last-child {
        margin: 0;
    }

    .faq--accord--grid .accordion-submenu ul li {
        list-style: disc;
        display: list-item;
        padding: 0;
        box-shadow: none;
        border: none;
        margin-bottom: 10px;
    }

        .faq--accord--grid .accordion-submenu ul li:last-child {
            margin-bottom: 0;
        }

.faq--accord--grid .accordion-submenu p a {
    font-family: poppinsmedium, sans-serif;
    text-decoration: underline;
}

    .faq--accord--grid .accordion-submenu p a:hover {
        color: #007bab;
        text-decoration: none;
    }

.more--quest {
    padding: 22px 16px 0 16px;
}

.more--quest--text {
    margin: 0;
}

    .more--quest--text a {
        font-family: poppinssemibold, sans-serif;
        text-decoration: underline;
    }

        .more--quest--text a:hover {
            color: #007bab;
            text-decoration: none;
        }

.sample--report--modal .newmodalsmallcontainer {
    max-width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
}

    .sample--report--modal .newmodalsmallcontainer .mbl--mid--cont {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        padding: 0 !important;
    }

.sample--report--blk {
    width: 100%;
    position: relative;
}

    .sample--report--blk picture {
        width: 100%;
        display: block;
        text-align: center;
    }

        .sample--report--blk picture img {
            max-width: 100%;
            image-rendering: auto;
        }

.rent--form--section {
    padding: 36px 0 60px;
    background: #fff;
}

.estimate--graph--inn .cmn--hdr {
    margin-bottom: 24px;
}

    .estimate--graph--inn .cmn--hdr .title {
        font-size: 32px;
        line-height: 48px;
    }

.report--summary--default {
    margin-top: 48px;
}

.estimate--graph--inn .rent-estimate-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0;
}

.rent--estimate--field {
    position: relative;
}

.estimate--graph--inn .rent--estimate--field label {
    display: block;
    margin-bottom: 6px;
}

.estimate--graph--inn .rent--estimate--field .form--field input {
    height: 48px;
    margin: 0;
}

.rent--adrs--field {
    width: calc(100% - 372px);
    flex-shrink: 0;
}

    .rent--adrs--field .input--loading--toggle {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 4px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#rentestimate_highchart {
    display: table;
    margin: auto;
}

.rent--bed--field {
    flex-shrink: 0;
    width: 180px;
}

.btn--field {
    flex-shrink: 0;
    width: 160px;
}

    .btn--field .cmn--btn {
        line-height: 46px;
        width: 100%;
        min-width: inherit;
        margin: 0;
    }

        .btn--field .cmn--btn:hover {
            border: 1px solid #356429;
        }

.report--summary--row {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    align-items: center;
}

.summary--blk {
    width: 810px;
}

.summary--card {
    width: 100%;
    padding: 48px;
    background: #FFFBF2;
    border: 1px solid #FFE9B3;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

    .summary--card .cmn--hdr {
        text-align: left;
        margin-bottom: 0;
    }

        .summary--card .cmn--hdr .desc {
            margin-top: 6px;
        }

.shield--ic {
    filter: invert(1);
    display: inline-block;
}

.market--rent--upgrade {
    padding: 40px 36px 36px;
    background: #FFFDF9;
    border: 1px solid #EAEBEC;
    border-radius: 8px;
    position: relative;
}

    .market--rent--upgrade .upgrade--title {
        font-family: poppinssemibold, sans-serif;
        color: #303E48;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 6px;
    }

    .market--rent--upgrade ul {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

        .market--rent--upgrade ul li {
            padding: 0 0 0 20px;
            position: relative;
            font-size: 14px;
            line-height: 20px;
            color: #303E48;
        }

            .market--rent--upgrade ul li:before {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: #529D3F;
                position: absolute;
                top: 0;
                left: 0;
            }

.summary--blk .action--row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    margin-top: 24px;
}

    .summary--blk .action--row .cmn--btn {
        width: auto;
    }

.market--rent--upgrade .unlock--badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    line-height: 26px;
    background: #FFFFFF;
    border: 1px solid #EAEBEC;
    border-radius: 50px;
    font-size: 12px;
    color: #FC8B06;
    font-family: poppinssemibold, sans-serif;
    gap: 6px;
    min-width: 78px;
}

.summary--video--thumb {
    width: 100%;
    /*height: 400px;*/
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 56.17%;
}

    .summary--video--thumb iframe, .mrr--video--thumb {
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
    }

.report--result--blk {
    border: 1px solid #EAEBEC;
    box-shadow: 2px 4px 8px -4px rgba(48, 62, 72, 0.08);
    border-radius: 12px;
    padding: 48px;
}

.report--value ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

    .report--value ul li {
        padding: 22px 24px 24px 44px;
        background: #FFFDF9;
        border: 1px solid #EAEBEC;
        border-radius: 8px;
        position: relative;
    }

        .report--value ul li .icon {
            position: absolute;
            top: 25px;
            left: 24px;
            font-size: 12px;
            color: #529D3F;
        }

        .report--value ul li .title {
            font-size: 14px;
            line-height: 20px;
            font-family: poppinssemibold, sans-serif;
            color: #303E48;
            margin: 0;
        }

        .report--value ul li .desc {
            font-size: 14px;
            line-height: 20px;
            color: #303E48;
            margin: 4px 0 0;
        }

.estimated--rent--summary {
    margin-bottom: 50px;
}

.badge--row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 36px;
}

    .badge--row .property--tag i {
        margin-right: 6px;
    }

.esitmated--rent {
    display: flex;
    flex-direction: column;
}

.rent--amt {
    font-size: 40px;
    line-height: 60px;
    display: block;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    text-align: center;
}

    .rent--amt sub {
        color: #303E48;
        font-family: poppinssemibold, sans-serif;
        font-size: 18px;
        line-height: 28px;
        vertical-align: 2.9px;
    }

.note--text {
    color: #303E48;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
}

.disclaimer--text {
    font-size: 14px;
    line-height: 20px;
    color: #59656D;
}

    .disclaimer--text b {
        font-weight: 400;
        font-family: poppinssemibold, sans-serif;
        color: #303E48;
    }

.chart--action {
    display: flex;
    justify-content: center;
}

.chart--grid {
    border: 1px solid #EAEBEC;
    box-shadow: 2px 4px 8px -4px rgba(48, 62, 72, 0.08);
    border-radius: 12px;
    padding: 48px;
}

.rent--checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 14px;
}

    .rent--checklist li {
        position: relative;
        font-size: 13px;
        line-height: 18px;
        padding: 0 0 0 20px;
        color: #59656D;
    }

        .rent--checklist li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #529D3F;
            position: absolute;
            top: 0;
            left: 0;
        }

.market--anlysis--row .cmn--hdr {
    margin-bottom: 20px;
}

.address--error {
    width: 100%;
}

.esitmate--result--row {
    padding: 60px 0;
}

/* Free Market Rent Esitmator CSS */
.mre--content {
    margin-top: 75px;
}

    .mre--content .nav--line {
        padding: 13px 15px 10px 20px;
        box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 4px 8px -4px rgba(78,78,78,0.3);
        position: sticky;
        top: 75px;
        z-index: 1;
    }

    .mre--content .mre--wrapper {
        padding: 24px;
    }

        .mre--content .mre--wrapper .rent--form--section {
            box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
            border-radius: 4px;
        }

    .mre--content .esitmate--result--row {
        margin: 12px 0 0;
        padding-bottom: 0;
    }

        .mre--content .esitmate--result--row .report--summary--row {
            margin: 0;
            padding: 0 0 36px;
        }

.faq--accord--grid .ah--accord li.open .links {
    background: #fff;
    border-radius: 4px 4px 0 0;
}


/* Upgrade Modal */

.prospects-upgrade .newmodalsmallcontainer {
    max-width: 864px;
}

.prospects--upgrade--cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prospects--upgrade--left {
    max-width: 350px;
}

.prospects--upgrade--right {
    max-width: 435px;
}

.prospects--upgrade--hd {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 50px;
}

.prospects--upgrade--desc {
    font-size: 14px;
    margin-bottom: 20px;
}

.prospects--upgrade--img {
    text-align: center;
}

    .prospects--upgrade--img img {
        max-width: 100%;
    }

.prospects--upgrade-cycle {
    color: #838b91;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    margin: 0;
    display: block;
    margin: 24px 0 0;
}

.prospects--upgrade-plan {
    border: 2px solid #fc8b06;
    background: #f6f8fb;
    border-radius: 8px;
    padding: 36px 24px;
}

.prospects--plan--hd {
    font-size: 24px;
    font-family: poppinssemibold, sans-serif;
    margin: 0 0 30px;
}

.prospects--plan--pricing {
    font-size: 14px;
    color: #848484;
    margin-bottom: 30px;
}

    .prospects--plan--pricing span {
        font-size: 48px;
        line-height: 64px;
        font-family: poppinssemibold, sans-serif;
        display: block;
        color: #303E48;
    }

.prospects--plan--details {
    margin-bottom: 20px;
}

    .prospects--plan--details h4 {
        font-family: poppinssemibold, sans-serif !important;
        line-height: 26px;
    }

        .prospects--plan--details h4 span {
            color: #529d3f;
        }

    .prospects--plan--details ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        row-gap: 12px;
        margin: 0;
    }

        .prospects--plan--details ul li {
            margin-bottom: 0;
            position: relative;
            padding: 0 0 0 26px;
            font-size: 14px;
            line-height: 20px;
        }

            .prospects--plan--details ul li:before {
                content: '+';
                position: absolute;
                top: -1px;
                left: 0;
                font-size: 22px;
                font-family: poppinssemibold, sans-serif;
                color: #529d3f;
            }

            .prospects--plan--details ul li strong {
                margin-right: 4px;
            }

            .prospects--plan--details ul li:last-child {
                margin-bottom: 0px;
            }

.modal--mid--cont .seperator--text {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 14px 0;
    font-family: poppinssemibold, sans-serif;
}

.modal--mid--cont .need--more, .need--more {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

    .modal--mid--cont .need--more .need-btn, .need-btn {
        font-size: 14px;
        line-height: 20px;
        text-decoration: underline;
        font-family: poppinssemibold, sans-serif;
    }

        .modal--mid--cont .need--more .need-btn:hover, .need-btn:hover {
            text-decoration: none;
        }

.cmn--btn--orange {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    font-family: poppinssemibold, sans-serif;
    color: #fff;
    background: #fc8b06;
    border-color: #fc8b06;
    box-shadow: 0 4px 18px rgba(252, 139, 6, 0.5);
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

    .cmn--btn--orange:hover, .cmn--btn--orange:not(.disabled):hover {
        background: #ffb500;
        border-color: #ffb500;
        color: #fff;
    }

.plan--modal .newmodalsmallcontainer {
    max-width: 864px;
    margin: auto;
}

.plan--frequency {
    display: flex;
    padding: 12px;
    background: #EAF3FF;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    margin: 16px 0 20px;
}

    .plan--frequency .frequency--btn {
        min-width: 88px;
        height: 32px;
        position: relative;
        display: flex;
        justify-content: center;
    }

        .plan--frequency .frequency--btn .frequency--label {
            width: 100%;
            line-height: 32px;
            text-align: center;
            color: #1A1A1A;
            font-size: 14px;
            font-family: poppinssemibold, sans-serif;
            cursor: pointer;
            background: #ffffff;
            border-radius: 4px;
        }

        .plan--frequency .frequency--btn input[type="radio"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
            margin: 0;
        }

        .plan--frequency .frequency--btn:has(input[type="radio"]:checked) .frequency--label {
            background: #009ddb;
            color: #ffffff;
        }

.plan--price {
    font-size: 14px;
    line-height: 20px;
    color: #838b91;
}

    .plan--price .price {
        display: block;
        font-size: 48px;
        line-height: 64px;
        color: #44515a;
        font-family: poppinssemibold, sans-serif;
    }

    .plan--price .old--price {
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        margin-right: 10px;
        text-decoration: line-through;
        top: -10px;
        position: relative;
        font-family: poppinsregular, sans-serif;
    }


.premiumwrapper .summary--card {
    background: rgba(159, 203, 237, 0.1);
    border-color: rgba(159, 203, 237, 0.5);
}

.premiumwrapper .market--rent--upgrade {
    background: #feffff;
}

.loading--report--overlay {
    align-items: center;
    justify-content: center;
}


@media screen and (max-width:1023.98px) {
    .cmn--hdr {
        margin-bottom: 24px;
    }

    .mre--overview--section {
        padding: 30px 0 60px;
    }


        .mre--overview--section .cmn--hdr .title {
            font-size: 18px;
            line-height: 28px;
        }

        .mre--overview--section .cmn--hdr .desc {
            font-size: 14px;
            line-height: 20px;
            margin-top: 6px;
        }



    .overview--card .top--heading {
        padding: 10px 4px;
    }

        .overview--card .top--heading .top--heading--ttl {
            font-size: 12px;
            line-height: 18px;
        }

    .pro-overview--card .top--heading {
        padding: 4px 4px 10px;
    }

    .overview--mid {
        padding: 16px;
        row-gap: 24px;
    }

    .action--row, .cont {
        padding: 0;
    }

    .info--section {
        padding: 60px 0;
    }


    .info--inn--lt {
        max-width: 100%;
        width: 100%;
    }

        .info--inn--lt .cmn--hdr {
            margin-bottom: 0;
        }

    .info--inn--rt {
        width: 100%;
    }

    .ha--carousel {
        padding: 60px 0;
    }

    .faq--section .wrapper {
        padding: 0 !important;
    }

    .faq--section .ah--accord li {
        border-radius: 0;
        margin-bottom: 12px;
    }

        .faq--section .ah--accord li .links a {
            font-size: 14px;
            line-height: 20px;
            padding: 12px 44px 12px 16px;
        }

    .faq--accord--grid .accordion-submenu ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .more--quest {
        padding-top: 12px;
    }

    .more--quest--text, .more--quest--text a {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1179.98px) {
    .mre--overview--section {
        padding: 70px 0;
    }

        .mre--overview--section .cmn--hdr {
            margin-bottom: 50px;
        }

            .mre--overview--section .cmn--hdr .title {
                font-size: 34px;
                line-height: 46px;
            }

    .info--section, .ha--carousel {
        padding: 80px 0;
    }

    .sample--report--modal .newmodalsmallcontainer {
        min-width: 960px;
        max-width: 960px;
    }
}

@media screen and (min-width: 768px) and (max-width:1023.98px) {
    .mre--overview--section .cmn--hdr {
        margin-bottom: 40px;
    }

    .info--inn--lt .cmn--hdr .title {
        font-size: 20px;
        line-height: 30px;
    }

    .info--inn--lt .cmn--hdr .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .cmn--hdr h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .sample--report--modal .newmodalsmallcontainer {
        min-width: 730px;
        max-width: 730px;
    }

    .summary--blk {
        width: 100%;
    }


    .mre--content {
        margin-top: 65px;
    }

        .mre--content .nav--line {
            top: 65px;
        }

    .rent--form--section {
        padding: 36px 0;
    }

    .summary--card, .report--result--blk, .summary--card {
        padding: 36px;
    }

    .market--anlysis--grid .chart--grid {
        grid-template-columns: auto;
    }

    .mre--content .mre--wrapper .rent--form--section .wrapper {
        padding: 0 !important;
    }

    .mre--content .mre--wrapper .rent--form--section {
        padding: 36px;
    }

    .mre--content .esitmate--result--row .report--summary--row {
        padding-bottom: 0;
    }

    .prospects-upgrade .newmodalsmallcontainer {
        max-width: 734px;
    }

    .prospects--upgrade--cnt {
        gap: 30px;
    }
}


@media screen and (max-width:767.98px) {
    .overview--wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
    }

    .info--inn {
        flex-direction: column;
    }

    .card--top .title {
        font-size: 18px;
        line-height: 28px;
    }

    .info--inn--lt .cmn--hdr .title {
        text-align: left !important;
        font-size: 18px;
        line-height: 28px;
    }

    .info--inn--lt .cmn--hdr .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .mre--overview--section .cmn--hdr {
        margin-bottom: 20px;
    }

    .ha--carousel .cmn--hdr {
        margin-bottom: 20px;
    }

    .sample--report--modal .newmodalsmallcontainer {
        max-width: 100%;
        min-width: 100%;
    }

        .sample--report--modal .newmodalsmallcontainer .mbl--mid--cont {
            max-height: calc(100vh - 50px);
            padding: 0 !important;
            margin-top: 1px;
        }

    .estimate--graph--inn .cmn--hdr .title {
        font-size: 24px;
        line-height: 34px;
    }

    .estimate--graph--inn .rent-estimate-form {
        flex-wrap: wrap;
    }


    .report--summary--row {
        margin-top: 20px;
    }

    .summary--blk {
        width: 100%;
    }

    .summary--card, .report--result--blk {
        padding: 20px;
        row-gap: 32px;
    }

    .market--rent--upgrade {
        padding: 30px 20px 20px;
    }

    .summary--video--thumb {
        margin-top: 14px;
    }

    .cmn--hdr--sm h2, .cmn--hdr--sm .title {
        font-size: 16px;
        line-height: 24px;
    }

    .estimate--graph--inn .rent--estimate--field .form--field input {
        height: 36px;
    }

    .btn--field .cmn--btn {
        line-height: 36px;
    }

    .estimated--rent--summary {
        margin-bottom: 20px;
    }

    .badge--row {
        margin-bottom: 16px;
    }

    .rent--amt {
        font-size: 30px;
        line-height: 50px;
    }

    .rent--estimate--field .invalidmessage, .rent--estimate--field .form-err-msg {
        position: static;
    }

    .chart--grid {
        padding: 20px;
    }

    .rent--form--section {
        padding: 24px 0;
    }

    .summary--card .cmn--hdr .desc {
        text-align: center;
        margin-top: 8px;
    }

    .mre--content {
        margin-top: 0;
    }

        .mre--content .pagecontainerwrapper {
            padding-top: 0;
        }

        .mre--content .nav--line {
            top: 54px;
        }

        .mre--content .mre--wrapper {
            padding: 16px 0;
        }

            .mre--content .mre--wrapper .rent--form--section {
                width: calc(100% - 32px);
                margin: auto;
            }

            .mre--content .mre--wrapper .esitmate--result--row {
                margin-top: 12px;
            }

    .prospects-upgrade .newmodalsmallcontainer {
        max-width: 100%;
    }

    .prospects--upgrade--cnt {
        flex-direction: column;
        justify-content: inherit;
        gap: 14px;
    }

    .prospects--upgrade--left, .prospects--upgrade--right {
        max-width: 100%;
    }

    .prospects--upgrade--img {
        display: none;
    }

    .prospects--upgrade--hd {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .nav--line a {
        font-size: 14px;
    }

        .nav--line a i svg {
            width: 20px;
        }


    .ha--carousel .cmn--hdr, .faq--section .cmn--hdr {
        padding: 0 16px;
    }
}


@media screen and (min-width: 200px) and (max-width:574.98px) {
    .rent--adrs--field, .rent--bed--field, .btn--field {
        width: 100%;
    }

    .report--value ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .estimate--graph--inn .rent--estimate--field .btn--lbl {
        display: none;
    }
}


