body {
    background: #ffffff !important;
}

.ownerpricing--wrapper {
    padding-top: 40px;
    position: relative;
}

    .ownerpricing--wrapper.ownerpricing--free {
        padding-top: 0px;
    }

    .ownerpricing--wrapper .wrapper {
        max-width: 1392px;
    }

.wrapper.wrapper--plandetails.wrapper--plandetails--new {
    padding-top: 40px;
}

h1.cmn--hd {
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 10px;
}

    h1.cmn--hd span {
        color: #00A1DF;
    }

    h1.cmn--hd .text--orange {
        color: #FC8B06;
    }

.hd--desc {
    font-size: 18px;
    line-height: 24px;
    font-family: poppinsmedium, sans-serif;
    margin-top: 10px;
}

.font-regular {
    font-family: poppinsregular, sans-serif;
}

.hd--desc a {
    text-decoration: underline;
    color: #303E48;
}

.hd--desc a:hover {
    text-decoration: none;
}

.ownerpricing--cnt {
    margin-top: 90px;
}

.ownerpricing--row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 18px;
}

.ownerpricing--row--inner {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
}

.ownerpricing--col {
    width: 24%;
    padding: 5px 24px;
}

.pricing--signin--box {
    border-radius: 8px;
    border: 1px solid #edeff1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
    min-height: 400px;
    justify-content: center;
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
}

    .pricing--signin--box a {
        margin-top: 15px;
        font-size: 16px;
        text-decoration: underline;
        display: inline-block;
    }

        .pricing--signin--box a:hover {
            text-decoration: none;
        }

.pricing--plan--box {
    padding: 30px 24px;
    border: 1px solid rgba(237,239,241,.3);
    background: rgba(237,239,241,.5);
    border-radius: 8px;
    min-height: 400px;
    position: relative;
}

h2.inner-hd {
    font-size: 24px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 15px;
}

.ownerpricing--desc {
    margin-bottom: 20px;
    line-height: 24px;
    min-height: 110px;
}

.ownerpricing--price {
    font-size: 48px;
    font-family: poppinssemibold, sans-serif;
    min-height: 100px;
    margin-bottom: 15px;
    line-height: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
}

    .ownerpricing--price span {
        font-size: 14px;
        line-height: 20px;
        color: #848484;
        display: block;
        font-family: poppinsmedium, sans-serif;
    }

.ownerpricing--btn a {
    display: block;
}

.letstalk--txt {
    font-size: 32px;
    line-height: 40px;
}

.cmn--btn--green strong, cmn--btn--orange strong {
    font-family: poppinssemibold, sans-serif;
}

.ownerpricing--row .accordion-dropdown {
    border-bottom: 1px solid #edeff1;
}

    .ownerpricing--row .accordion-dropdown .links a {
        font-size: 24px;
        line-height: 28px;
        font-family: poppinssemibold, sans-serif;
        padding: 0;
        background-image: none;
        display: flex;
        justify-content: space-between;
    }

    .ownerpricing--row .accordion-dropdown .links .ownerpricing--col {
        padding: 30px 24px;
    }

    .ownerpricing--row .accordion-dropdown.open .links a i {
        transform: rotate(-180deg);
    }

    .ownerpricing--row .accordion-dropdown .links a i {
        color: #00A1DF;
        margin-right: 10px;
        font-size: 20px;
    }

    .ownerpricing--row .accordion-dropdown .links span {
        width: 24%;
    }

.ownerpricing--inner--hd {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: poppinssemibold, sans-serif;
}

.ownerpricing--row .ah--accord--wrapper .accordion-submenu {
    padding: 0;
}

ul.ownerpricing--list li {
    background: url(../../images/AffordableHousing/pricing-list-bullet.png) no-repeat 0 5px;
    padding-left: 30px;
    font-size: 14px;
}

    ul.ownerpricing--list li:last-child {
        margin-bottom: 15px;
    }

.ownerpricing--row--inner ul li {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

ul.ownerpricing--list--details li {
    margin-bottom: 25px;
    position: relative;
    padding-right: 20px;
    line-height: 18px;
    min-height: 36px;
    display: flex;
    align-items: center;
}

    ul.ownerpricing--list--details li:last-child {
        margin-bottom: 30px;
    }

    ul.ownerpricing--list--details li i.fa-info-circle {
        color: rgba(132,132,132,.5);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.ownerpricing--list--details li.rent--report--link a {
        white-space: nowrap;
        font-family: poppinssemibold, sans-serif;
        text-decoration: underline;
    }

        ul.ownerpricing--list--details li.rent--report--link a:hover {
            text-decoration: none;
        }

ul.ownerpricing--list li i.fa-info-circle {
    color: rgba(132,132,132,.5);
}

ul.ownerpricing--list--info li i.fa-info-circle {
    position: inherit;
    margin: 15px 0 0 5px;
}

.green--tick {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(82,157,63,.1);
}

    .green--tick i {
        color: #529d3f;
        font-size: 12px;
    }

ul.ownerpricing--list--info li {
    text-align: center;
    padding-right: 0;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing--dash {
    color: #c0c5c8;
    font-family: poppinsbold, sans-serif;
    letter-spacing: -5px;
}

.ownerpricing--btns .ownerpricing--col {
    padding: 20px;
}

.most--popular {
    width: 101.4%;
    position: absolute;
    top: -48px;
    left: -2px;
    background: #FC8B06;
    color: #ffffff;
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
    height: 48px;
    line-height: 48px;
    border-radius: 8px 8px 0 0;
    border: 2px solid #FC8B06;
    padding: 0 24px;
}

.left--right--border {
    border-left: 2px solid #FC8B06;
    border-right: 2px solid #FC8B06;
    border-radius: 0;
}

.left--right--bottborder {
    border-left: 2px solid #FC8B06;
    border-right: 2px solid #FC8B06;
    border-bottom: 2px solid #FC8B06;
    border-radius: 0 0 8px 8px;
}

.ownerpricing--insights {
    margin-top: 150px;
    background: #FFF9DD;
    border-radius: 16px;
    padding: 100px 50px 50px;
    margin-bottom: 50px;
}

.ownerpricing--insights--hd {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-family: poppinssemibold, sans-serif;
    position: relative;
}

    .ownerpricing--insights--hd:before {
        content: '';
        background: url(../../images/AffordableHousing/premium-insights-circle.svg) no-repeat;
        width: 982px;
        height: 351px;
        background-size: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: -150px;
        margin: auto;
        z-index: 0;
    }

    .ownerpricing--insights--hd span {
        color: #fc8b06;
        display: block;
    }

.insights--icon {
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
    margin: auto;
}

.ownerpricing--insights--col {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    min-height: 450px;
}

.ownerpricing--insights--box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.ownerpricing--insights--col {
    width: 32%;
}

.ownerpricing--insights--img {
    margin-bottom: 15px;
    text-align: center;
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ownerpricing--insights--img img {
        height: 100%;
    }

.insights--hd {
    font-size: 20px;
    line-height: 28px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 20px;
}

.desktop-hide {
    display: none;
}

.ownerpricing--insights--btn {
    text-align: center;
    margin-top: 30px;
}

.ownerpricing--afterlogin--icon {
    margin-bottom: 70px;
}

.ownerpricing--afterlogin--desc {
    font-family: poppinsregular, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

    .ownerpricing--afterlogin--desc h3 {
        font-family: poppinssemibold, sans-serif;
        font-size: 16px;
        line-height: 20px;
    }

    .ownerpricing--afterlogin--desc p {
        margin-bottom: 15px;
        margin-top: 10px;
        line-height: 20px;
    }

    .ownerpricing--afterlogin--desc a {
        font-family: poppinssemibold, sans-serif;
        text-decoration: underline;
    }

        .ownerpricing--afterlogin--desc a:hover {
            text-decoration: none;
        }

.wrapper--plandetails .ownerpricing--desc {
    min-height: initial;
}

.wrapper--plandetails .left--right--border {
    border-bottom: 2px solid #fc8b06;
    border-radius: 0 0 8px 8px;
}

.wrapper--plandetails .ownerpricing--col {
    width: 32%;
}

.wrapper--plandetails .ownerpricing--cnt {
    max-width: 1050px;
    margin: 50px auto 0;
}

.backtomain--plans {
    font-family: poppinssemibold, sans-serif;
    margin: 30px 0 40px;
}

    .backtomain--plans img {
        vertical-align: middle;
        margin-right: 5px;
    }

.wrapper--plandetails--afterlogin .left--right--border {
    border-bottom: 2px solid #529d3f;
    border-radius: 0 0 8px 8px;
    border-color: #529d3f;
}

.wrapper--plandetails--afterlogin .most--popular {
    background: #529d3f;
    border-color: #529d3f;
}

.wrapper--plandetails--afterlogin .cmn--btn--orange {
    background: #529d3f;
    border: 1px solid #356429;
}

    .wrapper--plandetails--afterlogin .cmn--btn--orange:hover {
        background: #356429;
    }

.wrapper--plandetails .recommended--txt, .wrapper--plandetails--afterlogin .most--popular--txt {
    display: none;
}

.wrapper--plandetails--afterlogin .recommended--txt {
    display: block;
}

em.show--txt--mobile {
    display: none;
    font-style: normal;
}

em.hide--txt--mobile {
    display: initial;
    font-style: normal;
}

.ownerpricing--standard {
    margin-bottom: 50px;
    position: relative;
}

.ownerpricing--standard .ownerpricing--standard-hd h1.cmn--hd span {
    color: #fc8b06;
}

.ownerpricing--standard .ownerpricing--standard-details .ownerpricing--desc {
    min-height: initial;
}

.ownerpricing--standard .ownerpricing--standard-details .most--popular {
    background: #529d3f;
    border-color: #529d3f;
}

.ownerpricing--standard .ownerpricing--standard-details .left--right--border {
    border: 2px solid #529d3f;
    border-radius: 0 0 8px 8px;
}

.ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box a {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-family: poppinssemibold, sans-serif;
}

.ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box h2.inner-hd {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box h2.inner-hd span {
        display: block;
        color: #fc8b06;
    }

.ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box p {
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
    margin-top: 0;
}

.ownerpricing--standard .ownerpricing--standard-details .pricing--plan--box {
    min-height: 435px;
}

.ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box {
    background: #ffffff;
    border: 1px solid #edeff1;
    position: relative;
    justify-content: flex-start;
    min-height: 440px;
}

.ownerpricing--standard .ownerpricing--standard--gets {
    padding: 40px 0 0 0;
    max-width: 980px;
    margin: auto;
}

.ownerpricing--standard .premium--owners--hd {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 20px;
}

.ownerpricing--standard .standard--gets--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0;
}

.ownerpricing--standard .standard--gets--img, .ownerpricing--standard .standard--gets--desc {
    width: 45%;
}

    .ownerpricing--standard .standard--gets--img img {
        max-width: 100%;
    }

.ownerpricing--standard .standard--gets--hd {
    font-size: 28px;
    line-height: 36px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 20px;
}

.ownerpricing--standard .standard--gets--details {
    line-height: 26px;
}

    .ownerpricing--standard .standard--gets--details a {
        font-family: poppinssemibold, sans-serif;
        text-decoration: underline;
    }

        .ownerpricing--standard .standard--gets--details a:hover {
            text-decoration: none;
        }

    .ownerpricing--standard .standard--gets--details ul {
        padding-left: 16px;
        margin: 8px 0 0;
    }

        .ownerpricing--standard .standard--gets--details ul li {
            list-style: disc;
            padding: 0;
        }

    .ownerpricing--standard .standard--gets--details p {
        margin: 10px 0 0;
    }

.ownerpricing--standard .standard--gets--reverse {
    flex-direction: row-reverse;
}

.tooltipster-content a {
    font-family: 'poppinsregular';
    color: #ffffff;
}

.ownerpricing--list--mobile {
    min-height: 140px;
}

.request--pricing--modal .newmodalsmallcontainer {
    max-width: 600px;
}

.request--pricing--alert {
    position: fixed;
    top: 128px;
    right: 60px;
    width: 396px;
    z-index: 11;
}

.pricing--note {
    margin-top: 20px;
    color: #848484;
    font-size: 14px;
}

.nothanks--txt {
    text-align: center;
    margin-top: 30px;
}

    .nothanks--txt a {
        text-decoration: underline;
        font-family: poppinssemibold, sans-serif;
    }

        .nothanks--txt a:hover {
            text-decoration: none;
        }

.planfreq--choose--txt {
    padding: 10px 10px 36px;
    font-size: 18px;
}

.ownerpricing--col h2.inner-hd {
    margin-bottom: 24px;
}

.planfreq-cnt {
    background: rgba(237,239,241,0.5);
    border: 1px solid rgba(132,132,132,0.2);
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
}

.planfreq-box {
    background: #E5F1F6;
    border: none;
    display: block;
    padding: 8px 14px;
    width: calc(100% + 46px);
    margin-left: -23px;
    border-radius: 0;
}

    .planfreq-box ul {
        display: flex;
        column-gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .planfreq-box ul li a {
            background: #fff;
            border: 1px solid #fff;
            color: #303e48;
            padding: 6px 12px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: poppinssemibold, sans-serif;
            font-size: 14px;
            min-width: 85px;
        }

            .planfreq-box ul li a:hover {
                background: #fff;
                border-color: #00a1df;
            }

        .planfreq-box ul li.current a {
            background: #00a1df;
            border-color: #00a1df;
            color: #fff;
        }

.planfreq--tab {
    text-align: center;
    margin-top: 30px;
}

    .planfreq--tab ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        column-gap: 10px;
    }

        .planfreq--tab ul li {
            list-style-type: none;
            padding: 0;
        }

            .planfreq--tab ul li a {
                background: #ffffff;
                border: 1px solid #ffffff;
                color: #303E48;
                padding: 12px;
                border-radius: 6px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 120px;
                font-family: poppinssemibold, sans-serif;
            }

                .planfreq--tab ul li a:hover {
                    background: #ffffff;
                    border-color: #00A1DF;
                }

            .planfreq--tab ul li.current a {
                background: #00A1DF;
                border-color: #00A1DF;
                color: #ffffff;
            }

.pricing-strike-price {
    font-size: 24px;
    color: #848484;
    font-family: poppinsregular, sans-serif;
    margin-right: 10px;
}

.ownerpricing--mrr .wrapper--plandetails--new .backtomain--plans {
    margin: 0;
}

.wrapper--plandetails--new h1.cmn--hd span {
    color: #fc8b06;
}

.wrapper--plandetails--new .backtomain--plans {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0;
}

.ownerpricing--price-cnt {
    display: flex;
    align-items: center;
}

.green--color--txt {
    color: #529d3f;
    font-family: poppinssemibold, sans-serif;
}

.wrapper--plandetails--new .ownerpricing--cnt {
    max-width: inherit;
}

.wrapper--plandetails--new .ownerpricing--col {
    width: 24%;
}

.wrapper--plandetails--new .pricing--signin--box {
    min-height: 469px;
    position: relative;
    justify-content: flex-start;
}

    .wrapper--plandetails--new .pricing--signin--box h2.inner-hd {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }

        .wrapper--plandetails--new .pricing--signin--box h2.inner-hd span {
            display: block;
            color: #fc8b06;
        }

    .wrapper--plandetails--new .pricing--signin--box a {
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .wrapper--plandetails--new .pricing--signin--box p {
        margin-top: 0;
    }

.wrapper--plandetails--new .ownerpricing--row {
    justify-content: center;
    column-gap: 20px;
}

#requestpricingpopup .mbl--mid--cont {
    max-height: 680px;
    overflow-y: auto;
}

.ownerpricing--btn button.cmn--btn:disabled {
    background-color: #D6D8DA;
    color: #59656D;
    border: none;
}

.ownerpricing--mrr {
    padding-top: 0;
    padding-bottom: 0;
}

    .ownerpricing--mrr .ownerpricing--new,
    .ownerpricing--free .ownerpricing--new {
        background-color: #F6F8FB;
        padding-top: 40px;
        border-bottom: 2px solid #00A1DF;
    }

.ownerpricing--signedin .ownerpricing--new {
    background-color: transparent;
    border-bottom: none;
}

.ownerpricing--new--tabarea {
    max-width: 1030px;
    margin: 40px auto 0;
}

ul.ownerpricing--new--tab {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

ul.ownerpricing--new--tab li {
    width: 50%;
    cursor: pointer;
    position: relative;
    padding: 0;
}

ul.ownerpricing--new--tab li:hover .ownerpricing--tab--main { 
    background: #ffffff;
}

.ownerpricing--tab--main {
    background: #ECEEF1;
    border: 2px solid #ECEEF1;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

ul.ownerpricing--new--tab li .ownerpricing--tab--icon img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(10%) saturate(147%) hue-rotate(161deg) brightness(89%) contrast(85%);
}

ul.ownerpricing--new--tab li.active .ownerpricing--tab--icon img {
    filter: none;
}

ul.ownerpricing--new--tab li.active .ownerpricing--tab--hd {
    color: #00A1DF;
    font-family: poppinssemibold, sans-serif;
}

ul.ownerpricing--new--tab li.active .ownerpricing--tab--main {
    background: #ffffff;
    border-color: #00A1DF;
    position: relative;
    top: 2px;
    z-index: 2;
}

ul.ownerpricing--new--tab li.active:before {
    content: '';
    background: #E5F5FB;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 103%;
    height: 98%;
    border-radius: 12px;
    z-index: 0;
}

.ownerpricing--tab--icon {
    width: 30px;
}

.ownerpricing--tab--icon img {
    width: 100%;
}

.ownerpricing--tab--hd {
    font-family: poppinsmedium, sans-serif;
    margin-bottom: 5px;
}

.ownerpricing--tab--desc {
    font-size: 13px;
}

.ownerpricing--noactivelistings {
    padding-top: 50px;
    max-width: 1052px;
    margin: auto;
}

h2.cmn--hd {
    font-size: 32px;
    line-height: 42px;
}

h2.cmn--hd strong {
    font-family: poppinssemibold, sans-serif;
    display: block;
}

h2.cmn--hd--small {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
}

.noactive--list--desc {
    margin-bottom: 100px;
}

.noactive--listarea, .noactive--customarea {
    margin-bottom: 50px;
}

.pricing--already--account {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}

.pricing--already--account a {
    font-size: 14px;
    font-family: poppinssemibold, sans-serif;
    text-decoration: underline;
}

.pricing--already--account a:hover {
    text-decoration: none;
}

ul.noactive--listing {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

ul.noactive--listing li {
    width: 33%;
    background: #F6F8FB;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

ul.noactive--listing li.active {
    border: 2px solid #00A1DF;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.standard--option {
    position: absolute;
    top: -45px;
    left: -2px;
    height: 50px;
    width: calc(100% + 4px);
    background: #00A1DF;
    font-family: poppinssemibold, sans-serif;
    color: #ffffff;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.noactive--customarea {
    background: #F6F8FB;
    border-radius: 8px;
    padding: 24px;
}

.noactive-hd {
    font-size: 24px;
    font-family: poppinssemibold, sans-serif;
}

.price--badge {
    font-family: poppinsmedium, sans-serif;
    background: #EBF3EA;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    color: #356429;
}
.noactive-desc {
    margin: 10px 0;
    min-height: 42px;
}

.noactive-btn a {
    width: 100%;
}

.noactive--customarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noactive--custom--right {
    width: 270px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.noactive--custom--left {
    width: calc(100% - 270px);
    padding-right: 30px;
}

.noactive--custom--left ul.noactive--listing li {
    width: 100%;
    padding: 0;
}

.noactive--qty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.noactive--qty-txt {
    font-size: 14px;
    color: #848484;
}

.noactive--qty-btn a {
    width: 100%;
}

.qty--minus, .qty--plus {
    font-size: 28px;
    color: #00A1DF;
    font-family: poppinssemibold, sans-serif;
    cursor: pointer;
}

.qty--value {
    width: 65px;
}

.qty--value input {
    text-align: center;
}

.pt-0 {
    padding-top: 0 !important;
}

.section-padding {
    margin-top: 100px !important;
}

.notsure--main {
    background: #F2FAFD;
    padding: 60px;
}

.notsure--cnt {
    max-width: 1052px;
    margin: auto;
}

.faq--cnt {
    background: #edeff1;
    padding: 56px;
}

.pagecontainer {
    padding-bottom: 531px !important;
}

.getpowerful--cnt {
    max-width: 810px;
    margin: auto;
    background: #FFFBF2;
    border: 1px solid #FFE9B3;
    border-radius: 12px;
    padding: 48px;
}

.faq--cnt .wrapper {
    max-width: 966px;
    margin: auto;
}

.faq--cnt .ah--accord .accordion-submenu ul {
    margin-left: 15px;
}

.faq--cnt .ah--accord .accordion-submenu ul li {
    list-style-type: disc;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: list-item;
}

.morequestions {
    margin-top: 50px;
    font-family: poppinssemibold, sans-serif;
    font-size: 14px;
}

.morequestions a {
    text-decoration: underline;
}

.morequestions a:hover {
    text-decoration: none;
}

.notsure--cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notsure--left {
    width: 60%;
}

.notsure--right {
    width: 30%;
    background: #E5F5FB;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.notsure--blk {
    width: 33%;
    text-align: center;
}
.notsure--blk span {
    display: block;
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #F4F8F4;
    border-radius: 14px;
}

span.lightblue-bg {
    background: #F2FAFD;
}

.notsure--blk em {
    display: block;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: poppinssemibold, sans-serif;
}

.notsure--hd {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 28px;
}

.notsure--desc a {
    color: #303E48;
    text-decoration: underline;
}

.notsure--desc a:hover {
    text-decoration: none;
}

.notsure--midd-blk {
    padding-top: 30px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.trsutedclient--logos {
    margin-top: 50px;
}

.unlock--mrr-btn {
    text-align: center;
}

.unlock--mrr--features {
    background: #FFFDF9;
    border: 1px solid #EAEBEC;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    margin-bottom: 60px;
}

a.view--sample--link {
    font-family: poppinssemibold, sans-serif;
    text-decoration: underline;
    color: #303E48;
}

a:hover.view--sample--link {
    text-decoration: none;
}

.unlock--mrr-hd {
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 10px;
}

ul.mrr-listarea li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

ul.mrr-listarea li:before {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 4px;
  border-bottom: 1px solid #529D3F;
  border-right: 1px solid #529D3F;
  position: absolute;
  top: 8px;
  left: 0;
}

.unlock--mrr-btn {
    margin-top: 30px;
}

.unlock--badge {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    border: 1px solid #EAEBEC;
    border-radius: 30px;
    padding: 3px 5px;
    font-size: 12px;
    color: #FC8B06;
    font-family: poppinssemibold, sans-serif;
    width: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.unlock--badge span {
    line-height: normal;
}

.free--estimate--hd {
    margin-bottom: 30px;
    text-align: center;
}

.free--estimate--hd span {
    display: block;
    font-family: poppinssemibold, sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.free--estimate--preview img {
    width: 100%;
}

.trsutedclient--logos {
    overflow: hidden;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
    animation-play-state: running;
}

.trsutedclient--logos:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-item {
    flex-shrink: 0;
    height: 60px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 24px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.rent--reasonable--insights {
    background: #F2FAFD;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 1242px;
    margin: auto;
    position: relative;
}

.rent--reasonable--left {
    padding: 60px 100px;
    width: calc(100% - 540px);
}

.rent--reasonable--left a.cmn--btn {
    margin-top: 20px;
}

.rent--reasonable--right {
    background: #E5F5FB;
    width: 540px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.rent--reasonable--right img {
    max-width: 100%;
    display: block;
}

.summary--video--thumb {
    width: 100%;
    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;
    }

.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;
    text-align: center;
}

.sample--report--blk img {
    max-width: 100%;
}

.faq--section {
    padding: 60px 0 0;
    background-color: #F6F6F6;
}

.cmn--hdr {
    display: block;
    text-align: center;
    margin-bottom: 34px;
}

.more--quest {
    padding: 22px 16px 0;
}

.more--quest--text {
    margin: 0;
}

/* Accordion */
.ah--accord--wrapper {
    display: block;
    width: 100%;
}

.ah--accord {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ah--accord li {
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #e8eaed;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        margin: 0 0 15px;
    }

        .ah--accord li:last-child {
            margin-bottom: 0;
        }

        .ah--accord li .links {
            display: block;
            width: 100%;
        }

            .ah--accord li .links a {
                display: flex;
                align-items: center;
                position: relative;
                width: 100%;
                padding: 16px;
                font-size: 18px;
                line-height: 24px;
                min-height: 60px;
                color: #303E48;
                background: none;
                font-family: 'poppinssemibold', sans-serif;
                box-sizing: border-box;
            }

                .ah--accord li .links a::after {
                    content: '';
                    width: 21px;
                    height: 14px;
                    background: url(/v4/images/chevron-down-solid.svg) no-repeat center / 100% auto;
                    position: absolute;
                    top: 50%;
                    right: 16px;
                    transform: translateY(-50%);
                }

        .ah--accord li.open .links {
            border-bottom: 1px solid #e8eaed;
        }

        .ah--accord li.open a {
            border-radius: 4px 4px 0 0;
        }

            .ah--accord li.open a::after {
                transform: translateY(-50%) rotate(180deg);
            }

/* Accordion submenu */
.ah--accord--wrapper .accordion-submenu {
    display: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .ah--accord--wrapper .accordion-submenu p {
        font-size: 16px;
        line-height: 26px;
        color: #303E48;
        margin: 0 0 15px;
    }

        .ah--accord--wrapper .accordion-submenu p:last-child {
            margin-bottom: 0;
        }


.accordion-dropdown.open .accordion-submenu {
    display: block;
}

/* Nested listings */
.accordion-submenu .cmn--listing ul,
.accordion-submenu .cmn--listing ol {
    margin: 0;
}

.accordion-submenu .cmn--listing li {
    box-shadow: none;
    border: none;
    padding-left: 15px;
}

    .accordion-submenu .cmn--listing li a {
        background: none;
        color: #00A1DF;
    }

        .accordion-submenu .cmn--listing li a:hover {
            color: #303E48;
        }

.static-page .accordion-submenu .cmn--listing {
    margin: 0;
}

.mt-50 {
    margin-top: 50px !important;
}

.plan--modal .newmodalsmallcontainer {
    max-width: 864px;
    margin: auto;
}

.plan--modal .ren-own-btn {
    display: block;
    text-align: right;
}

.plan--modal p {
    margin-bottom: 20px;
}

.plan--modal ul li {
    margin-bottom: 5px;
}

.cancelplan--step3 ul {
    margin-left: 15px;
}

    .cancelplan--step3 ul li {
        list-style-type: disc;
    }

.plan--modal .cancel--plan--desc {
    margin-top: 15px;
}

    .plan--modal .cancel--plan--desc textarea {
        min-height: initial;
        height: 55px;
    }

.plan--modal p.big--txt {
    font-size: 18px;
}

    .plan--modal p.big--txt strong {
        font-family: poppinssemibold, sans-serif;
    }

.plan--modal .cancelplan--notes {
    font-size: 12px;
    color: #848484;
    text-align: left;
    margin-top: 20px;
}

.plan--modal .cancelplan--badge {
    background: rgba(183,49,44,.1);
    color: #b7312c;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
}

.plan--modal ul.cancelplan--pointers li {
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #edeff1;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan--modal .cancelplan--desc h2 {
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    color: #303E48;
}

.plan--modal .cancelplan--img {
    width: 25%;
    margin-right: 10px;
}

    .plan--modal .cancelplan--img img {
        max-width: 100%;
    }

.plan--modal .cancelplan--desc {
    font-size: 14px;
    color: #848484;
    width: 75%;
}

.plan--modal .mbl--mid--cont.modal--mid--cont {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.modal--back {
    padding: 15px 25px;
    border-bottom: 1px solid #edeff1;
}

    .modal--back img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .modal--back a {
        font-family: poppinssemibold, sans-serif;
    }
.changebilling--freq--cnt .form--lbl {
    margin-bottom: 7px;
}

.ownercheckout--summary ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .ownercheckout--summary ul li.ownercheckout--total {
        border-top: 1px solid #edeff1;
        padding-top: 15px;
    }

.plan--modal h2.cmn--hd {
    font-size: 20px;
    font-family: poppinssemibold,sans-serif;
    margin-bottom: 20px;
    line-height: normal;
}

.ownercheckout--info {
    color: #848484;
}

.ownercheckout--amount {
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
}

.ownercheckout--amount span {
    font-size: 16px;
    font-family: poppinsregular, sans-serif;
    color: #848484;
}

    .ownercheckout--amount span img {
        height: 25px;
        vertical-align: middle;
        margin-right: 5px;
    }

.ownercheckout--amount.green-text {
    font-size: 24px;
    color: #529d3f;
}

.ownercheckout--summary ul li.ownercheckout--total {
    border-top: 1px solid #edeff1;
    padding-top: 15px;
}

.ownercheckout--total .ownercheckout--info {
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
    color: #303E48;
}

.ownercheckout--total .ownercheckout--txt--info span {
    font-size: 14px;
    font-family: poppinsregular, sans-serif;
    color: #848484;
    margin-top: 15px;
    font-style: italic;
    display: block;
}

.ownercheckout--agree {
    margin: 20px 0;
}

.ownercheckout--smalltxt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #848484;
}

    .ownercheckout--smalltxt a {
        font-family: poppinssemibold, sans-serif;
        text-decoration: underline !important;
    }

        .ownercheckout--smalltxt a:hover {
            text-decoration: none !important;
        }

.ownercheckout--button button {
    min-width: 100%;
    font-size: 24px;
    font-family: poppinsbold, sans-serif;
}

.ownercheckout--summary {
    margin-top: 20px;
}

.payment--method {
    flex-wrap: wrap;
}

.mt-10 {
    margin-top: 10px !important;
}


@media screen and ( min-width: 1650px ) {
    .ownerpricing--mrr .ownerpricing--row {
        justify-content: center;
    }

        .ownerpricing--mrr .ownerpricing--row .ah--accord--wrapper {
            margin-left: -343px;
        }

        .ownerpricing--mrr .ownerpricing--row .ownerpricing--btns {
            justify-content: flex-end;
        }
}

@media screen and ( min-width: 1366px ) and ( max-width: 1649px ) {
    .ownerpricing--mrr .ownerpricing--row .accordion-dropdown .links .ownerpricing--col {
        padding: 15px 10px;
    }

    .ownerpricing--mrr .ownerpricing--row .ownerpricing--col:first-child {
        width: 15.85%;
    }

    .ownerpricing--mrr .ownerpricing--row {
        justify-content: center;
    }

        .ownerpricing--mrr .ownerpricing--row .accordion-dropdown .links a, .ownerpricing--mrr .ownerpricing--row--inner {
            justify-content: flex-start;
        }

        .ownerpricing--mrr .ownerpricing--row .ah--accord--wrapper {
            margin-left: -49px;
        }

        .ownerpricing--mrr .ownerpricing--row .ownerpricing--btns .ownerpricing--col:first-child {
            width: 24%;
        }

        .ownerpricing--mrr .ownerpricing--row .ownerpricing--btns {
            position: relative;
            left: 25px;
        }
}



@media screen and ( min-width: 1200px ) and ( max-width: 1599px ) {
    .pricing--plan--box {
        padding: 24px;
    }

    .ownerpricing--price {
        font-size: 42px;
    }

    .ownerpricing--row .accordion-dropdown .links a, .ownerpricing--row .accordion-dropdown .links a i {
        font-size: 18px;
    }

    .ownerpricing--desc {
        font-size: 14px;
        line-height: 22px;
    }

    .pricing--signin--box {
        font-size: 16px;
    }

        .pricing--signin--box a, ul.ownerpricing--list--details li {
            font-size: 14px;
        }

    .ownerpricing--insights--hd {
        font-size: 36px;
        line-height: 44px;
    }

    .insights--hd {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .insights--desc {
        font-size: 14px;
    }

    .ownerpricing--insights--img img {
        max-width: 100%;
    }

    .ownerpricing--insights--col {
        min-height: 435px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box h2.inner-hd, .wrapper--plandetails--new .pricing--signin--box h2.inner-hd {
        font-size: 28px;
        line-height: 36px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box p {
        font-size: 16px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--plan--box {
        min-height: 440px;
    }

    .ownerpricing--inner--hd {
        white-space: nowrap;
    }

    .wrapper--plandetails--new .pricing--signin--box {
        min-height: 457px;
    }
}

@media screen and ( min-width: 1200px ) and ( max-width: 1365px ) {
    .ownerpricing--col {
        padding: 24px 15px;
    }

    .wrapper--plandetails--new .pricing--signin--box {
        min-height: 487px;
    }

    .planfreq-box ul li a {
        font-size: 12px;
        min-width: inherit;
    }

    .planfreq-box {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

        .ownerpricing--list--mobile {
            min-height: 160px;
        }

        .ownerpricing--row {
            gap: 16px;
        }

        .ownerpricing--noactivelistings {
            padding-top: 130px;
        }

        .rent--reasonable--left {
            width: calc(100% - 480px);
        }

        .rent--reasonable--right {
            width: 480px;
        }

        .rent--reasonable--insights {
            width: 100%;
        }

    .ownerpricing--mrr .ownerpricing--row {
        justify-content: center;
    }

    .ownerpricing--mrr .ownerpricing--new--tabarea {
        max-width: 950px;
    }

    .ownerpricing--mrr .ownerpricing--tab--main {
        padding: 20px 10px;
    }

    .ownerpricing--mrr .ownerpricing--row .accordion-dropdown .links .ownerpricing--col {
        padding: 15px 10px;
    }

    .ownerpricing--mrr .ownerpricing--row .ownerpricing--col:first-child {
        width: 18%;
    }

    .ownerpricing--mrr .ownerpricing--row .ownerpricing--btns .ownerpricing--col:first-child {
        width: 24%;
    }

    .ownerpricing--mrr .ownerpricing--row .accordion-dropdown .links a, .ownerpricing--mrr .ownerpricing--row--inner {
        justify-content: flex-start;
    }

    .ownerpricing--mrr .ownerpricing--row .ah--accord--wrapper {
        margin-left: -49px;
    }

    .ownerpricing--mrr .ownerpricing--row .ownerpricing--btns {
        position: relative;
        left: 47px;
        justify-content: center;
    }

    .ownerpricing--mrr .ownerpricing--cnt .ownerpricing--row:first-child {
        position: relative;
        left: 22px;
    }
    }

    @media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
        .ownerpricing--wrapper {
            padding-top: 0px;
        }

    h1.cmn--hd {
        font-size: 38px;
        line-height: 52px;
    }

    .pricing--signin--box {
        font-size: 16px;
    }

        .pricing--signin--box a {
            font-size: 14px;
        }

    .pricing--plan--box {
        padding: 30px 15px;
    }

    .most--popular {
        padding: 0 15px;
        font-size: 16px;
        width: 102%;
    }

    .ownerpricing--desc {
        font-size: 14px;
        line-height: 20px;
    }

    .ownerpricing--price {
        font-size: 40px;
    }

    .letstalk--txt {
        font-size: 28px;
    }

    h2.inner-hd {
        font-size: 22px;
    }

    .ownerpricing--row .accordion-dropdown .links .ownerpricing--col {
        padding: 25px 15px;
    }

    .ownerpricing--row .accordion-dropdown .links a {
        font-size: 15px;
    }

        .ownerpricing--row .accordion-dropdown .links a i {
            font-size: 16px;
        }

    ul.ownerpricing--list--details li {
        font-size: 14px;
    }

    .ownerpricing--inner--hd {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .ownerpricing--insights--hd:before {
        left: -30px;
        top: -100px;
    }

    .ownerpricing--insights--img img {
        max-width: 100%;
    }

    .insights--hd {
        font-size: 18px;
        line-height: 24px;
        min-height: 75px;
    }

    .insights--desc {
        font-size: 14px;
    }

    .insights--icon img {
        width: 100px;
    }

    .ownerpricing--insights {
        padding: 50px 30px 30px;
        margin-top: 100px;
    }

    .insights--icon {
        top: -120px;
    }

    .ownerpricing--insights--hd {
        font-size: 34px;
        line-height: 42px;
    }

    .ownerpricing--insights--col {
        padding: 15px 30px;
    }

    .ownerpricing--afterlogin--icon {
        margin-bottom: 30px;
    }

    .wrapper--plandetails .most--popular {
        width: 101%;
    }

    .leases--details ul.ownerpricing--list--info li, .prospects--details ul.ownerpricing--list--info li {
        min-height: 55px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box h2.inner-hd, .wrapper--plandetails--new .pricing--signin--box h2.inner-hd {
        font-size: 24px;
        line-height: 32px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box p, .wrapper--plandetails--new .pricing--signin--box p {
        font-size: 14px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box a {
        font-size: 14px;
        left: 15px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .ownerpricing--desc {
        min-height: 42px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .ownerpricing--list--mobile {
        min-height: 160px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--plan--box {
        min-height: 480px;
    }

    .ownerpricing--standard .standard--gets--hd {
        font-size: 26px;
        line-height: 34px;
    }

    .ownerpricing--standard .standard--gets--img, .ownerpricing--standard .standard--gets--desc {
        width: 42%;
    }

    .ownerpricing--standard .standard--gets--row {
        padding: 15px 0 0;
    }

    .ownerpricing--standard .premium--owners--hd {
        font-size: 30px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box {
        min-height: 480px;
    }

    .ownerpricing--col {
        padding: 24px 8px;
    }

    .ownerpricing--list--mobile {
        min-height: 160px;
    }

    .wrapper--plandetails--new .pricing--signin--box {
        min-height: 487px;
    }

    .planfreq-box ul li a {
        padding: 6px;
        font-size: 12px;
        min-width: inherit;
    }

    .planfreq-box ul {
        column-gap: 7px;
    }

    .planfreq-box {
        padding: 8px 10px;
        width: calc(100% + 16px);
        margin-left: -8px;
    }

        .wrapper--plandetails--new .ownerpricing--row {
            column-gap: 15px;
        }

        .ownerpricing--tab--main {
            padding: 20px 10px;
        }

        .ownerpricing--row {
            gap: 13px;
        }

        .ownerpricing--noactivelistings {
            padding-top: 80px;
        }

        .noactive--listarea, .noactive--customarea {
            margin-bottom: 30px;
        }

        h2.cmn--hd {
            font-size: 28px;
        }

        .noactive-hd {
            font-size: 22px;
        }

        .notsure--right {
            width: 35%;
        }

        .pagecontainer {
            padding-bottom: 499px !important;
        }

        .notsure--main {
            padding: 40px 20px;
        }

        .rent--reasonable--left {
            width: calc(100% - 400px);
            padding: 50px;
        }

        .rent--reasonable--right {
            width: 400px;
        }

        .rent--reasonable--insights {
            width: 100%;
        }

        .noactive-desc br {
            display: none;
        }

        .ownerpricing--mrr .ownerpricing--row .accordion-dropdown .links .ownerpricing--col {
            padding: 15px 10px;
        }

        .ownerpricing--mrr .ownerpricing--row .ownerpricing--col:first-child {
            width: 18%;
        }

        .ownerpricing--mrr .ownerpricing--row .ownerpricing--btns .ownerpricing--col:first-child {
            width: 24%;
        }

        .ownerpricing--mrr .ownerpricing--row .ah--accord--wrapper {
            position: relative;
            left: -20px;
        }

        .ownerpricing--mrr .ownerpricing--row .ownerpricing--btns {
            position: relative;
            left: 0;
            justify-content: flex-end;
        }

        .ownerpricing--mrr .ownerpricing--cnt .ownerpricing--row:first-child {
            position: relative;
            left: -20px;
        }

        .ownerpricing--mrr .ownerpricing--col {
            width: 26%;
        }

        .sample--report--modal .newmodalsmallcontainer {
            max-width: 94%;
            min-width: inherit;
        }

        .wrapper--plandetails--new .backtomain--plans {
            position: inherit;
            margin: 20px 0 10px !important;
        }

        .wrapper.wrapper--plandetails.wrapper--plandetails--new {
            padding-top: 0;
        }
    }

    @media screen and ( min-width: 1024px ) {
        .ownerpricing--btn button {
            display: block;
            width: 100%;
        }
    }

    @media screen and ( max-width: 1023px ) {
        .ownerpricing--wrapper {
            padding-top: 0px;
        }

        .ownerpricing--wrapper .wrapper {
            padding: 0 !important;
        }

    h1.cmn--hd {
        font-size: 34px;
        line-height: 50px;
    }

    .ownerpricing--row {
        flex-direction: column;
    }

    .ownerpricing--col {
        width: 96%;
        padding: 0 10px;
    }

    .pricing--signin--box {
        min-height: initial;
        padding: 24px;
        width: 100%;
        margin-bottom: 10px;
    }

    .ownerpricing--desc {
        min-height: 70px;
    }

    .pricing--plan--box {
        margin: 10px 2%;
        min-height: initial;
        padding: 30px 20px;
    }

    .ownerpricing--cnt {
        margin-top: 40px;
    }

    .ownerpricing--insights--hd:before {
        width: 100%;
        top: -75px;
    }

    .ownerpricing--price {
        min-height: initial;
        padding: 12px 0 0px;
    }

    .ownerpricing--row .ah--accord--wrapper .left--right--border {
        border: none;
    }

    .ownerpricing--btn a {
        display: inline-block;
    }

    .most--popular {
        width: 100.6%;
        padding: 0 20px;
        font-size: 16px;
    }

    .left--right--border {
        border: 2px solid #fc8b06;
        border-radius: 0 0 8px 8px;
    }

    .most--popular--box {
        margin-top: 55px;
    }

    .ownerpricing--row .accordion-dropdown .links .ownerpricing--col {
        padding: 15px 10px;
        white-space: nowrap;
    }

    .ownerpricing--row .accordion-dropdown .links a {
        font-size: 14px;
    }

        .ownerpricing--row .accordion-dropdown .links a i {
            margin-right: 5px;
            font-size: 14px;
            position: absolute;
            right: 15px;
            top: 24px;
        }

    ul.ownerpricing--list--details li {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .ownerpricing--col.ownerpricing--btn {
        display: none;
    }

    .mobile-hide {
        display: none;
    }

    .ownerpricing--row .ah--accord--wrapper {
        margin-top: 20px;
    }

    .ownerpricing--row .accordion-dropdown .links {
        position: relative;
        margin-bottom: 5px;
    }

    .green--tick {
        width: 24px;
        height: 24px;
    }

        .green--tick i {
            font-size: 10px;
        }

    .ownerpricing--insights--img img {
        max-width: 100%;
    }

    .free--box {
        order: 3;
    }

    .wrapper--plandetails .free--box {
        order: inherit;
    }

    .insights--icon img {
        width: 90px;
    }

    .ownerpricing--insights {
        margin-top: 100px;
        padding: 50px 20px 40px;
    }

    .ownerpricing--btns .ownerpricing--col {
        padding: 0;
    }

    .insights--icon {
        top: -150px;
    }

    .ownerpricing--insights--hd {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 43px;
    }

    .insights--icon {
        top: -105px;
    }

    .ownerpricing--insights--col {
        padding: 15px;
        min-height: 475px;
    }

    .insights--hd {
        font-size: 18px;
        line-height: 24px;
        min-height: 70px;
    }

    .insights--desc {
        font-size: 14px;
    }

    .desktop-hide {
        display: block;
    }

    .orange--hd {
        color: #fc8b06;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
    }

    .gray--hd {
        color: #848484;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
    }

    .ownerpricing--list--mobile {
        margin-top: 25px;
    }

    .ownerpricing--inner--hd {
        margin-bottom: 15px;
    }

    .ownerpricing--label {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }

    .ownerpricing--afterlogin--icon {
        margin-bottom: 20px;
    }

    .pricing--signin--box a {
        font-size: 14px;
    }

    .wrapper--plandetails .ownerpricing--col {
        width: 96%;
    }

    .backtomain--plans {
        margin: 10px 0;
        padding: 10px;
    }

    .wrapper--plandetails .ownerpricing--cnt {
        margin-top: 10px;
    }

    .accordion-submenu .ownerpricing--col:first-child {
        width: 40%
    }

    .accordion-submenu .ownerpricing--col {
        width: 20%;
    }

        .ownerpricing--wrapper .wrapper--plandetails {
            position: relative;
            padding-top: 0px !important;
        }

        .backtomain--plans {
            margin: 0;
            padding: 0 10px;
            position: inherit;
            top: 0;
        }

    em.show--txt--mobile {
        display: initial;
    }

    em.hide--txt--mobile {
        display: none;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--plan--box, .wrapper--plandetails--new .pricing--signin--box {
        min-height: inherit;
        width: 100%;
    }

        .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box a, .wrapper--plandetails--new .pricing--signin--box a {
            position: inherit;
            margin-top: 20px;
            bottom: auto;
            left: auto;
            display: block;
        }

        .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box h2.inner-hd span, .wrapper--plandetails--new .pricing--signin--box h2.inner-hd span {
            display: inline-block;
        }

    .ownerpricing--standard .ownerpricing--standard--gets {
        padding: 50px 15px 0;
    }

    .ownerpricing--standard .standard--gets--img, .ownerpricing--standard .standard--gets--desc {
        width: 48%;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box h2.inner-hd, .wrapper--plandetails--new .pricing--signin--box h2.inner-hd {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .ownerpricing--standard .premium--owners--hd {
        font-size: 30px;
    }

    .ownerpricing--standard .standard--gets--hd {
        font-size: 24px;
        line-height: 32px;
    }

    .hd--desc {
        padding: 0 20px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box p, .wrapper--plandetails--new .pricing--signin--box p {
        min-height: 70px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box {
        min-height: initial;
    }

    .recommended--box {
        margin-top: 55px;
    }

    .request--pricing--alert {
        margin: 20px 2% 0;
        width: 96%;
        max-width: 396px;
    }

    .pricing--note {
        margin: 0 20px;
    }

        .planfreq-box {
            width: calc(100% + 40px);
            margin-left: -20px;
        }

        .ownerpricing--new--tabarea {
            padding: 0 10px;
        }

        .ownerpricing--noactivelistings {
            padding-top: 60px;
            margin: 0 2%;
        }

        .noactive--listarea {
            padding: 40px 0 0;
        }

        .noactive-desc {
            min-height: 65px;
        }

        ul.noactive--listing {
            gap: 14px;
        }

        ul.noactive--listing li, .noactive--customarea {
            padding: 14px;
        }

        .noactive-desc br {
            display: none;
        }

        h2.cmn--hd {
            font-size: 26px;
        }

        .noactive-hd {
            font-size: 20px;
        }
        .noactive-desc {
            margin: 0;
        }
        .noactive--custom--right {
            width: 240px;
        }

        .notsure--main, .faq--cnt {
            padding: 30px 20px;
        }

        .notsure--left, .notsure--right {
            width: 48%;
        }

        .pagecontainer {
            padding-bottom: 0 !important;
        }

        .section-padding {
            margin-top: 50px !important;
        }

        .noactive--listarea, .noactive--customarea {
            margin-bottom: 30px;
        }

        .unlock--mrr--features {
            padding: 30px;
        }

        h2.cmn--hd--small {
            font-size: 22px;
            line-height: 32px;
        }

        .getpowerful--cnt {
            padding: 28px;
            border-radius: 0;
        }

        .unlock--mrr-btn {
            margin-top: 20px;
        }

        .rent--reasonable--left {
            padding: 30px;
            width: calc(100% - 270px);
        }

        .rent--reasonable--right {
            width: 270px;
        }

        .rent--reasonable--insights {
            margin: 0 15px;
        }

        .rent--reasonable--insights {
            width: 100%;
        }
        .noactive-desc br {
            display: none;
        }
        .sample--report--modal .newmodalsmallcontainer {
            max-width: 94%;
            min-width: inherit;
        }
        .wrapper--plandetails--new .backtomain--plans {
            position: inherit;
            margin: 10px 0 20px 0 !important;
        }

        .wrapper.wrapper--plandetails.wrapper--plandetails--new {
            padding-top: 0;
        }

        .plan--modal .newmodalsmallcontainer {
            max-width: 668px;
        }

        .ownercheckout--total .ownercheckout--info, .plan--modal h2.cmn--hd, .ownercheckout--amount, .ownercheckout--price {
            font-size: 18px;
        }

        .ownercheckout--amount.green-text {
            font-size: 22px;
        }
    }

    @media screen and ( max-width: 767px ) {
        h1.cmn--hd {
            font-size: 24px;
            line-height: 35px;
            padding: 0 10px;
        }

    .hd--desc {
        font-size: 16px;
        padding: 0 15px;
    }

    .ownerpricing--cnt {
        margin-top: 30px;
    }

    .most--popular {
        width: 101.2%;
    }

    .ownerpricing--insights--box {
        flex-direction: column;
    }

    .ownerpricing--insights--col {
        width: 100%;
        margin: 10px 0;
        min-height: initial;
    }

    .ownerpricing--insights--btn a {
        display: block;
    }

    .ownerpricing--insights--img, .insights--hd {
        min-height: initial;
    }

    .ownerpricing--insights--btn {
        margin-top: 20px;
    }

    .ownerpricing--insights--hd {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }

    .insights--hd {
        font-size: 16px;
    }

        .insights--hd br {
            display: none;
        }

    .insights--icon img {
        width: 80px;
    }

    .insights--icon {
        top: -95px;
    }

    .ownerpricing--insights {
        margin-top: 70px;
    }

    .orange--hd, .gray--hd {
        font-size: 11px;
        font-family: poppinssemibold, sans-serif;
    }

    ul.ownerpricing--list li:last-child {
        margin-bottom: 0;
    }

    ul.ownerpricing--list--details li {
        padding: 0 15px 0 10px;
        line-height: 14px;
    }

    ul.ownerpricing--list--info li {
        padding-left: 0;
        padding-right: 0;
        line-height: 14px;
    }

    .accordion-submenu .ownerpricing--col:first-child {
        width: 40%
    }

    .accordion-submenu .ownerpricing--col {
        width: 19%;
        padding: 0;
    }

    .wrapper--plandetails ul.ownerpricing--list li:last-child, .ownerpricing--standard ul.ownerpricing--list li:last-child {
        margin-bottom: 15px;
    }

    .ownerpricing--btn a {
        display: block;
    }

    .ownerpricing--standard .standard--gets--reverse {
        flex-direction: inherit;
    }

    .ownerpricing--standard .standard--gets--row {
        flex-direction: column;
    }

    .ownerpricing--standard .standard--gets--img, .ownerpricing--standard .standard--gets--desc {
        width: auto;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box h2.inner-hd, .wrapper--plandetails--new .pricing--signin--box h2.inner-hd {
        font-size: 22px;
    }

    .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box p, .ownerpricing--standard .ownerpricing--standard-details .pricing--signin--box a, .wrapper--plandetails--new .pricing--signin--box p, .wrapper--plandetails--new .pricing--signin--box a {
        font-size: 14px;
    }

    .ownerpricing--standard .ownerpricing--standard--gets {
        padding-top: 30px;
    }

    .ownerpricing--standard .premium--owners--hd {
        font-size: 22px;
        margin-bottom: 0;
    }

    .ownerpricing--standard .standard--gets--row {
        padding: 20px 0 0;
    }

    .ownerpricing--standard .standard--gets--img {
        margin-bottom: 20px;
    }

    .ownerpricing--standard .standard--gets--hd {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .ownerpricing--list--mobile {
        min-height: inherit;
    }

    .pricing--note {
        margin: 0 10px;
        font-size: 12px;
    }

    .nothanks--txt {
        padding: 0 5px;
    }

    .planfreq--tab ul li a {
        min-width: 105px;
    }

    .planfreq--choose--txt {
        padding: 20px 10px 20px;
        font-size: 16px;
    }

    .planfreq--tab {
        margin-top: 15px;
    }

    .planfreq-box {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .request--pricing--alert {
        width: calc(90vw - 70px);
    }

        .ownerpricing--btn button {
            display: block;
            width: 100%;
        }

        .ownerpricing--tab--desc {
            display: none;
        }

        .ownerpricing--tab--main {
            padding: 10px;
        }

        .ownerpricing--tab--hd {
            font-size: 12px;
            margin-bottom: 0;
        }

        ul.ownerpricing--new--tab li.active:before {
            top: -4px;
            left: -3px;
        }

        .hd--desc br {
            display: none;
        }

        h2.cmn--hd {
            font-size: 24px;
            line-height: 34px;
        }

        ul.noactive--listing {
            flex-wrap: wrap;
        }

        ul.noactive--listing li, .noactive--customarea {
            width: 100%;
            flex-wrap: wrap;
            gap: 25px;
        }

        ul.noactive--listing li:nth-child(2).active, ul.noactive--listing li:nth-child(3).active {
            margin-top: 43px;
        }

        .noactive-desc {
            min-height: inherit;
        }

        .noactive--listarea {
            padding: 0;
        }

        .noactive--custom--left, .noactive--custom--right {
            width: 100%;
            padding-right: 0;
        }

        .pricing--already--account a {
            display: block;
        }

        .notsure--cnt {
            flex-direction: column;
            gap: 20px;
        }

        .notsure--left, .notsure--right {
            width: 100%;
        }

        .trustedclients--inner {
            margin: 0 20px;
        }

        .morequestions span {
            display: block;
        }

        .ah--accord li .links a {
            padding-right: 30px;
        }

        .rent--reasonable--insights {
            flex-wrap: wrap;
            border-radius: 0;
        }

        .rent--reasonable--left {
            width: 100%;
        }

        .rent--reasonable--right {
            width: 100%;
            position: inherit;
        }

        .ownerpricing--tab--main {
            min-height: 62px;
        }

        .pricing--already--account {
            flex-direction: column;
        }

        .sample--report--modal .newmodalsmallcontainer {
            max-width: 100%;
        }

        ul.noactive--listing li:first-child {
            order: 3;
        }

        .ownerpricing--mrr .ownerpricing--new {
            padding-top: 20px;
        }

        .ownerpricing--new--tabarea {
            margin-top: 30px;
        }

        .plan--modal .mbl--mid--cont.modal--mid--cont {
            max-height: initial;
        }

        .ownercheckout--summary ul li {
            font-size: 14px;
        }

        .ownercheckout--amount.green-text {
            font-size: 20px;
        }

        .ownercheckout--paymentmethod {
            margin-top: 20px;
        }
    }

@media screen and ( max-width: 600px ) {
    .wrapper--plandetails--new .hd--desc r {
        display: block;
    }
}


