@font-face {
    font-family: 'Poppins';
    src: url('/modules/broker_listings/fonts/Poppins/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/modules/broker_listings/fonts/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('/modules/broker_listings/fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
    --text-color-grey: #444444;
    --color-brown: #BCA97F;
    --dark-brown: #9C8A62;
    --text-color-white: #fff;
    --gray-color: #8A8A8A;
    --gray: #636363;
}
a:hover, a:active,a:focus, input:focus, select:focus {outline: none}
body.inner #wsidebar_right div[id*="quickSearch"],
body .wrapper h1.main_title,
.info-card .office_name br,
.info-card .agent-bio br,
.info-card .contact-info dl dd.fax_number,
.info-card .contact-info dl dd.tollfree_number,
.info-card .contact-info dl dt,
.info-card .contact-info dl dd.login,
body .widgets-featuredListings .horizontal_scroll .feature_ribbon,
body .widgets-featuredListings .horizontal_scroll .featured_readmore,
body .widgets-featuredListings .horizontal_scroll .featuredListingCity,
body .widgets-featuredListings .horizontal_scroll div.featuredListingAddress span.shorttip,
body .wrapper div[id*="testimonial"] .widget-testimonial  h2.subject,
#wsidebar_right {
    display: none;
}
body, button, input, select, textarea {
	font-family: 'Poppins', sans-serif;
}
body .wholepage > .wrapper{
    visibility: hidden;
}
body #staticPages{
    width: 90%;
    margin: 1em auto;
}
body .wrapper .widgets-text-widget .content {
    font-size: unset;
}
body.inner .wrapper.contentarea footer{
    margin-top: 0;
}
body.inner .wrapper.contentarea .widget{
    margin-bottom: 0;
}
body.inner .maincontent,
body.inner .wrapper.contentarea,
body.innerpage.urban .g2page {
    width: 100%;
    padding: 0;
    margin: 0;
}
body.inner #topwidget2{
    padding-top: 0;
}
body.inner.theme5 .wrapper.contentarea {
    width: 68.8%;
}
body.inner.theme1 .wrapper.contentarea{
    width: 75%;
    margin-left: 25%;
}
body.urban.innerpage .g2page .widgets-featuredListings .content{
    background-color: unset !important;
}
@media (max-width:1280px){
    body.inner.theme1 .wrapper.contentarea,
    body.inner.theme1 #footerwidgettop {
        width: 100%;
        margin: 0;
    }
}
body .wrapper h1,
body .wrapper p,
body .wrapper h2,
body .wrapper h3,
body .wrapper .widgets-text-widget .step-accordion ul li,
body .wrapper .widgets-text-widget .tips ul li,
.widgets-text-widget .tips h3,
body .widget .widgets-text-widget .info-card h2.agent-title,
body .widget .widgets-text-widget .info-card h3.agent-name,
.widgets-featuredListings .horizontal_scroll div.featuredListingAddress,
body .wrapper span {
    line-height: 1.5;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
body .wrapper .widgets-text-widget .step-accordion ul li{
    margin-bottom: 0.5em;
}
.contentarea .widgets-text-widget .steps h4,
.pagecontent .widgets-text-widget .steps h4  {
    font-size: clamp(0.8em, 0.8vw, 1vw);
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}

body.inner .contentarea a,
body.innerpage.urban .pagecontent a,
.steps .btn-wrapper .cta-button {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

body.innerpage.urban #page_bottom.fulltop,
body.inner #contentwidgetbottom {
    padding: 0;
}

span.broker_agent_name,
span.agent_name {
    text-transform: capitalize;
}
/*banner container*/
.hero-container {
    margin: 0;
    height: 33vw;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 25vw;
}
.hero-container .hero-image-wrapper {
    margin: 0;
    height: 40vw;
    width: 100%;
    position: relative;
}
body.inner .hero-container .hero-image-wrapper img,
body.innerpage.urban .hero-container .hero-image-wrapper img {
    object-position: center right;
    object-fit: contain;
    height: 100% !important;
    max-width: 100%;
    width: 100%;
}
.round-container {
    background: var(--text-color-white);
    clip-path: ellipse(100% calc(80 * 1%) at left);
    border-bottom: 1px solid #ede6e6;
    box-sizing: border-box;
    width: 50%;
    height: 33vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
}
.urban.innerpage .round-container, 
.inner.theme5 .round-container, 
.inner.theme1 .round-container {
    width: 58%;
}
.round-container-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 1.1vw;
}

body.inner .wrapper .hero-container .round-container-text h1.main-title{
    font-size: clamp(1.3em, 1.8vw, 2vw);
    font-weight: 700;
    color: var(--text-color-grey);
    max-width: 34vw;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}

.hero-container p.top-container-content {
    font-size: clamp(0.9em, 0.9vw, 1vw);
    color: var(--text-color-grey);
    max-width: 34vw;
}
/*urban theme hero container*/
.innerpage.urban .hero-container .hero-image-wrapper,
.innerpage.urban .hero-container,
.innerpage.urban .round-container,
.inner.theme1 .hero-container .hero-image-wrapper,
.inner.theme1 .hero-container,
.inner.theme1 .round-container,
.inner.theme5 .hero-container .hero-image-wrapper,
.inner.theme5 .hero-container,
.inner.theme5 .round-container   {
    height: 25vw;
}
.innerpage.urban .hero-container p.top-container-content{
    font-size: clamp(0.8em, 0.8vw, 0.9vw);
}
.innerpage.urban .hero-container .round-container-text h1.main-title,
.inner.theme1 .hero-container .round-container-text h1.main-title,
.inner.theme5 .hero-container .round-container-text h1.main-title {
    font-size: clamp(1.2em, 1.5vw, 2vw);
    color: var(--text-color-grey);
}
.innerpage.urban .round-container-text,
.inner.theme1 .round-container-text,
.inner.theme5 .round-container-text {
    padding: 2em 3em;
}
/*btn*/
.btn-wrapper .cta-button {
    display: inline-block;
    padding: .5vw 1.8vw;
    background: var(--color-brown);
    color: var(--text-color-white);
    font-size: clamp(16px, 18px, 1vw);
    border-radius: 80px;
    font-weight: 500;
    transition: 0.3s ease-in;
    text-align: center;
    border: none;
    text-decoration: none;
}
.steps .btn-wrapper .cta-button {
    margin-top: 0.9em;
}
.btn-wrapper .cta-button:hover {
    background-color: var(--dark-brown);
    color: var(--text-color-white);
}
.widgets-text-widget .content .steps {
    width: 80%;
    margin: 5% auto;
    position: relative;
}
.widgets-text-widget .content .steps:not(.step_1):not(.step10)::after,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll::after{
    content: '';
    box-sizing: border-box;
    height: 1px;
    background-color: #E4E7EC;
    display: block;
    margin: 1em 0;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll::after{
    width: 80%;
    margin: 1em auto;
}
.widgets-text-widget .content .steps .main-content {
    display: flex;
    width: 100%;
    gap: 40px;
    min-height: max-content;
    justify-content: space-between;
    align-items: center;
}
body[class*="10questions"] .widgets-text-widget .content .steps .main-content{
    align-items: start;
}
.innerpage.urban .widgets-text-widget .content .steps .main-content,
.inner.theme1 .widgets-text-widget .content .steps .main-content,
.inner.theme5 .widgets-text-widget .content .steps .main-content   {
    flex-wrap: wrap;
}
.widgets-text-widget .content .steps .main-content .left-content,
.widgets-text-widget .content .steps .main-content .right-content {
    width: 50%;
    box-sizing: border-box;
}
body[class*="insurance"] .widgets-text-widget .content .steps.step_1 .main-content .right-content,
.widgets-text-widget .content .steps.step_1 .main-content .left-content {
    width: 60%;

}
.widgets-text-widget .content .steps.step_1 .main-content .right-content,
body[class*="insurance"] .widgets-text-widget .content .steps.step_1 .main-content .left-content {
    width: 40%;
}
.innerpage.urban .widgets-text-widget .content .steps .main-content .left-content,
.innerpage.urban .widgets-text-widget .content .steps .main-content .right-content,
.inner.theme5 .widgets-text-widget .content .steps .main-content .left-content,
.inner.theme5 .widgets-text-widget .content .steps .main-content .right-content,
.inner.theme1 .widgets-text-widget .content .steps .main-content .left-content,
.inner.theme1 .widgets-text-widget .content .steps .main-content .right-content,
body.innerpage.urban .wrapper div[id*="quickSearch"] .searchWidgetApp {
    width: 100% !important;
}
.inner .wrapper .widgets-text-widget .content h2.title,
body .wrapper div[id*="quickSearch"] .searchWidgetApp h2 {
    font-weight: 700;
    font-size: clamp(1.2em, 1.2vw, 1.3vw);
    color: var(--text-color-grey);
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    text-align: left !important;
    margin-bottom: 0.8em;
}
.innerpage.urban .wrapper .widgets-text-widget .content h2.title{
    font-size: clamp(1em, 1vw, 1.1vw);
}
.widgets-text-widget .content .steps p.desc {
    text-align: left;
    font-size: clamp(0.9em, 0.9vw, 1vw);
    color: var(--text-color-grey);
    margin: 0.5em 0;
    font-family: 'Poppins', sans-serif;
}
.innerpage.urban .widgets-text-widget .content .steps p.desc{
    font-size: clamp(0.85em, 0.85vw, 0.9vw);
}
body[class*="expect"].innerpage.urban .widgets-text-widget .content .steps.step2 .right-content p.desc,
body[class*="expect"].innerpage.urban .step2 .right-content .btn-wrapper{
    text-align: center;
}
.widgets-text-widget .content .steps p.desc .link {
    color: var(--color-brown);
    text-decoration: underline;
}
/*accordion*/
body .wrapper .widgets-text-widget .step-accordion{
    margin-top: 1.5em;
}
.step-accordion details summary h3 {
    cursor: pointer;
    font-weight: normal;
    color: var(--text-color-grey);
    font-size: clamp(0.9em, 0.9vw, 1vw);
    font-family: 'Poppins', sans-serif;
    position: relative;
    line-height: 1.3;
}

.step-accordion details {
    cursor: pointer;
    margin-bottom: 0.8em;
    border-radius: 8px;
    padding: 1.5vw 2.5vw;
    background: linear-gradient(to right, rgba(211, 200, 176, 0.2), rgba(230, 224, 211, 0.15));
    border-left: 5px solid #ebe5d9;
    transition: 0.2s;
    opacity: 0;
    transform: translateY(20px);
}

.step-accordion.animate-active details {
    animation: fade-in 0.5s ease-in-out forwards;
}

/* Custom arrow */
.step-accordion summary {
    list-style: none;
    /* removes marker in most browsers */
}

.step-accordion summary::marker {
    content: none;
}

.step-accordion summary::-webkit-details-marker {
    display: none;
    /* hides marker in Safari and Chrome */
}

.step-accordion summary h3::before {
    content: "";
    position: absolute;
    left: -1.4vw;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    height: 0.8vw;
    width: 0.8vw;
}

.step-accordion summary h3::before {
    background-image: url(../images/10buyingtips/Chevron.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/* Rotate arrow when open */
.step-accordion details[open]>summary h3::before {
    background-image: url(../images/10buyingtips/Vector.png);
    background-size: 100% auto;
}

.step-accordion details p,
body .widgets-text-widget .step-accordion ul li,
body .wrapper .widgets-text-widget .steps  ul li,
body .wrapper .widgets-text-widget .tips ul li  {
    font-size: clamp(14px, 0.9vw, 1vw);
    font-weight: normal;
    color: var(--text-color-grey);
    line-height: 1.5;
    transition: 0.3s ease;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.5em;
}

@keyframes fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-accordion details:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.step-accordion details .contents {
    overflow: hidden;
    transition: height 0.5s ease;
    margin-top: 0.7em;
}

.step-accordion details:nth-child(1) {
    animation-delay: 0.1s;
}

.step-accordion details:nth-child(2) {
    animation-delay: 0.2s;
}

.step-accordion details:nth-child(3) {
    animation-delay: 0.3s;
}

.step-accordion details:nth-child(4) {
    animation-delay: 0.4s;
}

.step-accordion details:nth-child(5) {
    animation-delay: 0.5s;
}

.step-accordion details:nth-child(6) {
    animation-delay: 0.6s;
}

.step-accordion details:nth-child(7) {
    animation-delay: 0.7s;
}

.step-accordion details[open] {
    border-left: 5px solid #d7c9b1;
}

.step-accordion details[open] {
    background: linear-gradient(to left, rgba(217, 205, 182, 0.15), rgba(221, 204, 168, 0.35));

}

.step-accordion details[open] summary h3 {
    color: var(--dark-brown);
    font-weight: 500;
}
body[class*="alone"] .wrapper .step2 .step-accordion details[open]{
    min-height: 420px;
}
/*step9*/
.steps  h3{
    font-size: 0.8vw;
}
.mortgage-steps{
    margin-top: 1em;
}
.step {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 0.8em;
    margin-bottom: 1em;
}
/* Circle numbers */
.step-number {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background: #fff;
    border: 1px solid  var(--color-brown);
    color:  var(--color-brown);
    font-size: 0.75vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.4s ease;
}

.step-number.active {
    background:  var(--color-brown);
    border: 1px solid  var(--color-brown);
    color: #fff;
    animation: pulse 2s ease-in-out infinite;
}

/* Vertical line */
.step-number::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 2px;
    height: 3vw;
    overflow: hidden;
    background: var(--color-brown);
}

.step:last-child .step-number::after {
    display: none;
}
.step-content h3 {
    color: var(--text-color-grey);
    transition: color 0.3s ease;
}


/* Animations */


@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4), 0 0 0 0 rgba(201, 169, 97, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 20px rgba(201, 169, 97, 0.6), 0 0 0 10px rgba(201, 169, 97, 0);
    }
}

/*agent-office information*/
.info-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 2.5em;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    flex-direction: column;
    max-width: 25vw;
    min-height: 20vw;
    margin: auto;
    border: 2px solid #F3EDE1;
}

body.inner .widget .widgets-text-widget .info-card h2.agent-title,
.agent-info1 .mainInfo .agent-title,
.agent-info2 .mainInfo .agent-title,
body.innerpage.urban .widget .widgets-text-widget .info-card h2.agent-title {
    font-size: clamp(0.85em, 0.85vw, .9vw);
    font-weight: normal;
    text-align: left !important;
    color: var(--gray-color);
    font-family: 'Poppins', sans-serif;
}

.info-card .agent-name {
    font-size: clamp(0.85em, 0.85vw, .9vw);
    font-weight: bold;
    color: var(--text-color-grey);
    font-family: "Poppins", sans-serif;
}
.info-card .circularimage {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    margin-bottom: 1em;
    overflow: hidden;
    background: rgb(175, 175, 175);
    float: left;
    margin-right: 1em;
    border: 2px solid #F3EDE1;
}
.broker .info-card .circularimage {
    border-radius: unset;
    width: fit-content;
    height: fit-content;
    background: none;
    display: flex;
    border: none;
}

.info-card .circularimage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    vertical-align: middle;
    object-position: top;
}

.broker .info-card .circularimage img {
    height: auto;
    width: 100%;
    max-height: 5vw;
    max-width: 12vw;
}

.step_1 .info-card p {
    color: var(--text-color-grey);
    font-weight: normal;
}
.info-card .contact-info {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
}
.info-card .agent-info2{
    margin-top: 2em;
}
.info-card .contact-info dl,
.info-card .contact-info dl dd {
    margin: 0;
    padding: 0;
}

.info-card .contact-info a,
.agent-info2 .phone_cell {
    text-decoration: underline;
    color: var(--dark-brown);
    font-weight: normal;
    font-size: clamp(0.85em, 0.85vw, 1vw);
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 0.5em;
}

.info-card .contact-info .email a::before,
.info-card .contact-info .phone_office a::before,
.info-card .contact-info .phone_cell a::before,
.inner .info-card .agent-info2 .phone_cell::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    height: 1vw;
    width: 1vw;
    display: inline-block;
    margin-right: 0.8em;
    background-size: contain;
}

.info-card .phone_cell a::before,
.inner .info-card .agent-info2 .phone_cell::before{
    background-image: url(../images/10buyingtips/icon.png);
}

.inner.theme27 .info-card .contact-info .phone_cell::before,
.inner.theme26 .info-card .contact-info .phone_cell::before {
    content: unset;
}

.info-card .contact-info .phone_office a::before {
    background-image: url(../images/10buyingtips/phone.png);
}

.info-card .contact-info .email a::before {
    background-image: url(../images/10buyingtips/email.png);
}

.agent-bio .aboutAgent .content .success,
.about_office .content {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    max-height: 100%;
}
.agent-bio .aboutAgent{
    margin: 0 !important;
}
.agent-bio .aboutAgent .content .success,
.agent-bio .aboutAgent .content .success *,
.about_office .content,
.about_office .content * {
    font-size: 0.83vw;
    color: var(--text-color-grey) !important;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.7;
}
.agent-bio .aboutAgent .content .success.collapse,
.about_office .content.collapse {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-height: 1.7vw !important;
    max-height: calc(7 * 1.7vw);
}
.agent-bio .aboutAgent .content .success.collapse *,
.about_office .content.collapse * {
    margin: 0 !important;
    padding: 0 !important;
}
#read-more-btn {
    font-size: clamp(0.9em, 0.9vw, 1vw);
    color: var(--dark-brown);
    padding: 0.5em 0;
    text-decoration: underline;
    background: transparent;
    border: none;
    display: none;
}
/*flw*/
.inner .contentarea .widgets-featuredListings h2.subject,
.innerpage.urban .pagecontent .widgets-featuredListings h2.subject {
    font-weight: normal;
    font-size: clamp(1em, 1.1vw, 1.2vw);
    text-align: center;
    width: 90%;
    margin: auto;
    font-family: 'Poppins', sans-serif;;
    font-style: normal;
    text-transform: none;
    line-height: 1.5;
    padding-bottom: 0.8em;
}
.innerpage.urban .pagecontent .widgets-featuredListings h2.subject{
    font-size: clamp(0.9em, 0.9vw, 1vw);
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings div.property_div {
    min-height: 18vw;
    height: 18vw;
    width: calc(20vw - 1vw);
    overflow: hidden;
    border: 1px solid #F0EFFB;
    border-radius: 14px;
    box-sizing: border-box;
    right: 0;
}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel>ul>li {
    margin: 0.5vw;
}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll div.featuredListingAddress,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll div.featuredListingPrice,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll div.price_bedroom_bathroom,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .featuredListingCity,
body.urban.innerpage .g2page .widgets-featuredListings {
    border: none;
    background: none;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .cls_hidden_message .vow-info {
    border-bottom: none;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
    width: 100% !important;
    position: relative;
}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel-wrapper {
    left: 0;
    text-align: center;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel {
    width: 80% !important;
    height: auto;
    margin: 1em auto;
}
body.innerpage.urban div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel {
    width: 100% !important;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .featured_multi_img_wrapper,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll img.featured {
    width: 100%;
    overflow: hidden;
    position: relative;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .featured_multi_img_wrapper {
    height: 10vw;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll img.featured {
    object-fit: cover;
    max-width: 100% !important;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    width: 100% !important;
    position: relative;
    left: 0;
    transform: none;
    border-radius: 0;
    margin-bottom: 0;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .wrapperFeature {
    color: #000;
    box-sizing: border-box;
    padding: 1% 3.5% 5%;
    display: flex;
    flex-direction: column;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll div.featuredListingAddress {
    font-size: clamp(0.9em, 0.9vw, 1vw);
    width: fit-content;
    padding-bottom: 0.2em;
    margin: 0;
    min-height: 1.2em;
    text-transform: capitalize;
    pointer-events: none;
    order: 2;
    color: gray;
    font-weight: normal;
    font-style: normal;
    font-family: "Poppins", sans-serif;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll div.featuredListingAddress a.tooltip span.fulltip {
    visibility: visible;
    position: static;
    text-align: left;
}

body.inner.theme5 .widgets-featuredListings a.tooltip span {
    display: block;
}
.widgets-featuredListings .horizontal_scroll div.featuredListingAddress a {
    color: gray;
    font-family: "Poppins", sans-serif;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll div.featuredListingPrice {
    order: 1;
    margin: 0;
    height: auto;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll div.featuredListingPrice .price_unit{
    margin: 10px 0 0;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .price_bedroom_bathroom {
    order: 3;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .featuredListingBathroom {
    background-image: unset;
}
span.featuredListingBedroom::after {
    content: ' Bedroom ';
}
span.featuredListingBathroom::after {
    content: ' Bathroom ';
}
span.featuredListingBathroom::before {
    content: ' | ';
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .featuredPricePlaceholder {
    color: #585858;
    margin: 0;
    font: bold clamp(18px, 1.2vw, 1.3vw)/37px "Poppins", sans-serif !important;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll li.cls_hidden div.cls_hidden {
    width: 100%;
    padding: 1em;
    bottom: 0;
    top: 55%;
    left: 0;
}
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .featuredListingBedroom,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .featuredListingBathroom {
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: gray;
    font-size: clamp(14px, 0.85vw, 1vw);
    background: none;
}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel-control-prev,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel-control-next {
    position: unset;
    color: #A6A6A6 !important;
    background: none;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    pointer-events:none;
    text-shadow: none;

}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll a.jcarousel-control-next::before,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll a.jcarousel-control-prev::before,
body .wrapper .widget-testimonial a.jcarousel-control-prev::before,
body .wrapper .widget-testimonial a.jcarousel-control-next::before  {
    content: '';
    background-size: cover;
    visibility: visible;
    height: 1.5em;
    width: 1.5em;
    display: block;
    cursor: pointer;
    pointer-events: auto;
    z-index: 999;
    position: absolute;

}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings a.jcarousel-control-next,
body .wrapper div[id*="featuredListing"] .widgets-featuredListings a.jcarousel-control-prev,
body .wrapper .widget-testimonial a.jcarousel-control-prev,
body .wrapper .widget-testimonial a.jcarousel-control-next   {
    visibility: hidden;
    margin: 0;
    font-size: unset;
}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll a.jcarousel-control-next::before,
body .wrapper .widget-testimonial a.jcarousel-control-next::before  {
    background: url('../images/homeBuyerPrograms/next.png') no-repeat center;
    background-size: cover;
}

body .wrapper div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll a.jcarousel-control-prev::before,
body .wrapper .widget-testimonial a.jcarousel-control-prev::before {
    background: url('../images/homeBuyerPrograms/prev.png') no-repeat center;
    background-size: cover;
}

/*search widget*/
body .wrapper div[id*="quickSearch"] .searchWidgetApp h2 {
    text-align: center;
    margin: 12px;
    text-align: center !important;
}
body .wrapper div[id*="quickSearch"] .searchWidgetApp h2 span {
    font-size: clamp(0.9em, 0.9vw, 1vw);
    font-weight: normal;
    line-height: 3vw;
    color: var(--text-color-grey);
    font-family: 'Poppins', sans-serif;
}
.wrapper div[id*="quickSearch"] .searchWidgetApp {
    background: linear-gradient(327.16deg, rgba(217, 205, 182, 0.15) 26.23%, rgba(219, 204, 174, 0.261878) 56.09%, rgba(221, 204, 168, 0.35) 81.95%);
    padding: 3vw 0 3vw;
    min-height:14vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    border: none;
}
.wrapper div[id*="quickSearch"] .searchWidgetApp #searchType,
.wrapper .searchWidgetApp.searchExpanded .open-option,
.wrapper .searchWidgetApp .collapsedFilter .toolbar-item.listingType,
.wrapper .searchWidgetApp.residential .collapsedFilter .toolbar-item.feetRange,
.wrapper .searchWidgetApp .collapsedFilter .toolbar-item.marketdays,
.wrapper .searchWidgetApp.residential .collapsedFilter .toolbar-item.openHouse,
.wrapper .searchWidgetApp .collapsedFilter .toolbar-item.keywords,
.wrapper div[id*=quickSearch] .searchWidgetApp #searchBy .input-group-prepend,
.wrapper div[id*=quickSearch] .searchWidgetApp.residential #showOnly,
.wrapper .searchWidgetApp .collapsedFilter .toolbar-item.openHouse,
.wrapper .searchWidgetApp.residential .collapsedFilter .toolbar-item.propertyType,
.wrapper .searchWidgetApp .collapsedFilter .toolbar-item.feetRange .dropdown-toggle:before {
    display: none !important;
}

.wrapper div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item:not(.dropdown-keywords-control) button:hover {
    background-color: unset;
    color: var(--color-brown);
}

.wrapper .searchWidgetApp.searchExpanded .search-main-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: max-content;
    margin: 1em auto;
    gap: 10px;
}

.wrapper div[id*=quickSearch] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy {
    min-width: 250px;
}

.wrapper div[id*=quickSearch] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy input {
    border: none;
    color: var(--gray-color) !important;

}

.wrapper div[id*=quickSearch] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy input::placeholder {
    font-family: 'Poppins', sans-serif;
    color: var(--gray-color);
}

.wrapper div[id*=quickSearch] .searchWidgetApp.searchExpanded .toolbar {
    display: flex;
}

.wrapper div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item.priceRange .dropdown-toggle:before,
.wrapper div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item.bed .dropdown-toggle:before,
.wrapper div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item.bath .dropdown-toggle:before {
    content: none;
}

.wrapper div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle:after {
    right: auto;
}

.wrapper div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle {
    border: none;
    text-align: center;
    min-width: 100px;
    color: var(--gray-color);
    font: 0.85em 'Poppins', sans-serif;
}

.wrapper div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item {
    border-left: 1px solid #E9E9E9;
}

body.inner .wrapper  div[id*=quickSearch] .searchWidgetApp.searchExpanded .collapsedFilter .toolbar,
body.innerpage.urban .wrapper  div[id*=quickSearch] .searchWidgetApp.searchExpanded .collapsedFilter .toolbar {
    padding-bottom: 0;
    top: 0;
}
body .wrapper div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit {
    background-color: var(--color-brown);
    border-radius: 30px;
    min-width: 140px !important;
    background: var(--color-brown);
    border: none;
    outline: none;
    color: #fff;
}
.wrapper div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit:before {
    content: '\f002';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #fff;
    margin-right: 0.5em;
}

.wrapper div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-menu {
    width: max-content !important;
}

body.inner .wrapper div[id*=quickSearch] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy input {
    border: none;
    color: var(--gray-color);
}

body.inner div[id*="quickSearch"] .searchWidgetApp .input-group>.input-group-prepend>.btn:not(:disabled):not(.disabled),
body.inner div[id*="quickSearch"] .searchWidgetApp #searchBy .form-control::placeholder {
    color: #8A8A8A !important;
}

body.innerpage.urban .g2page div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar {
    padding: 0;
    position: static;
}

.offer-image {
    background: url('../images/10buyingtips/offer-img.webp') no-repeat center / cover;
    border-radius: 10px;
    width: 30vw;
    height: 20vw;
    margin: auto;
}

/*landing page*/
.content .landing-page-wrapper,
.widgets-text-widget .content .dream-search {
    text-align: center;
    margin: 1em auto 0;
    min-height: 10vw;
    background: linear-gradient(to top, rgba(217, 205, 182, 0.15), rgba(221, 204, 168, 0.35));
    padding: 4% 4%;
}
.content .landing-page-wrapper p.desc,
.content .dream-search p.desc {
    font-size: clamp(0.9em, 1vw, 1.1vw);
    color: var(--text-color-grey);
    margin: 1em;
}

.content .landing-page-wrapper .btn-wrapper {
    margin-top: 2.5em;
}
 .home-worth {
    max-width: 400px;
    margin: auto;
}
.offer-img img,
.home-worth img,
.closing-img img,
.marketing-img img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    max-height: 300px;
}
.home-worth img{
    max-height: 400px;
}
.insurance-image,
.expect-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 30vw;
    min-height: 20vw;
    min-width: 25vw;
}
.insurance-image{
    background-image: url('../images/titleInsurance/insurance-img.webp');
}
.expect-image {
    background-image: url('../images/expectFromRealtor/mls-search.webp'); 
}
.preparation-image{
    background-image: url(../images/houseHunting/interior.webp);
    background-size: cover;
}
.listing-image{
    background-image: url('../images/10buyingtips/offer-img.webp');
    background-size: contain;
}
.preparation-image,
.listing-image{
    background-position: center;
    background-repeat: no-repeat;
    height: 30vw;
    text-align: left;
    margin: auto;
}
/*testimonial*/
body .wrapper div[id*="testimonial"] .widget-testimonial {
    width: 100%;
    text-align: center;
}

.testimonials .widget-testimonial li {
    width: calc(13.33333vw - 20px);
    border: none;
    min-height: 19vw;
    box-sizing: border-box;
    padding: 1vw;
    height: auto;
}

.testimonials .widget-testimonial li .tm_body {
    overflow: hidden;
}
.testimonials .widget-testimonial li .tm_body p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.85em, 0.85vw, 1vw);
    font-style: normal;
    color: #a8a7a4;
    font-weight: normal;
    line-height: 1.5;
}

.testimonials .widget-testimonial .tm_clientName_company {
    font-size: clamp(0.85em, 0.85vw, 1vw);
    font-family: 'Poppins', sans-serif;
    color: #a8a7a4;
}

.testimonials .widget-testimonial li.activeLi+li .tm_clientName_company,
.testimonials .widget-testimonial li.activeLi+li .tm_body p {
    color: var(--text-color-grey);
}

@media (min-width:1400px) {

    .innerpage.urban .widget-testimonial li,
    .inner.theme1 .widget-testimonial li,
    .inner.theme5 .widget-testimonial li {
        width: calc(17vw - 20px);
    }
}
.widgets-text-widget .content .dream-search .btn-wrapper{
    margin-top: 2.5em;
}
body .wrapper div[id*="textWidget"] .widgets-text-widget .content .dream-search h2.title{
    text-align: center !important;
}
.widgets-text-widget .main-content .tips {
    box-shadow: 0 5px 15px rgba(188, 169, 127, 0.1);
    padding: 1.5em 1.5em;
    border-radius: 10px;
    text-align: center;
    margin: 1em 0;
    background: linear-gradient(to left, rgba(217, 205, 182, 0.15), rgba(221, 204, 168, 0.35));
}
.widgets-text-widget .step2 .main-content .tips{
    width: calc(30vw - 1.5em);
}
.widgets-text-widget .main-content .tips h3 {
    font-weight: 500;
    color: var(--dark-brown);
    font-size: clamp(1em, 1vw, 1.1vw);
    text-align: left;
    margin-bottom: 0.8em;
}
.innerpage .widgets-text-widget .main-content .tips{
    margin: 1em auto;
}
.widgets-text-widget .tips p.note{
     font-size: clamp(0.85em, 0.85vw, 0.9vw);
}
.contact-img {
    background-image: url(../images/10buyingtips/contactimg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border-radius: 1em;
    transform: translateY(-26%);
    min-height: 25vw;
    max-width: 25vw;
    float: left;
    margin-right: 1.5em;
}

body .wrapper div[id*="ask_questions"] .widgets-askQuestions h2 {
    display: none;
}
body .wrapper .lead-container .contact-details h2.title {
    font-size: 2.3vw;
    font-weight: bold;
    color: var(--text-color-grey);
    margin-bottom: 1em;
    text-align: left !important;
    max-width: 350px;
}
body .wrapper .lead-container .contact-details {
    display: inline-block;
}
body .wrapper .lead-container .contact-details p.desc {
    max-width: 300px;
    font-size: 0.9vw;
}
body[class*="insurance"] .wrapper .lead-container,
body[class*="preparation"] .wrapper .lead-container,
body[class*="10steps"] .wrapper .lead-container,
body[class*="10questions"] .wrapper .lead-container {
    display: flex;
    align-items: start;
    justify-content: center;
    background: linear-gradient(to top, #D9CDB626 15%, #DBCCAE43 26%, #DDCCA859 35%) !important;
    padding: 60px 5%;
    gap: 10px;
    position: relative;
    margin-top: 7vw;
    min-height: 10vw;
}
body[class*="insurance"].urban.innerpage .wrapper .lead-container,
body[class*="insurance"].inner.theme1 .wrapper .lead-container,
body[class*="insurance"].inner.theme5 .wrapper .lead-container,
body[class*="preparation"].urban.innerpage .wrapper .lead-container,
body[class*="preparation"].inner.theme1 .wrapper .lead-container,
body[class*="preparation"].inner.theme5 .wrapper .lead-container,
body[class*="10steps"].urban.innerpage .wrapper .lead-container,
body[class*="10steps"].inner.theme1 .wrapper .lead-container,
body[class*="10steps"].inner.theme5 .wrapper .lead-container,
body[class*="10questions"].urban.innerpage .wrapper .lead-container,
body[class*="10questions"].inner.theme1 .wrapper .lead-container,
body[class*="10questions"].inner.theme5 .wrapper .lead-container{
    padding: 60px 0;
}
/*expect from realtor*/
body.innerpage.urban .wrapper div[id*="quickSearch"] .searchWidgetApp{
    margin: 0;
}
body[class*="expect"] .wrapper .lead-container,
body[class*="alone"] .wrapper .lead-container,
body[class*="listing"] .wrapper .lead-container,
body[class*="commitment"] .wrapper .lead-container{
    background: none !important;
    margin-top: 1em;
}
body[class*="expect"] .wrapper .lead-container .main-content,
body[class*="alone"] .wrapper .lead-container .main-content,
body[class*="listing"] .wrapper .lead-container .main-content,
body[class*="commitment"] .wrapper .lead-container .main-content {
    width: 70%;
    margin: auto;
    background: url(../images/landTransferTax/contact-img.png) no-repeat center;
    background-size: cover;
    position: relative;
}
body[class*="expect"] .wrapper .lead-container .main-content::before,
body[class*="alone"] .wrapper .lead-container .main-content::before,
body[class*="listing"] .wrapper .lead-container .main-content::before,
body[class*="commitment"] .wrapper .lead-container .main-content::before {
    background: linear-gradient(135deg, #B8956A 0%, #4A4A4A 100%);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -3;
    
}
body[class*="expect"].innerpage.urban .wrapper .lead-container .main-content::before,
body[class*="alone"].innerpage.urban .wrapper .lead-container .main-content::before,
body[class*="listing"].innerpage.urban .wrapper .lead-container .main-content::before{
    opacity: 0.7;
}
body[class*="commitment"].innerpage.urban .wrapper .lead-container .main-content::before{
    opacity: 0.7;
}
body[class*="alone"] .wrapper .lead-container .main-content .form-section,
body[class*="expect"] .wrapper .lead-container .main-content .form-section,
body[class*="listing"] .wrapper .lead-container .main-content .form-section,
body[class*="commitment"] .wrapper .lead-container .main-content .form-section {
    padding: 40px;
    width: 80%;
    margin: auto;
}

body[class*="expect"] .wrapper .lead-container .main-content .form-header,
body[class*="alone"] .wrapper .lead-container .main-content .form-header,
body[class*="listing"] .wrapper .lead-container .main-content .form-header,
body[class*="commitment"] .wrapper .lead-container .main-content .form-header {
    width: 100%;
    margin-bottom: 1.5em;
}
body[class*="expect"] .wrapper .lead-container .main-content .form-header h2.title,
body[class*="expect"] .wrapper .lead-container .main-content .form-header p.desc,
body[class*="alone"] .wrapper .lead-container .main-content .form-header h2.title,
body[class*="alone"] .wrapper .lead-container .main-content .form-header p.desc,
body[class*="listing"] .wrapper .lead-container .main-content .form-header h2.title,
body[class*="listing"] .wrapper .lead-container .main-content .form-header p.desc,
body[class*="commitment"] .wrapper .lead-container .main-content .form-header h2.title,
body[class*="commitment"] .wrapper .lead-container .main-content .form-header p.desc {
    text-align: center !important;
    color: var(--text-color-white);
    font-size: clamp(0.9em, 1vw, 1.1vw);
}
body[class*="expect"] .wrapper .lead-container .main-content .form-header h2.title,
body[class*="alone"] .wrapper .lead-container .main-content .form-header h2.title,
body[class*="listing"] .wrapper .lead-container .main-content .form-header h2.title,
body[class*="commitment"] .wrapper .lead-container .main-content .form-header h2.title {
    font-size: clamp(1.5em, 2.5vw, 2.5vw);
}

body[class*="expect"] p.desc a,
body[class*="alone"] p.desc a,
body[class*="commitment"] p.desc a,
.steps p a.link {
    text-transform: capitalize;
    color: var(--dark-brown);
    text-decoration: underline;
}
body[class*="expect"] .wrapper .lead-container,
body[class*="alone"] .wrapper .lead-container,
body[class*="listing"] .wrapper .lead-container,
body[class*="commitment"] .wrapper .lead-container {
    position: relative;
    padding: 2.5em 0;
}

body .wrapper .widgets-text-widget .lead-container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background-color: #F5F2ED;
    z-index: -5;
}
body[class*="insurance"] .wrapper .lead-container::after,
body[class*="preparation"] .wrapper .lead-container::after,
body[class*="10steps"] .wrapper .lead-container::after,
body[class*="10questions"] .wrapper .lead-container::after{
    content: unset;
}
body[class*="expect"].innerpage.urban .wrapper .lead-container .main-content,
body[class*="expect"].inner.theme1 .wrapper .lead-container .main-content,
body[class*="alone"].innerpage.urban .wrapper .lead-container .main-content,
body[class*="alone"].inner.theme1 .wrapper .lead-container .main-content,
body[class*="commitment"].innerpage.urban .wrapper .lead-container .main-content,
body[class*="commitment"].inner.theme1 .wrapper .lead-container .main-content,
body[class*="listing"].innerpage.urban .wrapper .lead-container .main-content,
body[class*="listing"].inner.theme1 .wrapper .lead-container .main-content{
    z-index: 1;
}
.innerpage.urban .lead-container,
.inner.theme1 .lead-container,
.inner.theme5 .lead-container{
    padding: 60px 1%;
}
.contact-banner {
    display: flex;
    width: 55%;
    justify-content: stretch;
    align-items: start;
}
body .wrapper .widgets-text-widget .form-section {
    width: 40%;
}
body .wrapper div[id*="ask_questions"] .widgets-askQuestions {
    border: none;
    box-shadow: none !important;
    background: unset;
    padding-left: 0;
    width: 90%;
    margin: auto;
}
body.innerpage.urban .g2page .ask_questions_widget {
    background: unset;
    padding: 0;
    margin: 0;
    width: 100%;
}

body.inner .wrapper div[id*="ask_questions"] .widgets-askQuestions .submit-wrapper .form-submit,
body.innerpage.urban .wrapper div[id*="ask_questions"] .widgets-askQuestions .submit-wrapper .form-submit {
    display: inline-block;
    height: auto !important;
    width: auto !important;
    padding: 0.8vw 4vw !important;
    background-color: var(--color-brown);
    color: var(--text-color-white);
    border-radius: 24px;
    text-decoration: none;
    font-size: clamp(0.85em, 0.85vw, 1vw);
    transition: background 0.3s ease;
    border: none;
    background-image: none;
    text-transform: capitalize;
    font-weight: 600;
}
body .wrapper div[id*="ask_questions"] .widgets-askQuestions span[title="This field is required."] {
    background: none;
    text-indent: unset;
    top: auto;
    font-size: 16px;
    color: var(--text-color-grey);

}

body .wrapper  div[id*="ask_questions"] span.new_disclaimer {
    font-size: clamp(0.75em, 0.8vw, 15px);
    color: var(--text-color-grey);
}

body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info,
body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info .form-item input,
body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .messages,
body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info .form-item,
body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .messages textarea,
body .wrapper #page_bottom .widgets-askQuestions .general-info .form-item {
    width: 100%;
    text-align: left;
    padding: 0;
}

body.urban.innerpage .wrapper  div[id*="ask_questions"] .widgets-askQuestions .messages textarea{
    margin: 0.1em 0px 0.7em 2%;
}
body .wrapper  div[id*="ask_questions"] .widgets-askQuestions label {
    font-weight: normal;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.85em, 0.85vw, 1vw);
    color: var(--text-color-grey);
}
body[class*="expect"] div[id*="ask_questions"] .widgets-askQuestions label,
body[class*="expect"] .wrapper  div[id*="ask_questions"] span.new_disclaimer,
body[class*="expect"] .wrapper div[id*="ask_questions"] .widgets-askQuestions span[title="This field is required."],
body[class*="expect"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info .form-item input,
body[class*="expect"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .form-item.Message textarea,
body[class*="alone"] div[id*="ask_questions"] .widgets-askQuestions label,
body[class*="alone"] .wrapper  div[id*="ask_questions"] span.new_disclaimer,
body[class*="alone"] .wrapper div[id*="ask_questions"] .widgets-askQuestions span[title="This field is required."],
body[class*="alone"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info .form-item input,
body[class*="alone"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .form-item.Message textarea,
body[class*="listing"] div[id*="ask_questions"] .widgets-askQuestions label,
body[class*="listing"] .wrapper  div[id*="ask_questions"] span.new_disclaimer,
body[class*="listing"] .wrapper div[id*="ask_questions"] .widgets-askQuestions span[title="This field is required."],
body[class*="listing"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info .form-item input,
body[class*="listing"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .form-item.Message textarea,
body[class*="commitment"] div[id*="ask_questions"] .widgets-askQuestions label,
body[class*="commitment"] .wrapper  div[id*="ask_questions"] span.new_disclaimer,
body[class*="commitment"] .wrapper div[id*="ask_questions"] .widgets-askQuestions span[title="This field is required."],
body[class*="commitment"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info .form-item input,
body[class*="commitment"] .wrapper  div[id*="ask_questions"] .widgets-askQuestions .form-item.Message textarea {
    color: var(--text-color-white);
}
body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .general-info .form-item input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #B8BFB68C;
    font-family: "Poppins", sans-serif;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    height: 2.3em;
    font-size: 16px;
}

body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .form-item.Message textarea {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: solid 1px #B8BFB68C;
    height: 2.3em;
    outline: none;
    margin: 0;
}

body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .drip-group-container-wrapper,
body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .drip-buyer-subgroup-container {
    display: none !important;
}

body.innerpage.urban #page_bottom .widgets-askQuestions input.form-submit {
    position: static;
}
body.innerpage.urban .g2page .submit-wrapper a.disclaimer_link {
    position: relative;
    text-align: center;
    width: 50%;
    bottom: unset;
    color: var(--color-brown)
}

body .wrapper  div[id*="ask_questions"] .widgets-askQuestions .submit-wrapper {
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#scrollToTopBtn {
    position: fixed;
    cursor: pointer;
    transition: all 0.3s ease;
    background: url('../images/10buyingtips/backtotop.png') no-repeat center / contain;
    width: 3vw;
    height: 3vw;
    z-index: 2;
    right: 3%;
    top: auto;
    bottom: 40px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
}
#scrollToTopBtn.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

#scrollToTopBtn:hover {
    transform: scale(1.1);
}
.innerpage .expect-image,
.innerpage .insurance-image{
    margin: 1em auto;
}
/*title animation*/
.animate-on-scroll {
    opacity: 0;
}
/* Triggered on scroll: animate */
.animate-on-scroll.move-up {
    animation: fadeInUp 1.03s ease forwards;
}
.animate-on-scroll:nth-child(1) {
    animation-delay: 0.1s;
}
.animate-on-scroll:nth-child(2) {
    animation-delay: 0.3s;
}
.animate-on-scroll:nth-child(3) {
    animation-delay: 0.5s;
}
/* Keyframes */
@keyframes fadeInUp {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/*do it alone or use realtor*/
body[class*="alone"] .step2 .main-content .contents ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body[class*="alone"] .step2 .main-content .contents .lists ul li span.check::before{
    content: "\2713";
    color: #4CAF50;
    font-weight: bold;
    margin-right: 10px;
    -webkit-text-fill-color: #4CAF50;
    -webkit-font-smoothing: antialiased;
}
body[class*="alone"] .step2 .main-content .contents .lists ul li{
    margin-top: 1em;
}
body[class*="alone"] .step2 .main-content .contents .lists ul li span.cross::before{
    content: "\2715";
    color: rgb(172, 82, 82);
    font-weight: bold;
    margin-right: 10px;
    -webkit-text-fill-color: rgb(172, 82, 82);
    -webkit-font-smoothing: antialiased;
}
body[class*="alone"] .step2 .step-accordion details[open] summary {
    border-bottom: 1px solid #d7c9b1;
    padding: 0.5em;
}
/*do it alone or use realtor*/
body[class*="preparation"] .contents .lists.needs ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body[class*="preparation"] .main-content .contents .lists.needs ul li::before{
    content: "\2713";
    color: #4CAF50;
    font-weight: bold;
    margin-right: 10px;
    -webkit-text-fill-color: #4CAF50;
    -webkit-font-smoothing: antialiased;
}
body[class*="preparation"] .main-content .contents .lists.needs ul li{
    margin-top: 0.5em;
}
body[class*="preparation"] .widgets-text-widget .content .steps.step2 .main-content{
    align-items: center;
}
body[class*="preparation"] .step2 .step-accordion details[open] summary {
    border-bottom: 1px solid #d7c9b1;
    padding: 0.5em;
}
/*responsive common*/
@media screen and (max-width: 1200px) {
    .round-container {
        clip-path: ellipse(100% calc(70 * 1%) at left);
        height: 43vw;
    }

    .hero-container,
    .hero-container .hero-image-wrapper {
        height: 43vw;
    }

    .innerpage.urban .hero-container .hero-image-wrapper,
    .innerpage.urban .hero-container,
    .innerpage.urban .round-container,
    .inner.theme5 .round-container,
    .inner.theme5 .hero-container .hero-image-wrapper,
    .inner.theme5 .hero-container,
    .inner.theme1 .round-container,
    .inner.theme1 .hero-container .hero-image-wrapper,
    .inner.theme1 .hero-container {
        height: 33vw;
    }

    .step-accordion details {
        padding: 1.5em 2.5em;
    }

    .step-accordion summary h3::before {
        height: 0.8em;
        width: 0.8em;
        left: -1.5em;
    }

    .info-card .contact-info .email a::before,
    .info-card .contact-info .phone_office a::before,
    .info-card .contact-info .phone_cell a::before,
    .inner .info-card .agent-info2 .phone_cell::before {
        height: 1em;
        width: 1em;
    }

    .info-card .circularimage {
        height: 5em;
        width: 5em;
    }
    
    .broker .info-card .circularimage img{
        max-height: 5em;
        max-width: 12em;
    }
    .wrapper .searchWidgetApp.searchExpanded .search-main-wrapper {
        gap: 30px;
        flex-direction: column;
        border-radius: 10px;
        width: 100%;
        max-width: 550px;
        padding: 1em 0;
    }

    .wrapper .searchWidgetApp.searchExpanded .search-main-wrapper .collapsedFilter {
        width: 100%;
    }

    body .wrapper div[id*=quickSearch] .searchWidgetApp.searchExpanded .collapsedFilter .toolbar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
     body .wrapper div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit {
        position: static !important;
        line-height: 1.6em;
    }
    body .wrapper div[id*=quickSearch] .searchWidgetApp.searchExpanded .collapsedFilter .toolbar-item {
        border-left: unset;
    }
    body .wrapper div[id*=quickSearch] .searchWidgetApp.searchExpanded .collapsedFilter .toolbar-item.priceRange,
    body .wrapper div[id*=quickSearch] .searchWidgetApp.searchExpanded .collapsedFilter .toolbar-item.bed {
        border-right: 1px solid #E9E9E9;
    }
    body .wrapper div[id*=quickSearch] .searchWidgetApp.searchExpanded .collapsedFilter .toolbar-item .dropdown-menu {
        width: 100% !important;
    }
    body .wrapper div[id*=quickSearch] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy {
        border-bottom: 1px solid #E9E9E9;
    }

    .testimonials .widget-testimonial li {
        width: calc(22vw - 20px);
        min-height: 25vw;
        padding: 1em;
    }

    .testimonials .widget-testimonial li.activeLi+li {
        margin: 10px;
        background-color: #f7f4ef;
    }

    body .wrapper div[id*="featuredListing"] .widgets-featuredListings div.property_div {
        width: calc(26.5vw - 1vw);
        height: 30vw;
    }

    body .wrapper div[id*="featuredListing"] .widgets-featuredListings .featured_multi_img_wrapper {
        height: 17vw;
    }
    #scrollToTopBtn {
        width: 2.5em;
        height: 2.5em;
    }
    .expect-image,
    .insurance-image,
    .offer-img,
    .home-worth,
    .closing-img,
    .marketing-img {
        width: auto;
        min-height: 30vw;
        max-width: 400px;
        margin: auto;
    }
    .widgets-text-widget .step2 .main-content .tips{
        width: auto;
    }
    .agent-bio .aboutAgent .content .success,
    .agent-bio .aboutAgent .content .success *,
    .about_office .content, .about_office .content *,
    body .wrapper .lead-container .contact-details p.desc{
        font-size: 0.9em;
    }
    .agent-bio .aboutAgent .content .success.collapse, .about_office .content.collapse {
        line-height: 1.7em !important;
        max-height: calc(7 * 1.7em);
    }
    .widgets-text-widget .content .steps .main-content {
        flex-wrap: wrap;
    }
    .widgets-text-widget .content .steps.step_1 .main-content .left-content,
    .widgets-text-widget .content .steps.step_1 .main-content .right-content,
    .widgets-text-widget .content .steps .main-content .left-content,
    .widgets-text-widget .content .steps .main-content .right-content,
    body[class*="insurance"] .widgets-text-widget .content .steps.step_1 .main-content .right-content,
    body[class*="insurance"] .widgets-text-widget .content .steps.step_1 .main-content .left-content,
    .contact-banner {
        width: 100%;
    }
}

@media (max-width:939px) {
    .round-container,
    .innerpage.urban .round-container,
    .inner.theme5 .round-container,
    .inner.theme1 .round-container {
        clip-path: unset;
        width: 90%;
        height: max-content;
        position: absolute;
        top: 50%;
        box-sizing: border-box;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 30px;
        padding: 1.8em 0.5em;
        border: none;
    }

    .hero-container,
    .hero-container .hero-image-wrapper,
    .innerpage.urban .hero-container .hero-image-wrapper,
    .innerpage.urban .hero-container,
    .inner.theme5 .hero-container .hero-image-wrapper,
    .inner.theme5 .hero-container,
    .inner.theme1 .hero-container .hero-image-wrapper,
    .inner.theme1 .hero-container{
        height: 70vh;
    }

    .innerpage.urban .round-container-text,
    .inner.theme5  .round-container-text,
    .inner.theme1  .round-container-text {
        padding: 1em 1em;
    }
    .round-container-text,
    .contact-banner {
        align-items: center;
    }

    body.inner .wrapper .hero-container .round-container-text h1.main-title,
    body.innerpage.urban .hero-container .round-container-text h1.main-title,
    .hero-container p.top-container-content {
        max-width: 90%;
        text-align: center;
    }
    body.inner .hero-container .hero-image-wrapper img,
    body.innerpage.urban .hero-container .hero-image-wrapper img{
        object-fit: cover;
    }
    .info-card {
        max-width:450px;
    }
    .btn-wrapper .cta-button {
        padding: .5em 1.5em;
        font-size: 14px;
        margin-top: 0.7em;

    }


    body .wrapper div[id*="featuredListing"] .widgets-featuredListings div.property_div {
        width: calc(40vw - 1vw);
        height: 37vw;
    }

     body .wrapper div[id*="featuredListing"] .widgets-featuredListings .featured_multi_img_wrapper {
        height: 22vw;
    }

    .testimonials .widget-testimonial li {
        width: calc(34vw - 20px);
        min-height: 43vw;
    }
    .lead-container {
        flex-direction: column;
        padding: 30px 2%;
        align-items: center;
    }
    body .wrapper .widgets-text-widget .form-section,
    body[class*="expect"] .wrapper .lead-container .main-content,
     body[class*="listing"] .wrapper .lead-container .main-content,
    body[class*="alone"] .wrapper .lead-container .main-content,
    body[class*="commitment"] .wrapper .lead-container .main-content  {
        width: 90%;
    }
    .contact-img {
        min-height: 40vw;
        max-width: 40vw;
        transform: none;
    }

}

@media screen and (max-width:640px) {
    body.inner.theme5 .wrapper.contentarea,
    body.inner.theme5 #footerwidgettop {
        width: 100%;
    }
    body.innerpage.urban div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel{
        width: 80% !important;
    }
    body .wrapper div[id*="featuredListing"] .widgets-featuredListings div.property_div,
    body .wrapper div[id*="featuredListing"] .widgets-featuredListingss .horizontal_scroll .wrapperFeature {
        width: calc(71vw - 1em);
        height: 65vw;
    }
    body .wrapper div[id*="featuredListing"] .widgets-featuredListings .featured_multi_img_wrapper{
        height: 40vw;
    }

    .testimonials .widget-testimonial li {
        width: calc(75vw - 20px);
        min-height: 70vw;
    }
    body.inner .wrapper div[id*="ask_questions"] .widgets-askQuestions .submit-wrapper .form-submit,
    body.innerpage.urban .wrapper div[id*="ask_questions"] .widgets-askQuestions .submit-wrapper .form-submit{
        padding: 0.7em 3em !important;
    }
    .expect-image,
    .insurance-image,
    .preparation-image, .listing-image{
        min-height: 60vw;
    }
    .widgets-text-widget .content .dream-search{
        padding: 40px 20px
    }
}
@media (max-width:568px) {
    .contact-banner{
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
    }
     .testimonials .widget-testimonial li {
        width: calc(85vw - 20px);
    }
    .widgets-text-widget .content .steps {
        width: 90%;
    }
    .step-accordion summary h3::before{
        left: -1.5em;
    }
    body.innerpage.urban div[id*="featuredListing"] .widgets-featuredListings .horizontal_scroll .jcarousel{
        width: 90% !important;
    }
    body .wrapper div[id*="featuredListing"] .widgets-featuredListings div.property_div,
    body .wrapper div[id*="featuredListing"] .widgets-featuredListingss .horizontal_scroll .wrapperFeature {
        width: calc(80vw - 0.5vw);
        height: 75vw;
    }
    .contact-img {
        min-height: 60vw;
        max-width: 60vw;
        margin-left: 0;
    }
    body .wrapper .lead-container .contact-details{
        padding: 1em;
    }
}