﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@font-face {
    font-family: ddin;
    src: url("../fonts/D-DIN.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'D-DIN-Bold';
    src: url('../fonts/D-DIN-Bold.otf');
}

@font-face {
    font-family: agencyheading;
    src: url("../fonts/Timeout-Regular.ttf");
    font-weight: normal;
}

.mobileShorting i.fa.fa-sort-amount-desc {
    transform: rotate(-90deg);
}

.pt-6 {
    padding-top: 7rem;
}

.affiliate-wrap.table-spacing table td {
    padding: 10px;
}

.affiliate-wrap.table-spacing {
    max-height: unset;
}

    .affiliate-wrap.table-spacing.bandalModal {
        max-height: 78vh;
    }

.pre-qu-modal .affiliate-wrap.table-spacing.bandalModal {
    max-height: unset;
}

.grid-section.commingsoon-section {
    top: 63px;
}

.not-avi-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 24px;
    background-color: black;
    color: #ffffff;
}

.modal-body.streetView {
    height: calc(85vh - -30px);
}

.preview-img {
    position: relative;
    height: 120px;
    border-style: dashed;
    border-color: #ddd;
    border-width: 2px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
}

    .preview-img input[type="file"] {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        left: 0;
        height: unset;
        opacity: 0;
    }

    .preview-img label {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        font-size: 13px;
        font-weight: 700;
    }

    .preview-img img {
        width: 70px;
        height: 70px;
    }

.pointer-event-none {
    pointer-events: none;
}

.commercialDepartment .img-blog-border img, .propertyManagement .img-blog-border img {
    width: 75%;
}

div.homeModal .modal-content .modal-body {
    max-height: 82vh;
    overflow-y: auto;
}

.modal-dialog.modal-size-custom {
    max-width: 690px;
}

div#confirm-pre-qualified2 .modal-content .affiliate-wrap {
    max-height: unset;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.affiliate-wrap {
    max-height: 60vh;
    overflow: auto;
}

div#confirm-pre-qualified2, div#confirm-pre-qualified3, div#confirm-pre-qualified4 {
    background: #000000b5;
}

div#confirm-get-title, div#confirm-get-title2 {
    background: #000000b5;
}

.modal-dialog.modal-size-custom .modal-body {
    overflow-y: auto;
}

.modal-size-custom .affiliate-wrap {
    max-height: unset;
}

.modal-size-custom .modal-content {
    max-height: 90vh;
}

.affiliate-wrap h4 {
    font-weight: 700;
}

.propertyManagement .img-blog-border:after, .commercialDepartment .img-blog-border:after {
    display: none;
}

.item-slick.slick-slide {
    position: relative;
}

.sticky-glry.feature-gallery .slick-list {
    min-height: unset !important;
}

    .sticky-glry.feature-gallery .slick-list img.single-prop-img {
        height: 76vh;
    }

p#contact-agent-error {
    text-align: center;
    margin-top: 20px;
}

.item-slick.slick-slide.slick-current:after {
    background: transparent;
}

.item-slick.slick-slide:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #3434346e;
}

div#staticBackdrop {
    pointer-events: none;
}

.target-purchase i.fa.fa-usd {
    margin-right: 3px;
    color: #000;
}

#contact-agent-error span {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#video-modal .modal-dialog {
    min-width: 90%;
    margin-top: 0;
}

    div#video-modal .modal-dialog button.close {
        position: absolute;
        z-index: 3;
        font-size: 40px;
        color: #fff;
        opacity: 1;
        right: -30px;
    }

    div#video-modal .modal-dialog .modal-body {
        display: flex;
    }

a {
    cursor: pointer;
}

.mandatory {
    color: #f00;
}

#frmModalLogin .form-check {
    display: inline;
}

.form-details #PreQualifyform .btn-wrapper button#btnPreQualify {
    margin: 0;
}

.featured-pdf-group > div {
    width: 30%;
    min-width: 205px;
    margin-bottom: 25px;
}

#btnShare {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    background: #c41e2f;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 0;
}

form#PreQualifyform .btn-wrapper input[type='button'] {
    margin: 0;
}

form#PreQualifyform .btn-wrapper input.previous.action-button-previous {
    border: 1px solid;
    color: #c41e2f;
    margin-right: 10px;
    padding: 4px 90px;
}

.form-details #PreQualifyform fieldset .form-card h2.fs-title {
    margin-bottom: 40px;
}

#frmModalLogin .text-right {
    float: right;
}

.loaderWraper {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffde;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loaderWraper .loader.forPopup {
        width: 50px;
        height: 50px;
    }

html, body {
    font-size: 16px;
    font-family: ddin;
    color: #000;
    background: #fff;
}

.nearbyProperty .wrapper {
    width: 23%;
    max-width: 255px;
    min-width: 220px;
    display: inline-block;
}

    .nearbyProperty .wrapper .textWrapper {
        width: 100%;
        padding: 10px;
    }

    .nearbyProperty .wrapper:not(:last-child) {
        margin-right: 1rem;
    }

.mailSent img {
    width: 30px;
}

.mailSent {
    min-height: 140px;
}

form#frmSharePropertyDetails input[type='button'] {
    border: none;
}

.leadershipPage .row.blog-gap-row:nth-child(2) > div:nth-child(2) .img-blog-border img.img-fluid1 {
    width: 70%;
}

.leadershipPage .row.blog-gap-row span {
    font-size: 22px;
    font-weight: 100;
}

.commercialDepartment .alignWithBox h4 {
    line-height: 1;
}

.propertyManagement .alignWithBox {
    margin-top: 15px;
}

.propertyAdd {
    width: 70%;
    margin: 0 auto;
}

section#homeBundle.homepage .property-bundle-saving-grp > a {
    text-decoration: none;
}

    section#homeBundle.homepage .property-bundle-saving-grp > a p {
        color: #000;
        font-weight: 500;
    }

    section#homeBundle.homepage .property-bundle-saving-grp > a button.btn-sell-home {
        font-weight: bold;
        outline: none;
    }

.box {
    max-width: 280px;
    width: 100%;
    justify-content: center;
    box-shadow: 0 0 15px #a9a8a8;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition: 0.3s ease;
}

.allAgents .agent-inner-group .agent-rt-details .agent-list-data a {
    font-weight: 100;
}

.yumaAgents .agent-inner-group .agent-list-data a {
    font-weight: 100;
}

.foothillsAgents .agent-inner-group .agent-list-data a {
    font-weight: 100;
}

.commercialDepartment .agent-list-data a {
    font-weight: 100;
}

.commercialDepartment .agent-list-social a {
    padding-right: 0;
    text-align: center;
    width: 20px;
    background: #efefef;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
}

    .commercialDepartment .agent-list-social a:hover {
        background: #ffe1e1;
        color: #c41e2f;
    }

.propertyManagement .agent-list-data a {
    font-weight: 100;
}

.propertyManagement .agent-list-social a {
    padding-right: 0;
    text-align: center;
    width: 20px;
    background: #efefef;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
}

    .propertyManagement .agent-list-social a:hover {
        background: #ffe1e1;
        color: #c41e2f;
    }

.box:hover {
    transform: scale(1.02);
}

.box .contained {
    width: 100%;
    background: #c41e2f;
    height: 160px;
    position: relative;
}

    .box .contained h4.buy-sell-title {
        text-align: center;
        color: #fff;
    }

    .box .contained .imgWrapperProperty {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%,0);
        background: #fff;
        border-radius: 50%;
        width: 170px;
        height: 170px;
        box-shadow: 0 0 10px #464646;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.modal-body .box .buy-sell-content {
    padding: 6rem 5px 0;
}

.box .buy-sell-content {
    width: 100%;
    padding: 6rem 15px 0;
}

    .box .buy-sell-content ul.li-style-1 {
        margin-bottom: 0;
        white-space: nowrap;
    }

        .box .buy-sell-content ul.li-style-1 i {
            color: #c41e2f;
            margin-right: 0.5rem;
        }

        .box .buy-sell-content ul.li-style-1 li {
            display: flex;
            align-items: baseline;
        }

.box .btn-sell-home {
    width: 90%;
    margin-bottom: 1rem;
    border-radius: 30px;
    justify-content: center;
    background: #fff;
    color: #c41e2f;
    border: 2px solid #c41e2f;
    padding: 0.4rem;
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

div#myBundleModal button.close.btn#backBtn {
    border: 3px solid #c41e2f;
    padding: 0.5rem 2rem !important;
    border-radius: 30px;
    color: #c41e2f !important;
}

.box .btn-sell-home:hover {
    background: #c41e2f;
    color: #fff;
}

div#myBundleModal .box .imgWrapperProperty img.img-fluid.sell-home-img {
    width: 70%;
}

div#propDetails .innerBundle .box .buy-sell-content ul.li-style-1 p {
    font-size: 1rem;
}

.bundleSave {
    padding: 15px;
}

    .bundleSave h4 {
        font-size: 22px;
        color: #c41e2f;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

.nearbyProperty .wrapper {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    border-radius: 10px;
}

.img-wrapper {
    position: relative;
    height: 170px;
}

.textWrapper {
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 1;
}

.img-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000075;
    z-index: 0;
}

.nearbyProperty {
    margin: 5rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-container {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.row.slickWrapper.slick-slide {
    display: flex;
}

.backgroundStyleTRA {
    background: radial-gradient(#272727,#0c0c0c);
    padding: 2rem 0 5rem;
}

.mainTextWrapper h4 {
    font-weight: bold;
    letter-spacing: 2px;
}

button#btnContactUs {
    padding: 1rem;
    background: #c41e2f;
    text-transform: uppercase;
    color: #fff;
}

.modal-body button#btnContactUs {
    padding: 5px 10px;
    ;
    background: #c41e2f;
    text-transform: uppercase;
    color: #fff;
}

.mainTextWrapper h6 {
    font-size: 2rem;
    font-weight: bold;
}

.mainTextWrapper h2 span {
    color: #c41e2f;
}

.mainTextWrapper p {
    font-size: 1.3rem;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 1.7rem 0;
}

.mainTextWrapper h2 {
    font-size: 3rem;
    font-weight: bolder;
    margin-bottom: 3rem;
    letter-spacing: -1px;
}

.mainTextWrapper ul {
    padding-left: 2rem;
}

    .mainTextWrapper ul li {
        font-size: 1.3rem;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

.blackTheme {
    background: radial-gradient(#272727,#0c0c0c);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 10px solid #c41e2f;
}

div.slick-slide {
    outline: none;
}

.verticleText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .verticleText h4 {
        font-size: 2rem;
        font-weight: bold;
        color: #c41e2f;
    }

    .verticleText h2 {
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .verticleText p {
        font-size: 1.3rem;
        letter-spacing: 2px;
    }

.commission {
    margin: 6rem auto;
}

    .commission > h3:after {
        content: "";
        display: block;
        border-bottom: 3px solid #c41e2f;
    }

    .commission > h3, .testimonial h3 {
        text-align: center;
        font-size: 3.5rem;
        font-weight: bold;
        width: fit-content;
        margin: auto;
    }

    .commission p {
        font-size: 1.3rem;
        color: #000;
        text-align: center;
        margin: 2rem 0;
        letter-spacing: 1px;
    }

    .commission .row .col-md-4:not(:last-child) {
        border-right: 1px solid #ddd;
    }

    .commission .row .col-md-4 {
        text-align: center;
    }

        .commission .row .col-md-4 h3 {
            font-size: 5rem;
            font-weight: bolder;
            color: #c41e2f;
            margin-bottom: 0;
        }

        .commission .row .col-md-4 span {
            font-size: 1.5rem;
            color: #000;
        }

.avatarImgWrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #868686;
}

.testimonial {
    margin: 6rem auto;
    padding: 6rem 0;
    background: #f1f1f1;
}

.comments {
    text-align: center;
    font-size: 1.2rem;
    background: #fff;
    padding: 1rem;
    color: #000;
    width: 60%;
    margin: 2rem auto;
    letter-spacing: 1px;
    line-height: 2;
}

.testimonial button.slick-arrow {
    display: none !important;
}

.blackTheme img.img-fluid.w-100 {
    border-radius: 10px;
}

.one ul.slick-dots li {
    list-style: none;
    margin-right: 0.5rem;
}

    .one ul.slick-dots li button {
        visibility: hidden;
    }

        .one ul.slick-dots li button:before {
            content: "";
            width: 15px;
            height: 15px;
            background: #ccc;
            display: block;
            opacity: 1;
            border-radius: 50%;
            visibility: visible;
        }

    .one ul.slick-dots li.slick-active button:before {
        background: #000;
    }

.navTransparent div#navbarNav > ul.navbar-nav > li.nav-item a.nav-link {
    padding: 4px 10px;
    font-size: 18px;
    outline: none;
}

.pagination-center {
    padding-bottom: 4rem;
}

.one .slick-arrow {
    display: none !important;
}

.one ul.slick-dots {
    display: flex;
    position: absolute;
    left: 62%;
    top: 90%;
    transform: translate(-55%,-90%);
}

form#frmCreate {
    background: #000000;
    padding: 1rem 0.5rem;
}

.themeColor {
    color: #c41e2f;
}

.themeBgColor {
    background: #c41e2f;
}

h4.contactText {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.title-heading {
    font-size: 5rem;
    font-weight: bolder;
    margin: 118px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
}

h2.title-heading.colorRed, h1.title-heading.colorRed {
    color: #c41e2f;
    font-family: agencyheading;
    margin: 5rem auto 8rem;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 90px;
    margin-bottom: 0px;
}

.office-address h6 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.office-address {
    margin-bottom: 70px;
}

.backgroundStyleTRA .title-heading:after {
    content: "";
    width: 100%;
    border-bottom: 5px solid #c41e2f;
    display: block;
    margin-bottom: 5rem;
}

header {
    height: 70px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.testimonial ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
}

.testimonial .slick-dots li {
    margin: 0 1rem;
}

    .testimonial .slick-dots li button {
        visibility: hidden;
    }

        .testimonial .slick-dots li button:after {
            content: "";
            width: 10px;
            height: 10px;
            display: block;
            background: #a2a2a2;
            visibility: visible;
            border-radius: 50%;
            cursor: pointer;
        }

    .testimonial .slick-dots li.slick-active button:after {
        background: #222;
    }

section.servicesIndex {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

    section.servicesIndex .property-bundle-saving-grp .sell-your-home a.btn-sell-home {
        font-size: 21px;
    }

    section.servicesIndex .property-bundle-saving-grp .sell-your-home {
        width: 250px;
    }

.getPropertyWrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #222;
    opacity: 0.7;
    z-index: 1;
}

.getPropertyWrapper .textHeadingWrapper h3, .getPropertyWrapper .textHeadingWrapper h1 {
    font-weight: bold;
    font-size: 1.7rem;
}

.getPropertyWrapper .textHeadingWrapper h2 {
    font-weight: bold;
    font-size: 2.6rem;
}

.getPropertyWrapper .textHeadingWrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    transform: translate(0px,-50%);
}

.priceDetails p {
    font-size: 1.7rem;
    font-weight: bold;
}

.priceDetails h4.price {
    font-size: 2.6rem;
    font-weight: bolder;
    margin: 0.5rem 0;
}

.container.howToSell h4 {
    font-size: 2.2rem;
    font-weight: bolder;
}

.container.howToSell .descripContent h5.textTitle {
    font-weight: bolder;
    font-size: 1.2rem;
    color: #585858;
}

.container.howToSell .descripContentp {
    color: #868686;
    font-size: 1rem;
}

.container.howToSell .innerWrapper {
    border: 1px solid #e8e8e8;
    padding: 1.5rem 2rem;
    height: 100%;
}

    .container.howToSell .innerWrapper .innercontent, .container.howToSell .innerWrapper .innercontent1 {
        height: calc(100% - 52px);
        margin-bottom: 10px;
    }

.innerWrapper .innercontent, .innerWrapper .innercontent1 {
    min-height: 300px;
    overflow: hidden;
}

.getPropertyWrapper .priceFrame {
    position: absolute;
    width: 15%;
    z-index: 2;
    bottom: -20%;
    background-color: #fff;
    border: 1px solid #ccc;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0.5rem;
}

section.servicesIndex h3.offer-heading, section.servicesIndex h1.offer-heading {
    font-size: 42px;
}

section.servicesIndex .offer-sm-text {
    font-size: 1.2rem;
}

section.servicesIndex .sell-home-img {
    width: 200px;
}

.sellValuation .textWrapper h4 {
    font-weight: inherit;
    font-size: 1rem;
}

.getPropertyWrapper hr {
    width: 52%;
    border-bottom: 2px solid #c41e2f;
}

.sellValuation .textWrapper h3.add {
    font-weight: inherit;
    width: 70%;
    font-size: 2.5rem;
}

.getPropertyWrapper {
    background-image: url('../img/2.jpg');
    padding: 4rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 464px;
}

.imgWrapper {
    position: relative;
    text-align: center;
}

    .imgWrapper span {
        position: absolute;
        width: 60%;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%,0px);
        border: 3px solid #c41e2f;
        z-index: 0;
    }

    .imgWrapper img {
        width: 60%;
        position: relative;
        z-index: 1;
        transform: translate3d(-16px,-16px,0px);
    }

.sellValuation .textWrapper p.details {
    margin-bottom: 0;
    letter-spacing: 2px;
}

.sellValuation .imgWrapper span.close {
    margin-right: 1rem;
    position: absolute;
    z-index: 9;
    right: 0;
    opacity: 1;
}

    .sellValuation .imgWrapper span.close a {
        color: #fff;
        text-decoration: none;
        font-weight: 100;
        font-size: 3rem;
        opacity: 1;
    }

section.servicesIndex .property-bundle-saving-grp {
    width: calc(100% - 30px);
    margin: auto;
}

.back-to-search {
    color: #007bff !important;
}

b, strong {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

.contact-agent-btn {
    width: 49%;
    color: #fff;
    background: #0263e5;
    border: 1px solid #0263e5;
    padding: 8px 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

    .contact-agent-btn:focus {
        outline: 0px none;
        border: 1px solid #0263e5;
    }

    .contact-agent-btn:hover {
        color: #fff;
        text-decoration: none;
        border: 1px solid #0263e5;
        background-color: #0263e5;
        padding: 8px 12px;
    }

.header-bg {
    background: url("../img/homebanner-new1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 430px;
    width: 100%;
    position: relative;
    background-position: bottom;
}

.bannerInnerCaption {
    display: none;
}

.m-logo {
    display: none;
}

.shortDropdown-ipad {
    display: none !important;
}

.mobileShorting {
    display: none;
}

.logo {
    width: 170px;
    height: auto;
    padding-top: 8px;
}

.header-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.sub-menu a.dropdown-item {
    color: #000;
    text-transform: none;
    font-size: 17px;
}

.btn-red {
    background: #c41e2f;
    padding: 0px 18px;
}

.iframe-btn a.back-btn-iframe {
    font-size: 20px;
    padding: 6px 42px;
    top: 18px;
    right: 30px;
}

.tr-btn > ul > li {
    display: inline-block;
}

    .tr-btn > ul > li > a {
        color: #fff !important;
        text-transform: uppercase;
    }

.fa-icon {
    padding-right: 10px;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .banner-content > h1 {
        font-size: 50px;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
    }

.banner-title {
    font-weight: 600;
}

.banner-content > p {
    display: none;
}

.banner-search {
    margin-top: 30px;
    min-height: 90px;
    min-width: 620px;
}

    .banner-search > ul {
        list-style-type: none;
        display: flex;
    }

        .banner-search > ul > li {
            display: inline-block;
            font-size: 18px;
            line-height: 25px;
            padding: 3px 35px;
            color: #fff;
            text-transform: uppercase;
            margin-right: 1px;
            cursor: pointer;
            text-decoration: none;
        }

    .banner-search ul li.active {
        background: #c41e2f;
    }

    .banner-search ul li {
        background: rgba(0,0,0,0.6);
    }

.search-list {
    border-radius: 0;
}

    .search-list:first-child {
        border-radius: 0;
    }

    .search-list:last-child {
        border-radius: 0;
    }

    .search-list:hover {
        color: #ffffff;
        background-color: #c41e2f;
    }

.search-bar {
    position: relative;
    margin-top: -14px;
}

.search-input {
    width: 625px;
    height: 56px;
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding: 15px;
    border: 0px;
    outline: none;
}

span.realtor {
    font-weight: 700;
    font-size: 16px;
}

.subDomainTopWrap {
    width: 120px;
    position: absolute;
    top: 3px;
}

.subDomainTopWrap2 {
    width: 37px;
    position: absolute;
    top: 3px;
}

.subDomainTopWrap > img {
    position: absolute;
    width: 160px;
    left: 0;
    top: 100%;
}

.search-icon {
    position: absolute;
    background: #c41e2f;
    padding: 10px 16px;
    color: #fff;
    left: auto;
    right: 7px;
    top: 6px;
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-weight: 500;
    padding: 4px 10px;
    font-size: 18px;
}

.number-bg {
    background: #f9f9fa;
    padding: 50px 0;
}

.numbers-group {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

    .numbers-group p {
        margin-bottom: 0;
    }

.number-single {
    font-size: 80px;
    color: #c41e2f;
    font-weight: 900;
    padding-right: 10px;
}

.number-title {
    font-size: 20px;
    line-height: 19px;
    font-weight: 900;
    display: flex;
    justify-content: start;
}

.realty-box-section {
    margin: 50px 0;
}

.txt-red {
    color: #c41e2f;
}

.realty-box-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}

.realty-boxes {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
}

.realty-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
}

.realty-box-img {
    height: 350px;
    width: 100%;
}

.img-overlay-red {
    background: rgba(196,30,47,0.74);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 8;
}

.img-overlay-grey {
    background: rgba(0,0,0,0.32);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 8;
}

.realty-box-caption {
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 9;
    transition: all 0.1s ease-in;
}

    .realty-box-caption:hover {
        border-bottom: 6px solid #fff;
    }

.featured-listings {
    margin-bottom: 50px;
}

.featured-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}

.featured-desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 30px;
}

.f-list-img {
    height: 450px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.carousel-caption {
    left: 5%;
    right: 5%;
}

.featured-content-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.featured-button h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.featured-button a {
    color: #fff;
    text-decoration: none;
}

.featured-content {
    display: flex;
    flex-direction: row;
    margin-top: -8px;
    font-weight: 600;
}

.featured-line {
    padding-right: 10px;
    vertical-align: middle;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.faq-section {
    margin-bottom: 70px;
}

.image-block {
    border: 3px solid red;
}

    .image-block img {
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: -15px;
    }

.faq-h2 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 900;
    padding-top: 30px;
    margin-bottom: 35px;
}

.faq-btn {
    color: #212529;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

    .faq-btn:hover {
        text-decoration: none;
        color: #c41e2f;
    }

    .faq-btn:focus {
        text-decoration: none;
    }

.accordion-custom .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
}

    .accordion-custom .card .card-header {
        background: none;
    }

.accordion-custom > .card:first-of-type {
    border-bottom: none;
}

.accordion-custom > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: none;
}

.video-section {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.video-content video {
    position: absolute;
}

.video-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

    .video-content h4 {
        font-size: 28px;
        color: #fff;
        z-index: 2;
    }

    .video-content:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #000000a8;
    }

    .video-content img {
        margin-top: 30px;
        width: 70px;
        height: 70px;
        z-index: 2;
    }

.affiliate-section {
    background: url(../img/affiliate-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
}

    .affiliate-section p {
        margin-bottom: 40px;
    }

.affiliate-img {
    width: 210px;
    padding: 0 30px;
}

.affiliate-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

footer {
    position: relative;
}

    footer.footer-bg h4, footer.footer-bg p, footer.footer-bg a, footer.footer-bg li {
        color: #000 !important;
    }

.footer-social a img {
    filter: brightness(0);
}

.footer-bg.homefooter .footer-social a img {
    filter: brightness(1);
}

.footer-app img {
    filter: brightness(0);
}

.footer-bg {
    background: url(../img/Footer-bg-Listing.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 40px;
}

img.card-img-top.image-loading.near-by-prop {
    height: 100%;
}

.footer-bg.homefooter {
    background: url(../img/Footer-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 40px;
}

footer.footer-bg.homefooter h4, footer.footer-bg.homefooter p, footer.footer-bg.homefooter a, footer.footer-bg.homefooter li {
    color: #fff !important;
}

footer.footer-bg.homefooter .footer-app img {
    filter: initial;
}

.footer-group {
    display: flex;
    margin: auto;
}

.footer-menu {
    white-space: nowrap;
    font-weight: normal;
    color: #fff;
}

    .footer-menu h4 {
        About the Agency text-transform:uppercase;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .footer-menu ul li {
        list-style-type: none;
        padding-top: 6px;
        font-size: 14px;
        line-height: 16px;
        cursor: pointer;
    }

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 100;
}

    .footer-right p {
        text-align: center;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

.footer-menu2 {
    margin: 15px 0;
    text-align: center;
}

    .footer-menu2 ul li {
        display: inline-block;
        list-style-type: none;
        border-right: 1px solid #fff;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
        line-height: 11px;
        cursor: pointer;
    }

        .footer-menu2 ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: normal;
        }

        .footer-menu2 ul li:last-child {
            border-right: none;
        }

.footer-app img {
    width: 100%;
    padding-right: 10px;
    cursor: pointer;
}

.navbar-dark .navbar-toggler {
    background-color: #efefef8c;
}

.footer-app {
    display: flex;
    align-items: center;
}

.footer-social {
    margin-top: 20px;
}

    .footer-social li {
        list-style-type: none;
        display: inline-block;
    }

    .footer-social img {
        width: 20px;
    }

.copyright {
    position: initial;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background: rgb(0 0 0 / 40%);
    padding: 10px;
}

    .copyright p {
        color: #fff;
        margin-bottom: 0;
    }

.abt-header .navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.abt-header .navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.header-abt-menu {
    padding-right: 0px;
}

    .header-abt-menu .nav-link {
        font-weight: normal;
        padding: 4px 10px !important;
        font-size: 18px;
    }

.background-header {
    background: #fff;
    height: 70px;
}

.grid-section {
    position: relative;
    top: 60px;
    width: 100%;
}

.grid-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#carouselExampleControls .grid-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: unset !important;
}

.grid-item {
    width: 33%;
    margin-bottom: 0.4%;
    display: flex;
    border-bottom: 5px solid #656565;
    overflow: hidden;
    box-shadow: 0 0 5px #afafaf;
}

.no-image {
    object-fit: unset !important;
    height: 100%;
}

.bundl-img .card-img-top {
    image-rendering: unset;
    height: 100%;
}

.card-img-top {
    width: 100%;
    position: relative;
    top: 50%;
    border-radius: 0;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
    height: 100%;
    transform: translate(0,-50%);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

.prop-grid-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

    .prop-grid-img i {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
        z-index: 1;
        padding: 10px;
    }

    .prop-grid-img p {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        background-color: #f7941d;
        padding: 5px 18px;
        font-size: 14px;
        z-index: 1;
        letter-spacing: 1px;
    }

.prop-desc-group {
    padding: 0.5rem;
}

.prop-grid-price {
    font-size: 26px;
    font-weight: 900;
    color: #292828;
    padding-right: 5px;
}

.prop-grid-feature {
    font-size: 18px;
}

.prop-grid-address {
    font-size: 18px;
}

.prop-grid-group {
    border: none;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 16%);
    border-radius: 0;
    width: 100%;
}

.filter-section {
    border-top: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
}

    .filter-section .search-input {
        width: 100%;
        height: 50px;
        border: none;
        background-color: #fff;
        border-radius: 0;
        padding: 15px;
        border: 0px;
        outline: none;
    }

    .filter-section .navbar {
        display: flex;
        width: 100%;
        padding: 0;
    }

    .filter-section .filter-group {
        width: 85%;
        display: flex;
    }

        .filter-section .filter-group .dropdown i {
            padding-left: 15px;
        }

.high-index {
    z-index: 1051 !important;
}

.filter-search-icon i {
    padding-right: 15px;
    cursor: pointer;
}

.filter-section .listing-view {
    width: 15%;
    display: flex;
    justify-content: flex-end;
}

    .filter-section .listing-view i {
        padding-right: 10px;
    }

.filter-section .navbar a {
    float: left;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.filter-section .filter-group .dropdown-menu {
    min-width: 280px;
    padding: 0px;
}

    .filter-section .filter-group .dropdown-menu .col-form-label {
        font-size: 1.5rem;
        font-weight: 700
    }

    .filter-section .filter-group .dropdown-menu select {
        font-size: 1.5rem;
    }

    .filter-section .filter-group .dropdown-menu p {
        font-size: 1.7rem;
        font-weight: 700
    }

    .filter-section .filter-group .dropdown-menu label.form-check-label {
        font-size: 1.5rem;
    }

    .filter-section .filter-group .dropdown-menu .form-check-input {
        margin-top: 0.6rem;
    }

    .filter-section .filter-group .dropdown-menu button.btn {
        font-size: 1.5rem;
    }

    .filter-section .filter-group .dropdown-menu input.form-control {
        font-size: 1.5rem;
    }

    .filter-section .filter-group .dropdown-menu a {
        margin-top: 20px;
    }

.filter-section .dropdown {
    float: left;
    border-left: 1px solid #e8e7e7;
}

.filter-section .navbar a:hover {
    background-color: #c41e2f;
    color: #fff;
}

.filter-section .dropdown .btn-search {
    color: #fff;
    font-weight: 600;
}

.affiliate-section-bg {
    background: url(../img/affiliate-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 0px;
}

.affiliate-section-abt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.affiliate-line {
    width: 1px;
    height: 75px;
    background-color: #cccccc;
    margin-left: 30px;
}

.affiliate-img {
    width: 300px;
    padding: 0 30px;
}

.affiliate-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pagination-center {
    text-align: center;
    background-color: white;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color 0.3s;
        border: 1px solid #ddd;
        margin: 0 1px;
    }

        .pagination a.active {
            background-color: #c41e2f;
            color: white;
            border: 1px solid #c41e2f;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.bg-red {
    background: #c41e2f;
}

.dropdown.price-search {
    padding: 7px;
}

.pagination-single i {
    color: #c41e2f;
}

.price-search .btn:focus {
    box-shadow: none;
}

.price-group {
    width: 410px;
    height: auto;
    z-index: 2;
    background: #fff;
    padding: 15px;
}

    .price-group .price-input-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .price-group .price-input-group .price-input {
            padding: 6px;
        }

    .price-group .price-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -10px 0px;
    }

        .price-group .price-btn a {
            background: #c41e2f;
            padding: 8px 25px !important;
            color: #fff;
        }

.price-to {
    margin: 0 10px;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.slider-range-custom {
    margin-top: 10px;
    padding: 10px;
}

    .slider-range-custom .ui-widget.ui-widget-content {
        border: none;
        background-color: #fff;
        outline: none;
    }

    .slider-range-custom .ui-widget-header {
        background: #c1c1c1;
        outline: none;
        border: none;
    }

    .slider-range-custom .ui-state-default, .slider-range-custom .ui-widget-content .ui-state-default {
        border: none;
        outline: none;
        background: #c41e2f !important;
    }

    .slider-range-custom .ui-slider-horizontal .ui-slider-handle {
        top: -0.4em;
    }

    .slider-range-custom .ui-slider-horizontal {
        height: 0.4em;
    }

.slider-range-price {
    border: 0;
    color: #000;
    font-weight: 500;
    outline: none !important;
}

.dropdown.type-search {
    padding: 7px;
}

.type-search .btn:focus {
    box-shadow: none;
}

.dropdown.more-filters.show .dropdown-menu.show {
    left: -110px;
}

.dropdown-type-group {
    height: auto;
    z-index: 2;
    background: #fff;
    padding: 15px;
}

    .dropdown-type-group .type-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -10px 0px;
    }

        .dropdown-type-group .type-btn a {
            background: #c41e2f;
            padding: 8px 25px;
            color: #fff;
        }

.dropdown.bed-search {
    padding: 7px;
}

.bed-search .btn:focus {
    box-shadow: none;
}

.modal-size .modal-dialog {
    max-width: 1000px !important;
}

.dropdown-bed-group {
    min-width: 310px;
    height: auto;
    z-index: 2;
    background: #fff;
    padding: 15px;
}

    .dropdown-bed-group .bed-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -10px 0px;
    }

        .dropdown-bed-group .bed-btn a {
            background: #c41e2f;
            padding: 8px 25px;
            color: #fff;
        }

button.btn.btn-outline-dark.btn-bedroom {
    border-radius: 0;
    padding: 8px 14px;
}

    button.btn.btn-outline-dark.btn-bedroom:focus {
        box-shadow: none;
    }

    button.btn.btn-outline-dark.btn-bedroom:hover {
        color: #fff;
        background-color: #c41e2f;
        border-color: #c41e2f;
    }

    button.btn.btn-outline-dark.btn-bedroom.active {
        color: #fff;
        background-color: #c41e2f;
        border-color: #c41e2f;
    }

.dropdown.more-filters {
    padding: 7px;
}

.more-filters .btn:focus {
    box-shadow: none;
}

.dropdown-more-group {
    width: 480px;
    z-index: 2;
    background: #fff;
    padding: 15px 0;
}

    .dropdown-more-group .more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -10px 0px;
    }

        .dropdown-more-group .more-btn a {
            background: #c41e2f;
            padding: 8px 25px;
            color: #fff;
        }

    .dropdown-more-group .more-filter-block {
        display: flex;
        justify-content: space-between;
    }

.map-section {
    margin: 10px 0 0;
    position: relative;
}

.map-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .map-block::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }

    .map-block::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    .map-block::-webkit-scrollbar-thumb {
        background-color: rgb(129,129,129);
    }

.map-item {
    width: 49%;
    margin-bottom: 0.4%;
    display: flex;
    border-bottom: 5px solid #656565;
    overflow: hidden;
    box-shadow: 0 0 5px #afafaf;
    margin: 2px;
}

.agent-inner-group .agent-list-data p {
    margin-bottom: 0;
}

.prop-list-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

    .prop-list-img i {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
        z-index: 1;
    }

    .prop-list-img p {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        background-color: #f7941d;
        padding: 5px 18px;
        font-size: 14px;
        z-index: 1;
        letter-spacing: 1px;
    }

.prop-list-group {
    padding: 2px;
    border: none;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 16%);
    border-radius: 0;
    width: 100%;
}

.total-result {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
}

#ui-id-1 {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#ui-id-2 {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.loader {
    border: 5px solid #c41e2f;
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#dvPropertyListLoader, #dvPropertyListMapLoader {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(100 100 100 / 18%);
}

.no-result {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-modal-width {
    max-width: 98%;
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden !important;
}

.back-to-search {
    font-size: 15px;
    text-shadow: none;
    font-weight: 500;
    opacity: 1;
}

#staticBackdrop {
    overflow-y: hidden;
}

.modal-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    position: sticky;
    top: -1rem;
    background: #fff;
    padding: 0;
    z-index: 3;
}

#myBundleModal .modal-navigation {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    position: sticky;
    top: -1px;
    background: #fff;
    padding: 5px 0px;
    z-index: 3;
}

    #myBundleModal .modal-navigation .back-to-search {
        padding: 30px 0px;
        font-size: 18px;
    }

.modal-navigation a {
    color: #000;
    text-decoration: none;
}

.modal-rt-menu {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
}

    .modal-rt-menu a {
        color: #000;
        text-decoration: none;
        outline: none;
    }

.modal-btn-tour, .modal-btn-agent {
    width: 45%;
}

.modal-fa-color {
    color: #c41e2f;
    padding-right: 5px;
}

.modal-fa-amenities {
    border: 1px solid #636363;
    border-radius: 50%;
    padding: 1px;
    color: #636363;
}

.single-prop-img {
    height: 550px;
}

.single-prop-gallery {
    width: 100%;
    height: 135px;
}

.modal-amenities {
    padding-right: 20px;
}

.fa-green-icon {
    color: #08a64f;
}

.fa-red-icon {
    color: #ec2227;
}

.table-head-bg {
    background: #dee2e6;
}

.property-graph {
    width: 630px;
}

.offer-heading {
    font-size: 38px;
    font-weight: 900;
    text-align: center;
}

.offer-sm-text {
    padding: 0 50px;
    text-align: center;
}

.sell-home-img {
    width: 120px;
}

.btn-sell-home {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    background: #c41e2f;
    color: #fff;
    padding: 10px 25px;
}

    .btn-sell-home:hover {
        color: #fff;
        text-decoration: none;
    }

.li-style-1 {
    list-style: none;
}

.list-arrow {
    color: #c41e2f;
    width: 10px;
    margin-right: 5px;
}

.buy-sell-title {
    font-weight: 900;
    font-size: 23px;
    margin-top: 10px;
}

.sell-your-home {
    display: flex;
    flex-direction: column;
}

.buy-sell-content {
    padding-right: 10px;
}

.mortgage-value {
    font-size: 30px;
    font-weight: 600;
}

.innerBundle .box .buy-sell-content ul.li-style-1 p {
    font-size: 0.8rem;
}

.innerBundle .box .contained .imgWrapperProperty {
    width: 150px;
    height: 150px;
}

section#homeBundle .box .contained .imgWrapperProperty img.img-fluid.sell-home-img {
    width: 120px;
}

*, :after, :before {
    box-sizing: border-box;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}

.rangeslider, .rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

    .rangeslider:after {
        top: 50%;
        left: 0;
        right: 0;
        content: "";
        width: 100%;
        height: 5px;
        margin-top: -2.5px;
        border-radius: 5px;
        position: absolute;
        background: #212131;
    }

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
}

.rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
    background: #14b738;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    top: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: -14px;
    background: white;
    position: absolute;
    background: #14b738;
    border-radius: 50%;
    display: inline-block;
}

    .rangeslider__handle:active {
        background: #ff5a7b;
    }

.rangeslider__fill, .rangeslider__handle {
    z-index: 1;
    touch-action: pan-down;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 5px;
    margin-top: -2.5px;
}

.buy-price-slider {
    border: 1px solid #ddd;
}

.buy-saving-bg {
    background: #fff;
    height: 120px;
    border-left: 1px solid #ddd;
}

.purchase-slider-section {
    top: 50%;
    left: 50%;
    transform: translate(0%,10%);
}

.buy-saving-value {
    font-weight: 900;
}

.agent-img {
    max-width: 150px;
    image-rendering: -webkit-optimize-contrast;
}

.agent-title {
    font-size: 24px;
    font-weight: 900;
}

.agent-position {
    font-size: 22px;
}

.agent-fa-icons-red {
    color: #c41e2f;
}

.agent-fa-icons {
    color: #f7941d;
}

.agent-footer {
    width: 100%;
}

.retalerCard {
    position: relative;
}

    .retalerCard > .row {
        position: relative;
        z-index: 1;
    }

.bottomImg {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
}

.retalerCardImg img {
    position: absolute;
    bottom: 20px;
    width: 90%;
}

.sortFillter_div {
    display: flex;
    align-items: center;
}

    .sortFillter_div label {
        white-space: nowrap;
        margin-right: 7px;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 18px;
    }

.grid-item-similar {
    width: 49%;
    margin-bottom: 0.4%;
    display: flex;
}

#carouselExampleControls .grid-item-similar {
    width: 100% !important;
    margin-bottom: 0.4%;
    display: flex;
}

.testimonial-slider {
    padding: 2em;
}

.testimonial-title {
    color: #fff;
}

    .testimonial-title h2 {
        padding-left: 0.2em;
    }

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22,22,26,0.18);
    border: none;
    height: 100%;
}

.carousel-control-prev, .carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
}

@media (min-width:576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width:768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev, .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}

.prop-grid-img-similar {
    position: relative;
    overflow: hidden;
    height: 200px;
}

    .prop-grid-img-similar i {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
        z-index: 1;
    }

    .prop-grid-img-similar p {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        background-color: #f7941d;
        padding: 5px 18px;
        font-size: 14px;
        z-index: 1;
        letter-spacing: 1px;
    }

.single-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.virtual-tour-btn, .blue-btn {
    width: 49%;
    border: 1px solid #0263e5;
    background: #0263e5;
    padding: 8px 12px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

    .virtual-tour-btn:focus {
        outline: 0px none;
        border: 1px solid #0263e5;
    }

.getprequalified {
    width: 60%;
    border: 1px solid #0263e5;
    padding: 8px 12px;
    background: #0263e5;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

    .getprequalified:hover {
        color: #fff;
        background: #0263e5;
    }

.virtual-tour-btn:hover {
    border: 1px solid #0263e5;
    background: #0263e5;
    padding: 8px 12px;
    text-decoration: none;
    color: #fff;
}

.mortage-calc-group {
    border: 1px solid #e1e1e1;
    padding: 25px;
}

.modal-calc-tenure {
    font-size: 16px;
}

.modal-calc-proptaxes {
    font-size: 13px;
}

.agent-rt-details .agent-list-icons {
    width: 30px;
    padding: 0;
    text-align: center;
    min-width:30px;
}

.agent-rt-details .agent-list-data a {
    font-weight: 100;
}

button.nav-link.btn.loginBtn {
    font-size: 16px;
}

.modal-calc-msg {
    margin-top: 15px;
}

.calc-btn-dollar {
    font-size: 16px;
    color: #fff;
    border: 1px solid #f7941d;
    background: #f7941d;
    padding: 10px 18px;
}

    .calc-btn-dollar:hover {
        color: #f7941d;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #f7941d;
        background: #fff;
        padding: 10px 18px;
    }

.input-group-text {
    border-radius: 0;
}

.form-control-border .form-control {
    border: none;
    border-radius: 0;
}

.form-control-border .homeprice {
    border: 1px solid #e1e1e1;
}

.form-control-border .downpayment {
    border: 1px solid #e1e1e1;
}

.form-control-border .downpayment-perc {
    border: 1px solid #e1e1e1;
}

.form-control-border .propertytaxes {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.form-control-border .modal-calc-proptaxes {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0.375rem 0.55rem;
}

.form-control-border .propertytaxes-perc {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.form-control-border .hoadues {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.form-control-border .modal-calc-hoadues {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0.375rem 0.55rem;
}

.form-control-border .homeinsurance {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.form-control-border .modal-calc-homeinsurance {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0.375rem 0.55rem;
}

.form-control-border .homeinsurance-perc {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.form-control-border .interest-rate {
    border: 1px solid #e1e1e1;
}

.form-group .loanterm {
    border: 1px solid #e1e1e1;
}

.calc-bar-group {
    display: flex;
    justify-content: space-evenly;
}

.calc-blue {
    width: 60%;
    height: 10px;
    background: #0000ff;
}

.calc-green {
    width: 25%;
    height: 10px;
    background: #39b54a;
}

.calc-yellow {
    width: 15%;
    height: 10px;
    background: #fff568;
}

.mortage-calc-box-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mortage-calc-box-group p {
        font-size: 13px;
    }

.calc-blue-box {
    width: 10px;
    height: 10px;
    background: #0000ff;
}

.calc-green-box {
    width: 10px;
    height: 10px;
    background: #39b54a;
}

.calc-yellow-box {
    width: 10px;
    height: 10px;
    background: #fff568;
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

    .slider-for img {
        width: 100%;
        min-height: 100%;
        image-rendering: auto;
        image-rendering: crisp-edges;
        image-rendering: pixelated;
        image-rendering: auto;
        image-rendering: pixelated;
        object-fit: cover;
    }

.slider-nav {
    margin: auto;
}

    .slider-nav .item-slick {
        width: 150px;
        margin: 0 4px;
        outline: none !important;
        cursor: pointer;
    }

        .slider-nav .item-slick img {
            max-width: 100%;
            background-size: cover;
            background-position: center;
        }

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.lg-outer.lg-visible {
    opacity: 1;
    background: rgba(0,0,0,0.8);
}

div#staticBackdrop {
    padding-right: 0 !important;
}

button.slick-next.slick-arrow {
    border: none;
    background: transparent;
    color: transparent;
}

.slick-next:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 22px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: rgba(255,255,255,0.6);
    display: block;
    line-height: 50px;
    color: #000;
}

button.slick-next.slick-arrow:focus {
    outline: none;
}

.slider-nav .slick-next:after {
    position: absolute;
    top: 0;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 17px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: rgba(255,255,255,0.6);
    display: block;
    line-height: 30px;
    color: #000;
}

.slid button [aria-label="next"] {
    display: none;
}

button.slick-prev.slick-arrow {
    border: none;
    background: transparent;
    color: transparent;
}

.slick-prev:after {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 22px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: rgba(255,255,255,0.6);
    display: block;
    line-height: 50px;
    color: #000;
}

button.slick-prev.slick-arrow:focus {
    outline: none;
}

.slider-nav .slick-prev:after {
    position: absolute;
    top: 0;
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 17px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: rgba(255,255,255,0.6);
    display: block;
    line-height: 30px;
    color: #000;
}

.slid button [aria-label="prev"] {
    display: none;
}

.modal-login-btn {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    background: #c41e2f;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 0;
}

    .modal-login-btn:hover {
        background: #646464;
        color: #fff;
        padding: 12px 25px;
    }

.modal-tabs .nav-link {
    flex: 1;
    text-align: center;
}

.modal-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #e1e1e1;
    color: #000;
}

.modal-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #c41e2f;
}

#staticBackdrop {
    overflow-y: hidden;
}

.modal-prop-scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.modal-prop-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.modal-prop-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(129,129,129);
}

.agent-inner-group {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    padding: 15px;
    margin-bottom: 15px;
    min-height: 320px;
}

.custom-p-r:nth-child(even) {
    padding-left: 0px;
}

.agent-rt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agent-name {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.agent-list-img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.agent-list-rating-grp {
    display: flex;
    flex-wrap: wrap;
}

.agent-list-ratings {
    margin-right: 35px;
}

.star-rating {
    color: #f7941d;
    padding-right: 3px;
}

.agent-list-social {
    display: flex;
}

    .agent-list-social a {
        color: #000;
        font-size: 16px;
        line-height: 16px;
        padding-right: 10px;
    }

        .agent-list-social a:hover {
            color: #c41e2f;
        }

.agent-list-icons {
    font-size: 16px;
    padding-right: 10px;
}

    .agent-list-icons .fa {
        color: #c41e2f;
        font-size: 16px;
    }

    .agent-list-icons .fa-envelope {
        font-size: 14px;
    }

.agent-list-data a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.agent-list-more-btn {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    background: #c41e2f;
    color: #fff;
    padding: 12px 25px;
}

    .agent-list-more-btn:hover {
        background: #646464;
        color: #fff;
        padding: 12px 25px;
    }

.agent-listing-btn a {
    text-decoration: none;
}

.agent-listing-btn .agent-list-more-btn .fa {
    font-size: 0.879rem;
}

.agent-rt-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agent-listing-pagination {
    margin-bottom: 45px;
}

.single-agent-desc h4 {
    font-weight: 600;
}

.view-agent-section {
    margin: 30px 0;
}

.single-agent-prop .nav-pills .nav-link.active {
    background: #c41e2f;
    border-radius: 0;
    padding: 10px 25px;
}

.single-agent-prop .nav-item a {
    color: #000;
}

.single-agent-prop .nav-item .nav-link {
    padding: 10px 25px;
}

.single-agent-prop ul {
    border-top: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
}

    .single-agent-prop ul li {
        border-right: 1px solid #e8e7e7;
        border-left: 1px solid #e8e7e7;
    }

.single-agent-comment h4 {
    font-weight: 600;
}

.single-agent-ratings .fa {
    padding-right: 5px;
}

.submit-review-btn a {
    text-decoration: none;
}

.blog-left-content h4 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}

.blog-left-content p {
    font-size: 23px;
}

.img-blog-border {
    position: relative;
    padding-right: 23px;
    padding-bottom: 23px;
}

    .img-blog-border img {
        width: 100%;
        position: relative;
        z-index: 1;
        image-rendering: -webkit-optimize-contrast;
    }

.img-blog-border1 img {
    width: 65%;
    position: relative;
    z-index: 1;
}

.img-blog-border:after {
    position: absolute;
    content: "";
    border: 3px solid #c41e2f;
    top: 25px;
    left: 25px;
    bottom: 0;
    right: 0;
}

.blog-btn a {
    text-decoration: none;
}

.blog-gap-row {
    margin-bottom: 110px;
}

.insta-img {
    width: 100%;
}

.cta-bg {
    background: url(../img/company-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-elements {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 400px;
    padding: 0 350px;
}

    .cta-elements h4 {
        color: #fff;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .cta-elements p {
        color: #fff;
    }

.cta-btn-grp {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cta-btn {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 25px;
}

    .cta-btn:hover {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        background: #fff;
        color: #646464;
        border: 2px solid #fff;
        padding: 12px 25px;
    }

.commercial-agent-img {
    width: 90%;
}

.single-blog-title .title-heading {
    padding: 0 225px;
    font-size: 70px;
}

.blog-list-social {
    display: flex;
}

.buyPage .single-property-sidebar-mobile .agent-details-mobile p.agent-phone.downloadApp, .rentPage .single-property-sidebar-mobile .agent-details-mobile p.agent-phone.downloadApp {
    line-height: 1;
    margin-bottom: 6px;
}

    .buyPage .single-property-sidebar-mobile .agent-details-mobile p.agent-phone.downloadApp a, .rentPage .single-property-sidebar-mobile .agent-details-mobile p.agent-phone.downloadApp a {
        font-weight: 100 !important;
    }

.alignWithBox {
    margin-top: 20px;
}

.propertyManagement h4, .commercialDepartment h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.propertyManagement .img-blog-border:after, .commercialDepartment .img-blog-border:after {
    top: 20px;
}

.commercialDepartment .alignWithBox {
    margin-top: 17px;
}

.propertyManagement p.agent-position, .commercialDepartment p.agent-position {
    font-size: 17px;
    margin-bottom: 10px !important;
}

.blog-list-social a {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding-right: 10px;
}

    .blog-list-social a:hover {
        color: #c41e2f;
    }

.single-blog-cat {
    background: #c12534;
    padding: 10px;
    color: #fff;
}

.blog-banner {
    width: 100%;
    height: auto;
}

.blog-tags {
    background: #646464;
    padding: 6px 10px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog-card {
    overflow: hidden;
}

.blog-related-img {
    height: 215px;
}

.blog-side-cat .list-group-item {
    border-radius: 0;
    padding: 0.45rem 1.25rem;
    font-weight: normal;
}

    .blog-side-cat .list-group-item.list-group-item-action.active {
        background: #c41e2f;
        border-color: #c41e2f;
    }

.blog-side-recent {
    width: 100px;
    height: 100px;
}

.recent-post-side h6, a {
    color: #000;
}

.recent-post-side .blog-category {
    font-weight: normal;
}

.recent-post-side a:hover {
    text-decoration: none;
}

.recent-post-title h5 {
    background: #c41e2f;
    color: #fff;
    padding: 10px 20px;
}

.single-line {
    display: block;
    border-left: 1px solid #e5e5e5;
    height: 100%;
}

.filter-visibility-mobile {
    display: none;
}

.btn-virtual-tour {
    color: #fff;
    padding: 8px 30px;
    border-radius: 0;
}

.sell-buy-topsection {
    margin-top: 100px;
}

    .sell-buy-topsection .topSec h4, .sell-buy-topsection .topSec h1 {
        font-size: 42px;
        font-weight: 600;
    }

.compareTop section.comparison-section h5 {
    font-size: 2rem;
}

.compareTop section.comparison-section .comparison-table h4 {
    font-size: 2rem;
}

.compareTop section.comparison-section .comparison-table p {
    font-size: 1.25rem;
    line-height: 1.8;
}

.compareTop input#searchaddress {
    font-size: 1.4rem;
}

.compareTop .containerText p {
    font-size: 15px;
    line-height: 1.8;
}

.compareTop .containerText {
    margin-bottom: 6rem;
}

.sell-buy-topsection .topSec p {
    font-size: 22px;
    line-height: 1.2;
}

.form-control:focus {
    box-shadow: none;
}

.comparison-table {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.compare-sell-table {
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    width: 50%;
}

.compare-table-bg {
    background: #fff;
}

.comparison-sell-features {
    list-style-type: none;
}

    .comparison-sell-features .fa-check {
        color: #1e8b15;
        padding-right: 5px;
    }

.comparison-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comparison-rt-item {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
}

.comparison-item p {
    margin-top: 1rem;
}

.sell-buy-bottomsection {
    margin-top: 100px;
}

    .sell-buy-bottomsection h4 {
        font-size: 42px;
        font-weight: 600;
    }

    .sell-buy-bottomsection p {
        font-size: 22px;
        line-height: 1.2;
    }

.buy-content {
    padding: 0 280px;
}

.buy-collection-grp {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy-items-collection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    border: 1px solid #ffecec;
    padding: 20px;
}

.buy-collection-rt {
    background: #ffc7c7;
}

.buy-items-collection h5 {
    font-size: 28px;
}

.buy-items-price-left {
    font-weight: 900;
}

.buy-items-price-left {
    font-weight: 900;
}

.buy-collection-rt .buy-items-price-right {
    font-size: 50px;
    font-weight: 900;
}

.comparison-section {
    margin: 150px 0;
}

.filter-search-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agent-detail-img img {
    width: 100%;
}

.agent-detail-popup {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 25px;
}

.agent-detail-img {
    width: 125px;
}

.modal-calc-p0 {
    padding-left: 0;
    padding-right: 0;
}

.modal-calc-pl0 {
    padding-left: 0;
}

.mortgage-calc-box-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-bundle-saving-grp {
    display: flex;
    justify-content: space-evenly;
}

.modal-body .property-bundle-saving-grp {
    display: flex;
    justify-content: space-between;
}

.video-fa-icons {
    vertical-align: sub;
}

.culture-content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .culture-content-section .blog-btn {
        margin-top: 20px;
    }

.contact-section {
    margin-bottom: 150px;
}

.contact-small-text {
    margin-top: 50px;
}

.privacypolicy-section {
    margin-bottom: 150px;
}

    .privacypolicy-section h5 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 20px;
    }

.notfound-section {
    margin-top: 150px;
    margin-bottom: 150px;
}

.notfound-btn {
    width: 49%;
    border: 1px solid #c41e2f;
    padding: 8px 12px;
    color: #c41e2f;
}

    .notfound-btn:hover {
        border: 1px solid #646464;
        background: #646464;
        padding: 8px 12px;
        text-decoration: none;
        color: #fff;
    }

.findhome-btn {
    width: 49%;
    color: #fff;
    border: 1px solid #646464;
    background-color: #646464;
    padding: 8px 12px;
}

    .findhome-btn:hover {
        color: #c41e2f;
        text-decoration: none;
        border: 1px solid #c41e2f;
        background-color: #fff;
        padding: 8px 12px;
    }

.faq-section h4 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}

.faq-section {
    margin-bottom: 150px;
}

.faq-help-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.featured-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .featured-top-section h1 {
        font-size: 100px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }

    .featured-top-section h2 {
        font-size: 70px;
        color: #fff;
        text-transform: uppercase;
    }

.featured-top-bg {
    width: 100%;
    height: 90vh;
}

.featured-text {
    font-size: 20px;
    line-height: 24px;
}

.featured-property-section p {
    font-size: 28px;
}

.featured-section1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.featured-heading-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.featured-section2 {
    margin: 80px 0;
}

.featured-section3 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.featured-section4 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.featured-video {
    position: relative;
}

.featured-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
}

.featured-pdf {
    width: 100px;
}

.featured-pdf-text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.featured-msg-pdf-text {
    font-size: 16px;
    font-weight: 100;
    margin-top: 44px;
}

.featured-pdf-group {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.agent-featured-img {
    height: 250px;
}

.home-loans-form {
    margin: 30px 0px;
}

.form-box {
    width: 80%;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
    padding: 20px;
    margin: auto;
}

.form-details {
    position: relative;
}

    .form-details #grad1 {
        background-color: #9C27B0;
        background-image: linear-gradient(120deg,#FF4081,#81D4FA);
    }

    .form-details #PreQualifyform {
        text-align: center;
        position: relative;
        margin-top: 10px;
    }

        .form-details #PreQualifyform .grt-rte h4 {
            display: flex;
            align-items: center;
        }

        .form-details #PreQualifyform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            width: 100%;
            margin: 0;
            position: relative;
            margin-bottom: 30px;
        }

        .form-details #PreQualifyform fieldset {
            width: 100%;
            margin: 0;
            position: relative;
        }

            .form-details #PreQualifyform fieldset:not(:first-of-type) {
                display: none;
            }

            .form-details #PreQualifyform fieldset .form-card {
                text-align: left;
                color: #9E9E9E;
            }

        .form-details #PreQualifyform input, .form-details #PreQualifyform textarea {
            padding: 0px 0px 0px 0px;
            border: none;
            border-bottom: 1px solid #ccc;
            border-radius: 0px;
            margin-bottom: 0px;
            margin-top: 2px;
            width: 100%;
            box-sizing: border-box;
            color: #2C3E50;
            font-size: 16px;
            letter-spacing: 1px;
        }

.add-prefix-country-number {
    display: flex;
    flex-wrap: wrap;
}

.form-details #PreQualifyform .add-prefix-country-number input.width-90-prefix-add {
    width: 90%;
}

.form-details #PreQualifyform .add-prefix-country-number input.add-one-prefix {
    width: 10%;
}

.form-details #PreQualifyform input:focus, .form-details #PreQualifyform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    outline-width: 0;
}

.form-details #PreQualifyform .action-button {
    color: #ffffff;
    background: #c41e2f;
    border: 0 none;
    font-size: 22px;
    border-radius: 0px;
    cursor: pointer;
    width: auto;
    padding: 4px 90px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.form-details #PreQualifyform .action-button-previous {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin: 0px 0px 20px;
    width: auto;
    display: block;
    font-size: 20px;
    transition: all .3s ease;
}

.form-details #PreQualifyform input.action-button-previous:focus {
    border: none;
}

.radiocontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer;
}

    .radiocontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .radiocontainer .iconbox {
        display: block;
        text-align: center;
    }

        .radiocontainer .iconbox span {
            width: 130px;
            text-align: center;
            border: 2px solid #000;
            border-radius: 50%;
            height: 130px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all .3s ease;
            margin: 0 auto;
        }

        .radiocontainer .iconbox .iconClass {
            width: 80px;
            height: 100px;
            fill: #000;
            transition: all .3s ease;
        }

    .radiocontainer .checkit {
        font-size: 20px;
        color: #000000;
        transition: all .3s ease;
        display: block;
        font-weight: bold;
        margin-top: 10px;
        text-align: center;
    }

    .radiocontainer input:checked ~ .iconbox .iconClass {
        fill: #c41e2f;
    }

    .radiocontainer input:checked ~ .iconbox span {
        border-color: #c41e2f;
    }

    .radiocontainer input:checked ~ .checkit {
        color: #c41e2f;
    }

.form-details .card {
    z-index: 0;
    border: none;
    position: relative;
}

.form-details h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

    .form-details h2 span {
        font-weight: normal;
    }

.form-details h3, .form-details h1 {
    text-align: center;
    color: #000000;
    font-size: 32px;
    margin-bottom: 50px;
}

.form-details p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    padding: 0px 50px;
}

.form-details .grt-rte {
    text-align: center;
}

    .form-details .grt-rte h4 {
        font-weight: 800;
        color: #000000;
        font-size: 24px;
    }

        .form-details .grt-rte h4 span {
            padding-left: 10px;
        }

    .form-details .grt-rte p {
        font-size: 16px;
        color: #000000;
    }

.radiocontainer2 {
    display: block;
    position: relative;
    padding-left: 0px;
    line-height: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #898989;
}

    .radiocontainer2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #898989;
    border-radius: 50%;
}

.radiocontainer2:hover input ~ .checkmark {
    border: 1px solid #898989;
}

.radiocontainer2 input:checked ~ .checkmark {
    border: 1px solid #898989;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiocontainer2 input:checked ~ .checkmark:after {
    display: block;
}

.radiocontainer2 .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #bf1e2e;
    border: 1px solid #898989;
}

.sticky-glry {
    position: sticky;
    top: 0;
}

.reply-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.currency-inline {
    display: flex;
    flex-wrap: nowrap;
}

#pano {
    float: left;
    height: 80vh;
    width: 100%;
}

.footer-menu ul li a {
    list-style-type: none;
    padding-top: 6px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    color: white;
    font-weight: normal;
    text-decoration: none;
}

#login-error {
    color: #e20707;
}

#register-error {
    color: #e20707;
}

#contact-agent-error {
    color: #c41e2f;
    flex-grow: 1;
}

p#agent-error {
    flex: 1;
}

#title-contact-agent-error {
    color: #c41e2f;
}

#vtour-error {
    color: #c41e2f;
}

#review-agent-error {
    color: #c41e2f;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 5px 0px;
}

    .star-rating input[type=radio] {
        display: none
    }

    .star-rating label {
        color: #bbb;
        font-size: 18px;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type=radio]:checked ~ label {
            color: #f2b600
        }

.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiocontainer .iconbox {
    display: block;
    text-align: center;
}

    .radiocontainer .iconbox span {
        width: 130px;
        text-align: center;
        border: 2px solid #000;
        border-radius: 50%;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease;
        margin: 0 auto;
    }

    .radiocontainer .iconbox .iconClass {
        width: 80px;
        height: 100px;
        fill: #000;
        transition: all .3s ease;
    }

.radiocontainer .checkit {
    font-size: 20px;
    color: #000000;
    transition: all .3s ease;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.radiocontainer input:checked ~ .iconbox .iconClass {
    fill: #c41e2f;
}

.radiocontainer input:checked ~ .iconbox span {
    border-color: #c41e2f;
}

.radiocontainer input:checked ~ .checkit {
    color: #c41e2f;
}

.form-details .card {
    z-index: 0;
    border: none;
    position: relative;
}

.form-details h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    text-align: center;
}

    .form-details h2 span {
        font-weight: normal;
    }

.form-details h3, .form-details h1 {
    text-align: center;
    color: #343434;
    font-size: 24px;
    margin-bottom: 50px;
}

.form-details p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    padding: 0px 50px;
}

.form-details .grt-rte {
    text-align: center;
}

    .form-details .grt-rte h4 {
        font-weight: 800;
        color: #000000;
        font-size: 24px;
    }

        .form-details .grt-rte h4 span {
            padding-left: 10px;
        }

    .form-details .grt-rte p {
        font-size: 16px;
        color: #000000;
    }

.radiocontainer2 {
    display: block;
    position: relative;
    padding-left: 0px;
    line-height: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #898989;
}

    .radiocontainer2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #898989;
    border-radius: 50%;
}

.radiocontainer2:hover input ~ .checkmark {
    border: 1px solid #898989;
}

.radiocontainer2 input:checked ~ .checkmark {
    border: 1px solid #898989;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiocontainer2 input:checked ~ .checkmark:after {
    display: block;
}

.radiocontainer2 .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #bf1e2e;
    border: 1px solid #898989;
}

.sticky-glry {
    position: sticky;
    top: 0;
    max-height: 90vh;
    overflow: auto;
}

    .sticky-glry::-webkit-scrollbar {
        width: 7px;
    }

    .sticky-glry::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .sticky-glry::-webkit-scrollbar-thumb {
        background: #888;
    }

        .sticky-glry::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.reply-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.currency-inline {
    display: flex;
    flex-wrap: nowrap;
}

.virtualforms {
    position: relative;
}

    .virtualforms #msform fieldset:not(:first-of-type) {
        display: none;
    }

    .virtualforms .action-button {
        color: #ffffff;
        background: #c41e2f;
        border: none;
        width: 100%;
        border-radius: 0;
        padding: 7px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .virtualforms .has-search .form-control {
        padding-left: 2.375rem;
    }

    .virtualforms .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
    }

    .virtualforms h2 {
        font-size: 26px;
        font-weight: 800;
        text-align: center;
    }

    .virtualforms a.btn {
        min-width: 150px;
        border-radius: 0;
        outline: none;
        border: none;
    }

        .virtualforms a.btn:hover {
            outline: none;
            border: none;
        }

    .virtualforms h3 {
        font-size: 24px;
        font-weight: 800;
        text-align: center;
    }

    .virtualforms h4 {
        font-size: 18px;
        font-weight: 800;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.radio_virtual {
    display: flex;
    flex-wrap: wrap;
}

.virtuial_radio1 {
    display: block;
    width: 50%;
    position: relative;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .virtuial_radio1 span {
        display: inline-block;
        width: 100%;
        font-family: 'Roboto',sans-serif;
        font-weight: 500;
        border-radius: 0;
        border: 1px solid #aeadaf;
        padding: 10px 15px;
        transition: all .3s ease;
    }

    .virtuial_radio1:last-child span {
        border-radius: 0;
    }

    .virtuial_radio1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .virtuial_radio1 input:checked ~ span {
            background-color: #0263e5;
            color: #fff;
        }

.btn-yes {
    color: #fff;
    padding: 6px 18px;
}

.btn-no {
    border: 1px solid red;
    padding: 6px 18px;
    color: #000;
}

.custom-calendar .ui-datepicker {
    width: 100%;
}

    .custom-calendar .ui-datepicker td a {
        text-align: center;
    }

.ui-datepicker-today .ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #ffbe70;
    background: #ffbe70;
    color: #000;
}

.ui-widget-header {
    border: 1px solid #f7941d;
    background: #f7941d;
    color: #ffffff;
    font-weight: bold;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-state-active.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #f7941d;
    background: #f7941d;
    color: #ffffff;
}

.ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_444444_256x240.png);
}

.featured-img-top {
    width: 100%;
}

.realty-box-caption a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.dropdown-sale-rent-group {
    width: 200px;
    height: auto;
    z-index: 2;
    background: #fff;
    padding: 15px;
}

.dropdown-sale-rent-group-mobile {
    width: 310px;
    height: auto;
    z-index: 2;
    background: #fff;
    padding: 15px;
}

    .dropdown-sale-rent-group-mobile button {
        width: 49%;
    }

.street-view-button {
    position: absolute;
    top: 0px;
    right: 0;
    color: #fff !important;
    background-color: #f7941d;
    padding: 5px 18px;
    font-size: 14px;
    z-index: 1;
    letter-spacing: 1px;
}

.prop-list-img .icon-3d-home {
    margin-top: -2px;
    width: 1em;
    fill: #fff;
}

.prop-list-img h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #f7941d;
    padding: 5px 18px;
    font-size: 14px;
    z-index: 1;
    letter-spacing: 1px;
    background: rgba(0,0,0,.54);
    color: #FFF;
    margin-bottom: 0;
}

.prop-grid-img h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #f7941d;
    padding: 5px 18px;
    font-size: 14px;
    z-index: 1;
    letter-spacing: 1px;
    background: rgba(0,0,0,.54);
    color: #FFF;
}

.prop-grid-img .icon-3d-home {
    margin-top: -2px;
    width: 1em;
    fill: #fff;
}

.three-dtour-white {
    color: #fff !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.tour-not-available {
    background: #646464;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 64px;
    color: white;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-template-rows: repeat(8,5vw);
    grid-gap: .2rem;
}

    .gallery figure {
        margin: 0 0;
    }

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
}

.gallery__item--2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 5;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 9;
}

.gallery__item--5 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 9;
}

.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 5;
}

.related-posts-gallery .col-lg-4 {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 3px;
}

    .related-posts-gallery .col-lg-4:nth-child(4n+4), .related-posts-gallery .col-lg-4:nth-child(1) {
        padding-left: 15px;
        padding-right: 2px;
    }

    .related-posts-gallery .col-lg-4:nth-child(4n+4), .related-posts-gallery .col-lg-4:nth-child(1) {
        padding-left: 15px;
        padding-right: 2px;
    }

.single-btn-group.topBtn a.contact-agent-btn {
    width: 49%;
}

.single-btn-group.bottombtn a.contact-agent-btn {
    width: 49%;
}

div#myBundleModal .modal-dialog {
    width: 98%;
    max-width: unset;
}

div#myBundleModal {
    padding-right: 0 !important;
}

    div#myBundleModal .sell-home-img {
        width: 200px;
    }

    div#myBundleModal button.close.btn {
        font-size: 15px;
        font-weight: 500;
        color: #000 !important;
        opacity: 1;
    }

    div#myBundleModal button.close.btn {
        margin: unset;
        padding: 0;
    }

    div#myBundleModal .modal-header {
        justify-content: center;
    }

.fa.fa-times {
    display: none;
}

.ion-text-left.home-guest-header {
    font-size: 1rem;
    color: #f00;
}

div#navbarNav ul.navbar-nav > li.nav-item a.nav-link i {
    margin-left: 5px;
}

div#navbarNav ul.navbar-nav li.nav-item a.nav-link:after {
    display: none;
}

.buyPage .property-bundle-saving-grp a, .rentPage .property-bundle-saving-grp a {
    width: 32%;
}

    .buyPage .property-bundle-saving-grp a .box, .rentPage .property-bundle-saving-grp a .box, div#myBundleModal.bundleProperty .property-bundle-saving-grp a .box {
        max-width: unset;
    }

div#myBundleModal.bundleProperty .property-bundle-saving-grp a {
    width: 25%;
    max-width: 370px;
}

.target-link a, .target-link button {
    color: #ffffff;
    text-decoration: none;
    padding: 3px 35px;
    display: inline-block;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    outline: none;
}

.banner-search > ul > li.target-link {
    padding: 0px;
}

@media screen and (max-width:992px) {
    button .nav-link.btn.loginBtn {
        font-size: 1.4rem;
        padding: 3px 10px;
    }

    div#navbarNav {
        position: fixed;
        top: 0;
        right: 0px;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        background: #000000cc;
        padding: 0;
    }

    .property-bundle-saving-grp .box {
        margin: 4px;
    }

    .featured-section4 .agent-featured-img {
        width: 85%;
    }

    div#navbarNav ul.navbar-nav {
        padding: 60px 30px 10px 25px;
        width: 300px;
        background: #fff;
        height: 100vh;
        overflow: scroll;
    }

    div#navbarNav .tr-btn {
        margin-top: 3rem;
    }

        div#navbarNav .tr-btn a.nav-link {
            font-size: 1.5rem;
            padding: 0.7rem 1.3rem;
        }

        div#navbarNav .tr-btn li.nav-item.btn-red {
            border-radius: 5px;
            padding: 0;
        }

    button.navbar-toggler span.fa.fa-bars {
        font-size: 1.6rem;
        color: #ffffff;
        position: relative;
        z-index: 10000;
    }

    button.navbar-toggler .fa.fa-times {
        font-size: 1.6rem;
        color: #000000;
        position: fixed;
        z-index: 10000;
        right: 30px;
        top: 20px;
    }

    .navbar-light .navbar-toggler {
        background-color: #00000040;
    }

    button.navbar-toggler[aria-expanded="true"] span {
        display: none;
    }

    button.navbar-toggler[aria-expanded="false"] .fa.fa-times {
        display: none;
    }

    button.navbar-toggler .fa.fa-times {
        display: unset;
    }

    button.navbar-toggler {
        outline: none;
    }

    section.servicesIndex .sell-your-home {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 120px;
    }

    .navTransparent div#navbarNav > ul.navbar-nav > li.nav-item a.nav-link {
        font-size: 1.4rem;
    }

    div#navbarNav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 1.4rem;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav .nav-item .dropdown-menu.sub-menu.show {
        border: 0;
    }

    div#navbarNav ul.navbar-nav li.nav-item {
        padding: 0.7rem 0;
    }

    div#navbarNav ul.navbar-nav .tr-btn a.nav-link {
        padding: 0 20px;
    }

    div#navbarNav .tr-btn ul {
        text-align: center;
        display: flex;
        justify-content: space-around;
    }

    div#navbarNav ul.navbar-nav > li.nav-item a.nav-link > i {
        margin-left: 30px;
    }

    .sub-menu a.dropdown-item {
        color: #000;
        text-transform: none;
        font-size: 20px;
        padding: 0.7rem;
        padding-left: 2rem;
    }

    .TRAcontainer section.regular.slider button.slick-arrow::after {
        font-size: 20px;
    }

    .TRAcontainer section.regular.slider video {
        width: 90%;
    }

    .TRAcontainer .sidebySide .wrapper {
        width: unset;
    }

    .TRAcontainer p.para {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .filter-section .search-input {
        width: 95%;
    }

    .compare-sell-table {
        width: 100%;
    }

    .banner-search {
        min-width: unset;
    }

    .target-link a {
        padding: 10px 34px;
    }

    div#video-modal .modal-dialog {
        min-width: 90%;
        margin-top: 0;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

        div#video-modal .modal-dialog button.close {
            right: -4px;
            top: -8px;
            background: #fff;
            width: 25px;
            height: 25px;
            color: red;
            font-size: 30px;
            border-radius: 100px;
            padding-bottom: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

@media screen and (min-width:768px) {
    section#homeBundle.homepage .property-bundle-saving-grp > a p {
        font-size: 14px;
    }

    html {
        font-size: 80%;
    }

    .sellValuation .textWrapper h4 {
        font-size: 0.8rem;
    }

    .sellValuation .textWrapper h3.add {
        font-size: 2rem;
    }

    .topBtn.getPropertyWrapperLower {
        width: 25%;
    }
}

@media screen and (min-width:1366px) {
    section.servicesIndex .property-bundle-saving-grp .sell-your-home a.btn-sell-home {
        font-size: 16px;
    }
}

@media screen and (min-width:1500px) {
    .banner-content {
        top: 38%;
        transform: translate(-47%,-50%);
    }
}

@media screen and (max-width:480px) {
    button.back-btn-iframe {
        left: 10px;
        transform: unset;
    }

    .property-bundle-saving-grp {
        flex-direction: column;
        align-items: center;
    }

    .realty-box {
        width: 100%;
    }

    form#PreQualifyform .btn-wrapper {
        flex-direction: column-reverse;
    }

        form#PreQualifyform .btn-wrapper input.previous.action-button-previous {
            margin-right: 0;
            margin-top: 10px;
        }

    button.nav-link.btn.loginBtn {
        font-size: 1.4rem;
        padding: 0px 10px;
    }

    .buyPage .property-bundle-saving-grp a, .rentPage .property-bundle-saving-grp a, div#myBundleModal.bundleProperty .property-bundle-saving-grp a {
        width: 90%;
    }

    section#homeBundle.homepage .property-bundle-saving-grp a {
        margin-bottom: 30px;
    }

        section#homeBundle.homepage .property-bundle-saving-grp a .box {
            max-width: unset;
        }

    .culture .row.blog-gap-row {
        margin-bottom: 70px;
    }

    .propertyManagement .img-blog-border:after, .commercialDepartment .img-blog-border:after {
        left: 0;
    }

    .subDomainTopWrap {
        width: 45px;
    }

    .banner-content > img.logo {
        width: 154px !important;
    }

    .subDomainTopWrap h4 {
        font-size: 18px;
    }

    .subDomainTopWrap2 h4 {
        font-size: 18px;
    }

    .affiliate-section, .affiliate-section-bg {
        display: none;
    }

    .contact-agent-btn {
        width: 100%;
    }

    .sell-buy-topsection .topSec h4 {
        font-size: 30px;
    }

    .sell-buy-topsection .topSec p {
        font-size: 14px;
        margin-bottom: 1rem !important;
    }

    .compareTop section.comparison-section h5 {
        font-size: 1.5rem;
    }

    .compareTop section.comparison-section .comparison-table h4 {
        font-size: 1.4rem;
    }

    .home-loans-form {
        margin: 25px 0px;
    }

        .home-loans-form .form-box {
            padding: 5px;
        }

        .home-loans-form .form-details h3 {
            font-size: 17px;
            margin-bottom: 20px;
        }

    .grt-rte img {
        width: 40px;
    }

    .form-details.loanInfo #PreQualifyform fieldset .form-card {
        margin-bottom: 10px;
    }

    .home-loans-form .form-details #PreQualifyform fieldset .form-card h2 {
        margin-bottom: 10px;
    }

    .home-loans-form .form-details .grt-rte p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .single-btn-group.topBtn a.contact-agent-btn {
        width: 100%;
    }

    input.searchCity:focus {
        width: 100%;
        height: auto;
    }

    section.number-bg {
        display: none;
    }

    .box {
        width: 90%;
        margin: auto auto 1rem auto !important;
    }

    .modal-body .box {
        width: 100%;
    }

    h4 .contactText {
        margin-top: 3rem;
    }

    .container-fluid.one {
        margin-bottom: 3rem;
    }

    .one ul.slick-dots {
        left: 50%;
        top: 100%;
        transform: translate(-50%,0%);
    }

    .commission > h3, .testimonial h3 {
        font-size: 1.5rem;
    }

    .commission .row .col-md-4:not(:last-child) {
        margin-bottom: 3rem;
    }

    .comments {
        font-size: 0.8rem;
        width: 90%;
    }

    .commission p {
        font-size: 0.9rem;
    }

    .verticleText p {
        font-size: 0.9rem;
    }

    .getPropertyWrapper .textHeadingWrapper h2, .getPropertyWrapper .textHeadingWrapper h1 {
        font-size: 1.5rem;
    }

    .priceDetails h4.price {
        font-size: 1.5rem;
        margin: 1.5rem 0;
    }

    .priceDetails p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:380px) {
    .target-link a {
        padding: 10px 12px;
    }
}

.mapsection-left {
    position: fixed !important;
    overflow: hidden;
    left: 0;
    top: 120px;
    height: 100vh;
}

.mapsection-right {
    position: absolute;
    right: 0;
    top: 55px;
}

.footer-mobile-menu-map {
    display: flex;
    justify-content: space-evenly;
}

.property-bundle-saving-grp .box {
    margin: 4px;
}

.footer-social ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.copyright.small p {
    color: #fff !important;
}

.footer-app div {
    width: 120px;
}

.property-bundle-saving-grp a:hover {
    text-decoration: none;
    color: #000;
}

.property-bundle-saving-grp:hover p {
    color: #000;
}

.property-bundle-saving-grp p {
    font-weight: 500;
}

.innerBundle .property-bundle-saving-grp .box {
    max-width: 200px;
}

@media screen and (min-width:480px) {
    .blog-btn {
        margin-top: 50px;
    }
}

.footer-menu .collapse:not(.show) {
    display: block;
}

.footer-menu .panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    color: transparent;
}

.modal-open .wht-background {
    margin-top: 8px;
    position: static;
}

.test + .tooltip > .tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}

.test + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}

.test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}

.test + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}

.test + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

.wht-background {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 6;
    top: 70px;
}

#streetViewModel .close, #ShareModelPoup .close, #loginModalRealty .close {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    opacity: 1.5;
}

.ytp-cued-thumbnail-overlay-image {
    background-size: contain !important;
}

.more-filters form {
    overflow-y: auto;
    max-height: 250px;
    overflow-x: hidden;
    padding: 10px;
}

.ytp-cued-thumbnail-overlay-image {
    background-size: contain !important;
}

.agent-details-mobile {
    padding-left: 30px;
}

.submit-blockBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-align-block {
    margin-bottom: 100px;
}

.pad {
    position: relative;
}

    .pad span {
        white-space: nowrap;
        padding: 0.5rem 2rem !important;
        font-size: 15px;
        text-shadow: none;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        left: 0px;
    }

    .pad .btn-close:hover {
        color: #fff;
        background-color: #c41e2f;
    }

.modal-navigation .btn-pad .back-to-search:hover {
    color: #258eff;
}

.modal-header.btn-pad {
    display: block !important;
    align-items: center;
}

    .modal-header.btn-pad h5 {
        display: inline-block !important;
        float: left;
    }

    .modal-header.btn-pad .close.back-to-search {
        margin-right: 0px;
    }

.footer-menu h4 a {
    pointer-events: none;
}

.submit-blockBtn .form-check {
    margin-top: 10px;
}

#frmModalLogin .form-check {
    display: inline
}

#frmModalLogin span {
    float: right;
}

.modal-content .btn-red {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    background: #c41e2f;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 0;
}

    .modal-content .btn-red:hover {
        background: #646464;
        color: #fff;
    }

div#mobilefiltermodal .modal-footer {
    padding-right: 15px;
}

.modal-content .modal-footer {
    padding-right: 0px;
}

.modal-content .justify-content-center {
    justify-content: flex-end !important;
}

.modal-content .buy-saving-bg {
    justify-content: normal !important;
    padding-top: 30px;
}

.gallery-section .btn-red {
    padding: 12px 25px;
}

.button-desktop {
    display: none;
}

.sticky-glry .slick-initialized {
    visibility: visible;
    opacity: 1;
}

.propertyAdd button {
    font-size: 20px;
}

.myBundlePopup .property-bundle-saving-grp {
    display: flex;
    justify-content: space-around !important;
}

.lock-scroll {
    overflow: hidden;
}

.propertyAdd input {
    font-size: 1.4em;
}

    .propertyAdd input::first-letter {
        color: red;
    }

#virtualtourmodal, #contactagentsinglemodal, #loginModalRealty, #ShareModelPoup {
    background: #000000cf;
}

    #contactagentsinglemodal .modal-footer, #ShareModelPoup .modal-footer {
        display: block;
        text-align: right;
    }

#share-mail-error {
    color: #e20707;
}

.prop-grid-feature {
    display: block;
}

.table-loader {
    position: relative;
}

    .table-loader .loaderWraper2 {
        position: absolute;
        z-index: 9999;
        top: 27px;
    }

        .table-loader .loaderWraper2 .loader.forPopup {
            width: 30px;
            height: 30px;
        }

    .table-loader .loaderWraper2 {
        display: flex;
    }

.loaderWraper2 {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffde;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next.action-button[disabled] {
    background: #f18590 !important;
}

.commingsoon-card .card-img-top {
    image-rendering: unset;
    height: 100%;
}

.grid-block.commingsoon-card-row {
    justify-content: start;
}

    .grid-block.commingsoon-card-row .commingsoon-item {
        padding: 15px;
        width: 33.3%;
    }

        .grid-block.commingsoon-card-row .commingsoon-item .grid-item {
            display: flex;
            height: 100%;
            width: 100%;
        }

.grid-item-saved {
    width: 100%;
}

.agent-img-pr {
    width: 330px;
    height: 330px;
    max-width: 100%;
}

    .agent-img-pr img {
        min-height: 100%;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.subDomainTopWrap .subDomainTop img.img-thumbnail {
    border-radius: 50%;
    max-width: 70%;
}

div#mobilefiltermodal .col-form-label {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    color: #343a40 !important;
}

div#mobilefiltermodal .form-group.row label.text-dark.col-sm-4 {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    color: #343a40 !important;
}

.near_loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.confirm-pre-size .modal-body {
    max-height: calc(100vh - 17.5rem);
    overflow-y: auto;
}

.header-menu .dropdown .dropdown-toggle:focus {
    outline: 2px solid #ffffff;
    border-radius: 2px;
}

.shortDropdown select {
    border: 0px;
}

    .shortDropdown select:focus {
        outline: 1px solid white;
    }

.shortDropdown {
    border-right: 1px solid #e8e7e7;
}

.actvieSort {
    background-color: #f3f3f3;
}

.mobileShorting:focus {
    outline: 0px;
    box-shadow: none;
}

.shortFillter-header {
    width: 100%;
    padding: 30px 0;
    background-color: #ffffff;
    background-color: #ffffff;
}

    .shortFillter-header .shortDropdown {
        border-right: 0px;
    }

        .shortFillter-header .shortDropdown select {
            border: 1px solid #c5c5c5;
            padding: 5px;
            width: 160px;
            font-size: 15px;
        }

.backgroundLock:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb5;
    z-index: 3;
}

.sortFillter_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fillter-count h3, .fillter-count h1 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 2rem;
    white-space: nowrap;
}

.sortDropdown {
    font-weight: 600;
    font-size: 18px;
}

    .sortDropdown span {
        font-weight: 100;
        font-size: 14px;
    }

.sortDropdown {
    display: flex;
    align-items: center;
}

    .sortDropdown .fillter-count_item {
        margin-right: 0;
    }

.grid-section .sortDropdown .fillter-count_item {
    margin-right: 35px !important;
}

div#dvPropertyList .sortDropdown .fillter-count_item, section#dvPropertyList .sortDropdown .fillter-count_item {
    background-color: #006aff;
    padding: 4px 12px;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 15px;
}

.grid-section .sortDropdown .fillter-count_item {
    margin-right: 35px;
}

div#dvPropertyList .sortFillter_row .fillter-count, section#dvPropertyList .sortFillter_row .fillter-count {
    margin-left: 1.2rem;
}

.fillter-count_item {
    margin: 0 1.2rem 0 1.2rem;
}

.sortDropdown {
}

.shortFillter-header.mapsortView {
    width: 55%;
}

.screenhold {
    overflow: hidden;
}

.loanSuiteImage {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 250px;
}

.forsalemain {
    min-width: 247px;
    height: auto;
    z-index: 2;
    background: #fff;
    padding: 15px;
}

.forsale {
    display: flex;
    justify-content: space-between;
}

    .forsale a {
        margin-top: 0 !important;
        font-size: 1.5rem !important;
    }

    .forsale label {
        padding-left: 10px;
    }

.forsalemain .price-btn a {
    background: #c41e2f;
    padding: 8px 25px !important;
    color: #fff;
}

.forsalemain .price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px 0px;
}

.agent_profile {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 5px 6px #00000014;
}

.agent_contact_info {
    box-shadow: 1px 5px 6px #00000012;
    padding: 30px;
    border: 1px solid #00000003;
    border-radius: 20px;
}

.agent_contact_info {
    position: relative;
}

.agent-listing-btn.agentContact {
    position: absolute;
    right: 30px;
    bottom: -14px;
}

    .agent-listing-btn.agentContact a {
        border-radius: 10px;
    }

.loanSuite_agent {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.loanSuite_agent_img {
    width: 190px;
    height: 190px;
}

.loanSuite_agent_info {
    padding-top: 30px;
    padding-left: 30px;
}

.form-details .loanSuite_agent_info h3 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
}

.loanSuite_agent_info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .loanSuite_agent_info ul li {
        margin-bottom: 2px;
        color: #1e1e1e;
        line-height: 18px;
    }

.loanSuite_agent_info_icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
    font-size: 16px;
}

.loanSuite_agent_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-details .LoanSuitBox > h3 {
    margin-bottom: -3px !important;
    font-size: 28px;
}

.LoanSuitBox > span {
    color: #000;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.ui-slider-horizontal .ui-slider-range {
    width: 100% !important;
    left: 0px !important;
}

.unitpropertytab {
    max-height: 340px;
    overflow: auto;
}

    .unitpropertytab .grid-item-similar {
        margin-bottom: 20px;
    }

.cstmmodalbody {
    max-width: 570px;
}

    .cstmmodalbody .modal-content {
        border-radius: 10px;
    }

.modal-header.cstmheader {
    background: #b42f2a;
    border-radius: 9px 9px 0 0;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
}

    .modal-header.cstmheader h2 {
        font-weight: 600;
        color: #fff;
        font-size: 22px;
        margin: 0;
        letter-spacing: 1px;
    }

    .modal-header.cstmheader button.close, .modal-header.cstmheader button.close:hover {
        position: absolute;
        right: -14px;
        top: -14px;
        margin: 0;
        opacity: 1;
        font-weight: 400;
        background: #fff;
        color: #b42f2a;
        width: 35px;
        height: 35px;
        padding: 0 !important;
        border-radius: 50%;
        font-size: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0;
        outline: none;
    }

        .modal-header.cstmheader button.close span {
            margin-top: -3px;
        }

.cstmmodalbody .modal-body {
    padding: 1.5rem 1.5rem;
    overflow: auto;
}

div#virtualtourmodal .modal-dialog.cstmmodalbody .modal-content .modal-body {
    height: calc(100dvh - 220px);
    overflow-y: auto;
}

div#contactagentsinglemodal .modal-body {
    height: calc(100dvh - 220px);
    overflow-y: auto;
}

div#virtualtourmodal .modal-dialog.cstmmodalbody .modal-content .modal-body #Requestthistime {
    margin-top: 0 !important;
}

.cstmmodalbody .virtuial_radio1 input:checked ~ span {
    background: #0263e5;
    border-color: #0263e5;
    color: #fff;
}

.cstmmodalbody .virtualforms .action-button {
    color: #ffffff;
    background: #b42f2a;
    padding: 10px 5px;
    font-size: 18px;
    margin-bottom: 0px;
}

.cstmmodalbody .cstm-control {
    min-height: 40px;
    font-size: 16px;
}

.cstmmodalbody .virtualforms .has-search .form-control-feedback {
    line-height: 40px;
    height: 40px;
}

.cstmmodalbody .virtualforms .ui-datepicker td span, .cstmmodalbody .virtualforms .ui-datepicker td a {
    padding: 0.4em .2em;
}

.userquestionprofile {
    display: flex;
    align-items: flex-end;
}

.imgceo img {
    width: 150px;
}

.userqueinfo {
    padding-top: 20px;
    width: calc(100% - 170px);
    padding-left: 15px;
    min-height: 170px;
}

    .userqueinfo h2 {
        font-size: 47px;
        letter-spacing: -2px;
        font-weight: 800;
        margin: 0;
    }

        .userqueinfo h2 span {
            font-weight: 400;
        }

    .userqueinfo img {
        display: block;
        margin-left: auto;
        width: 94px;
    }

div#contactagentsinglemodal .modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
}

div#contactagentsinglemodal button.close {
    font-size: 1.5rem;
    margin-top: -8px;
}

.cstmmodalbody .agent-detail-popup {
    justify-content: flex-start;
}

    .cstmmodalbody .agent-detail-popup > div {
        width: 100%;
    }

    .cstmmodalbody .agent-detail-popup .agent-list-rating-grp .agent-list-ratings {
        margin-right: 7px;
        gap: 3px;
    }

    .cstmmodalbody .agent-detail-popup .agent-list-data a {
        font-size: 15px;
    }

.cstmrow1 {
    margin: 0 -5px;
}

    .cstmrow1 > * {
        padding: 0 5px;
    }

.frmgrpcstm .form-group label {
    font-weight: 700;
}

.cstmmodalbody .modal-content .btncstmsendall {
    color: #ffffff;
    background: #b42f2a;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 12px 25px;
}

.modal-body > .userCustom {
    justify-content: center !important;
    margin: 0 0 15px 0;
}

div#virtualtourmodal-foot .modal-body {
    height: 68vh;
}

.cstmmodalbody .modal-body {
    height: 73vh;
}

.modalfooterque {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0px 20px 0 !important;
}

.togglepwd {
    position: relative
}

    .togglepwd i {
        position: absolute;
        right: 10px;
        top: 7px;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.wrapperslider .arrows i {
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid #a7a6ab;
    color: #2a2a33;
}

.wrapperslider .prop-grid-img-similar i {
    font-size: 20px;
}

.wrapperslider .arrows i:hover {
}

.wrapperslider {
    position: relative;
    width: 100%;
}

    .wrapperslider .carouselslider {
        white-space: nowrap;
        font-size: 0;
        overflow: hidden;
        cursor: pointer;
        scroll-behavior: smooth;
    }

.carouselslider.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

    .carouselslider.dragging img {
        pointer-events: none;
    }

.carouselslider .item {
    width: 50%;
    margin-left: 0px;
    display: inline-block;
}

.wrapperslider .arrows {
    position: absolute;
    top: -57px;
    right: 0;
    display: flex;
    gap: 10px;
}

.arrows i {
    font-style: normal;
}

.carouselslider .grid-block .grid-item-similar {
    width: 100%;
}

@media screen and (max-width:900px) {
    .carouselslider .item {
        width: calc(100% / 2);
    }
}

@media screen and (max-width:550px) {
    .carouselslider .item {
        width: 100%;
    }
}

.link-plain, .link-plain:hover, .link-plain:active, .link-plain:visited {
    text-decoration: none;
}

.link-plain-f, .link-plain-f:hover, .link-plain-f:active, .link-plain-f:focus, .link-plain-f:visited {
    color: initial;
    text-decoration: none !important;
}

.div-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.va_container {
    position: relative;
    margin: auto;
}

.va-thumbnail {
    border-radius: 5px;
    border: 0px;
    max-width: 100%;
}

.va-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}

.va-carrousel-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

    .va-carrousel-flexbox .va-card {
        flex: 0 0 auto;
    }

        .va-carrousel-flexbox .va-card:last-child::after {
            content: ' ';
            display: inline-block;
        }

.va-card {
    width: 100%;
    cursor: pointer;
    user-select: none;
    outline: none;
}

    .va-card:hover {
        user-select: none;
        outline: none;
    }

    .va-card a {
        display: block;
    }

    .va-card .grid-item-similar {
        width: 100%;
        padding: 0 5px;
    }

        .va-card .grid-item-similar .card {
            margin: 0;
        }

@media (min-width:768px) {
    .va-card {
        width: calc(100% / 2);
    }
}

.va-carrousel, .va-carrousel-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

    .va-carrousel::-webkit-scrollbar, .va-carrousel-flexbox::-webkit-scrollbar {
        display: none;
    }

.va-points {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: white;
}

.deals-paddle {
    height: 34px;
    width: 34px;
    color: #2a2a33;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #a7a6ab;
}

    .deals-paddle:focus {
        background: #c41e2f;
        border-color: #c41e2f;
        color: #fff;
    }

    .deals-paddle:focus {
        outline: none;
    }

    .deals-paddle:active {
        border-style: solid;
        outline: none;
        user-select: none;
    }

    .deals-paddle svg {
        width: 10px;
    }

.actionsbtnscarousel {
    bottom: -10px;
    left: 0;
    justify-content: center;
    position: absolute;
    display: flex;
    right: 0;
    gap: 4px;
}

@media (min-width:768px) {
    .other-game-button {
        width: 300px;
    }

    .actionsbtnscarousel {
        position: absolute;
        display: flex;
        top: -55px;
        right: 0;
        gap: 4px;
        bottom: inherit;
        left: inherit;
        justify-content: flex-start;
    }

    .va_container2 .actionsbtnscarousel {
        top: -40px;
    }

    .va-carrousel-flexbox .va-card:last-child {
        margin-right: 0px;
    }

    .va-carrousel-flexbox .va-card {
        padding-left: 0px;
    }
}

.va-card .grid-item-similar .card-img-top {
    top: 0;
    transform: none;
}

.gap-2 {
    gap: 0.6rem;
}

.cstmline-he {
    line-height: 21px;
}

.cstmformBox .form-group label {
    margin-bottom: 0;
}

.filter-section .search-input {
    font-size: 24px !important;
}

.subDomainTopWrap2 h4 {
    font-size: 26px;
}

section#homeBundle.homepage .property-bundle-saving-grp > a p {
    white-space: normal;
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .filter-section .search-input {
        font-size: 22px !important;
    }
}

@media screen and (min-width:1080px) and (max-width:1200px) {
    .shortFillter-header.mapsortView {
        width: 63% !important;
    }

    .sortFillter_row {
        flex-wrap: nowrap !important;
    }

        .sortFillter_row > div {
            width: auto !important;
        }

    .filter-section .search-input {
        font-size: 20px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1080px) {
    .filter-section .search-input {
        font-size: 20px !important;
    }

    .subDomainTopWrap2 h4 {
        font-size: 26px;
    }
}

@media screen and (min-width:991px) and (max-width:1080px) {
    .filter-section .search-input {
        font-size: 17px !important;
        width: 100% !important;
    }
}

@media screen and (max-width:768px) {
    .subDomainTopWrap2 h4 {
        font-size: 24px;
    }

    .filter-section .search-input {
        font-size: 17px !important;
    }
}

@media screen and (max-width:991px) {
    .property-bundle-saving-grp .box {
        height: 100%;
    }
}

@media screen and (max-width:900px) {
    .mapsection-left {
        top: 172px !important;
    }
}

@media screen and (max-width:767px) {
    .mapsection-left {
        top: 196px !important;
    }
}

.cstmModalBody button {
    font-size: 44px;
}

.underConstruction_Wrapper h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

#chatGPTModal {
    background-color: #000000b5;
}

div#contactagentsinglemodal h5#exampleModalLabel strong {
    font-size: 2rem;
}

div#contactagentsinglemodal .agent-detail-popup h3 {
    font-size: 2.5rem;
    margin: 0;
}

#contactagentsinglemodal .agent-list-rating-grp p {
    font-size: 2rem;
}

#contactagentsinglemodal .agent-list-data a {
    font-size: 2rem;
}

#contactagentsinglemodal .agent-list-rating-grp i {
    font-size: 2rem;
}

#contactagentsinglemodal .agent-list-icons i {
    font-size: 2rem;
}

div#contactagentsinglemodal .form-control {
    font-size: 1.5rem;
}

button#btnContactAgent {
    font-size: 1.5rem;
}

div#contactbrokersinglemodal h5#exampleModalLabel strong {
    font-size: 2rem;
}

div#contactbrokersinglemodal button.close {
    font-size: 2rem;
}

div#contactbrokersinglemodal .form-control {
    font-size: 1.5rem;
}

button#btnContactbroker {
    font-size: 1.5rem;
}

div#contactusmodal h5#exampleModalLabel strong {
    font-size: 2rem;
}

div#contactusmodal button.close {
    font-size: 2rem;
}

div#contactusmodal .form-control {
    font-size: 1.5rem;
}

div#contactusmodal small {
    font-size: 1.2rem;
}

div#contactusmodal button#btnContactUsModel {
    font-size: 1.5rem;
}

.cstm-box-property-dtl {
    width: 100%;
    border: 1px solid #d7d7d7;
    text-align: center;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 4px;
}

    .cstm-box-property-dtl i {
        font-size: 26px;
    }

    .cstm-box-property-dtl p.txt-bold-pera {
        font-weight: 700;
        font-size: 22px;
        margin: 0;
        line-height: normal;
        margin-top: 8px;
    }

    .cstm-box-property-dtl p.single-txtproperty {
        font-size: 16px;
        margin: 0;
        line-height: normal;
    }

.cstm-gap-15 {
    gap: 30px 0;
}

.cstm-gap-16 {
    gap: 16px 0;
}

.list-group-wrp-mng {
    border: 1px solid #d7d7d7;
    padding: 12px 16px;
    border-radius: 4px;
}

    .list-group-wrp-mng span {
        display: inline-block;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .list-group-wrp-mng svg {
        fill: #c41e2f;
        width: 20px;
    }

    .list-group-wrp-mng span {
        font-size: 28px;
    }

.downloadPDF_Box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 50px 30px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

    .downloadPDF_Box .featured-pdf {
        width: 70px;
    }

    .downloadPDF_Box .downloadBTN {
        background: #ff0000;
        padding: 8px 30px;
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .downloadPDF_Box .downloadBTN:hover {
            background-color: #d90202;
            text-decoration: none;
        }

.videoCoverBox {
    height: auto;
    object-fit: cover;
}

    .videoCoverBox iframe {
        width: 100%;
        height: 400px;
    }

.footerImg_Box {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .footerImg_Box img {
        height: 160px;
    }

.footer-mng-wrp-tra {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 100;
    width: 100%;
}

section.container-buying-shoping .cstm-row-buying-shopping {
    display: flex;
    gap: 28px;
    margin-top: 60px;
    margin-bottom: 48px;
}

    section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg {
        flex: 1;
        background: linear-gradient(135deg,rgba(255,255,255,.48) 0%,rgba(255,255,255,.72) 100%);
        border: 1px solid #d3d3d3;
        border-radius: 1.25rem;
        color: #1c1b1a;
        display: block;
        margin: auto;
        overflow: hidden;
        padding: 30px 24px;
        position: relative;
        transition: all .3s ease-in;
        width: 100%;
        z-index: 1;
        box-shadow: 0 0 12px #0000000f;
        cursor: pointer;
        text-decoration: none;
    }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg:hover {
            transform: scale(1.07);
            text-decoration: none;
        }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg h2 {
            color: #1c1b1a;
            font-size: 40px;
            font-weight: 300;
            line-height: 3.4rem;
            margin-bottom: 8px;
            text-align: center;
        }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg p {
            color: #1c1b1a;
            background: linear-gradient(135deg,#5b3c9c 0%,#c8102e 100%);
            background-clip: text;
            margin-left: auto;
            margin-right: auto;
            max-width: 400px;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: RocketSans,Helvetica,Helvetica Neue,Arial,sans-serif;
            font-size: 36px;
            font-weight: 700;
            line-height: 52px;
            text-align: center;
        }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg .circul-icon-img {
            padding: 0.75rem;
            background: #f2f2f2;
            border-radius: 100px;
            display: block;
            position: relative;
            margin: 2rem auto 0;
            width: 64px;
            height: 64px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg .circul-icon-img svg {
                height: 36px;
                width: 36px;
                fill: #910d22;
            }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg:hover .circul-icon-img svg {
            fill: white;
            z-index: 1;
        }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg .circul-icon-img:after {
            background: linear-gradient(135deg,#5b3c9c 3.75%,#c8102e 100%);
            border-radius: 100px;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            transition: opacity .3s ease-out;
            width: 100%;
        }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg:hover .circul-icon-img:after {
            opacity: 1;
        }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg svg.dots-prev-svg {
            bottom: 0;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: -1;
            opacity: 0.8;
            height: fit-content;
        }

        section.container-buying-shoping .cstm-row-buying-shopping .box-wrp-div-bg span {
            background: linear-gradient(135deg,#5b3c9c 0%,#c8102e 100%);
            background-clip: text;
            margin-left: auto;
            margin-right: auto;
            max-width: 20.5rem;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: block;
            letter-spacing: .1em;
            text-transform: uppercase;
            font-size: 20px;
            text-align: center;
            margin-bottom: 8px;
            font-weight: 600;
        }

section.sell_home_section {
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 45rem;
    position: relative;
    z-index: 1;
    background: url(../../img/sell_home-svg-svg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-bottom: 60px;
}

    section.sell_home_section .wrp-box-fields {
        margin: 0.5rem 2rem 1rem;
        font-family: "Roboto",sans-serif;
        width: 435px;
        position: relative;
        z-index: 2;
    }

        section.sell_home_section .wrp-box-fields .heading-wrp-line-sell_h h2, section.sell_home_section .wrp-box-fields .heading-wrp-line-sell_h h1 {
            color: #1c1b1a;
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
            margin-bottom: 16px;
        }

        section.sell_home_section .wrp-box-fields .smart-result-box-field {
            box-shadow: 0 0 12px #0000000f;
            display: flex;
            width: 100%;
            padding: 16px;
            align-items: center;
            gap: 8px;
        }

            section.sell_home_section .wrp-box-fields .smart-result-box-field .cstm-img-icon-sell_h svg {
                width: 54px;
            }

            section.sell_home_section .wrp-box-fields .smart-result-box-field .cstm-title-and-text-d-sell_h p {
                color: #1c1b1a;
                font-size: 20px;
                font-weight: 400;
                line-height: 24px;
                margin: 0;
            }

            section.sell_home_section .wrp-box-fields .smart-result-box-field .cstm-title-and-text-d-sell_h h3 {
                color: #1c1b1a;
                font-family: RocketSans,Helvetica,Helvetica Neue,Arial,sans-serif;
                font-size: 28px;
                font-weight: 700;
                display: flex;
                align-items: center;
                gap: 6px;
                line-height: 34px;
            }

                section.sell_home_section .wrp-box-fields .smart-result-box-field .cstm-title-and-text-d-sell_h h3 span {
                    font-size: 20px;
                    line-height: 24px;
                    font-weight: 400;
                }

        section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 20px;
        }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .floating-label-cstm {
                position: relative;
                background: #f2f2f2;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h select, section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h input {
                width: 100%;
                height: 56px;
                background: transparent;
                border: 0;
                outline: none;
                border-bottom: 1px solid black;
                z-index: 1;
                position: relative;
                font-weight: 400;
                font-size: 20px;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h input {
                padding: 22px 18px 10px;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h select {
                background: #f2f2f2;
                padding: 16px 18px;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .floating-label-cstm label {
                position: absolute;
                font-weight: 400;
                left: 0;
                line-height: 1.5;
                top: 0.5rem;
                width: 100%;
                color: black;
                transition: all 0.2s ease;
                padding: 10px 20px;
                margin: 0;
                font-size: 18px;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h p.text-homebuysell-txt {
                font-size: 16px;
                margin: 0;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .floating-label-cstm input:focus ~ label, .floating-label-cstm .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
                top: -0.75rem;
                left: 0;
                font-size: 12px;
                z-index: 9;
                transition: all 0.2s ease;
                padding: 14px 20px 0;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h input::placeholder {
                color: #f2f2f2;
            }

            section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .save-price-mng-rows {
                display: flex;
                align-items: center;
                gap: 14px;
            }

                section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .save-price-mng-rows .price-save-green-bg {
                    background: #eaf3ec;
                    padding: 8px 16px 8px 12px;
                    display: flex;
                    gap: 8px;
                    align-items: center;
                    border-radius: 16px;
                }

                    section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .save-price-mng-rows .price-save-green-bg svg {
                        width: 28px;
                        fill: #135a2a;
                    }

                section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .save-price-mng-rows p {
                    margin: 0;
                    color: #1c1b1a;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 20px;
                }

                section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .save-price-mng-rows .price-save-green-bg span {
                    color: #1c1b1a;
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 500;
                }

.button-wrp-back-submit-sell-h {
    margin-top: 16px;
    display: flex;
    gap: 10px;
}

    .button-wrp-back-submit-sell-h a, .button-wrp-back-submit-sell-h button {
        background-color: #fff;
        border: 1px solid #545453;
        color: #1c1b1a;
        padding: 11px 16px;
        font-size: 20px;
        height: 48px;
        line-height: 24px;
        border-radius: 8px;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }

    .button-wrp-back-submit-sell-h .btn-continue-cstm, .button-wrp-back-submit-sell-h button {
        background-color: #910d22;
        color: #fff;
        padding: 4px 16px;
        line-height: 24px;
        border-radius: 8px;
        border-color: #910d22;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .two-input-field-one-left-right {
    display: flex;
    justify-content: space-between;
}

    section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .two-input-field-one-left-right .floating-label-cstm:first-child {
        width: calc(60% - 10px);
    }

    section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .two-input-field-one-left-right .with-per-labels {
        width: 40%;
        display: flex;
        align-items: center;
        background: #f2f2f2;
        border-bottom: 1px solid black;
    }

        section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .two-input-field-one-left-right .with-per-labels input {
            border-bottom: 0px !important;
            padding: 22px 12px 10px;
        }

        section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .two-input-field-one-left-right .with-per-labels span.posi-per_sign {
            padding-left: 10px;
        }

        section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .two-input-field-one-left-right .with-per-labels label {
            border-bottom: 0px !important;
            padding: 12px 8px;
        }

        section.sell_home_section .wrp-box-fields .form-field-wrp-box-sell_h .two-input-field-one-left-right .with-per-labels input:focus ~ label {
            padding: 12px 8px 0;
        }

.with-per-labels .floating-label-cstm .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
    padding: 12px 8px 0;
}

section.sell_but_home-page.sell_home_section .wrp-box-fields .smart-result-box-field .cstm-title-and-text-d-sell_h h3 {
    font-size: 20px;
}

section.sell_home_section .wrp-box-fields .smart-result-box-field .cstm-title-and-text-d-sell_h p span.bundle-class {
    background-image: linear-gradient(135deg,#6B3D90 0%,#c8102e 100%);
    border-radius: 4px;
    color: white;
    padding: 2px 6px;
    margin-left: 10px;
    font-size: 16px;
}

.checkbox-save-more label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

    .checkbox-save-more label input {
        width: 20px !important;
        height: 0px !important;
        padding: 0 !important;
        border: 0 !important;
        position: relative !important;
    }

        .checkbox-save-more label input:checked:after {
            content: '';
            display: block;
            width: 22px;
            height: 16px;
            position: absolute;
            left: -1px;
            top: -8px;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='26' fill='white' viewBox='0 0 16 16'%3e%3cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .checkbox-save-more label input:before {
            content: '';
            width: 20px;
            height: 20px;
            border: 2px solid black;
            display: block;
            position: absolute;
            left: 0;
            top: -10px;
        }

        .checkbox-save-more label input:checked:before {
            background: #910d22;
            border-color: #910d22;
        }

.bannerBottomCaption.cstm-class-home-banner-cap p {
    font-size: 22px;
}

.logo-header-cstm {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    padding: 20px 40px;
    border-bottom: 1px solid #0000001c;
    align-items: center;
}

.servicesIndex.homepage.hide-all-footer-header-and-menus {
    margin-top: 40px;
}

.box-form-data-profile .form-group .form-control {
    height: 44px;
    font-size: 18px;
}

.box-form-data-profile .form-group label {
    font-size: 20px;
}

.box-form-data-profile .form-group {
    margin-bottom: 2rem;
}

.box-form-data-profile h4 {
    padding-bottom: 10px;
    font-size: 28px;
}

#SellBuyModal.sellbuy_modal-changes .modal-dialog {
    max-width: 460px;
}

.text-mng-cstm-mdl {
    padding: 10px 0;
}

    .text-mng-cstm-mdl p {
        text-align: center;
        font-size: 20px;
    }

        .text-mng-cstm-mdl p:last-child {
            border-top: 1px solid #0000002e;
            margin: 0px auto;
            padding-top: 15px;
            margin-top: 15px;
            width: fit-content;
        }

#SellBuyModal.sellbuy_modal-changes .modal-footer {
    padding: 1rem;
}

    #SellBuyModal.sellbuy_modal-changes .modal-footer button {
        font-size: 18px;
        height: 36px;
        display: flex;
        align-items: center;
    }

#SellBuyModal.sellbuy_modal-changes .modal-dialog .modal-title {
    font-size: 20px;
}

#SellBuyModal.sellbuy_modal-changes .modal-dialog .modal-header {
    align-items: stretch;
}

.main-section-box-columns-borders {
    background: white;
    border: 1px solid #0000002e;
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .main-section-box-columns-borders h3.tlt-profile, .main-section-box-columns-borders h1.tlt-profile {
        margin: -18px -18px 10px;
        padding: 10px 18px;
        border-bottom: 1px solid #0000002e;
        background: #f1f1f1;
        border-radius: 6px 6px 0 0;
    }

    .main-section-box-columns-borders button {
        font-size: 18px;
    }

.tra_custom-footer-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 32px;
}

.mainListGetDataBox {
    width: 75%;
    margin: auto;
    position: relative;
}

.listGetDataBox {
    padding: 15px;
    margin: auto;
    border: 2px dashed #d42a27;
    border-radius: 10px;
    margin-top: 20px;
}

    .listGetDataBox span {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        display: block;
        padding: 0px 25px 5px 0px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

        .listGetDataBox span:last-child {
            margin-bottom: 0px;
            border-bottom: none;
            padding-bottom: 0px;
        }

.mainListGetDataBox img {
    width: 50px;
    position: absolute;
    top: -10px;
    right: 10px;
}

.moreless-button {
    text-decoration: underline;
}

.moretext {
    display: none;
}

.agent-detail-img {
    min-width: 140px;
    margin-right: 7px;
}

.agent-list-data a {
    word-break: break-word;
}

.agent-list-icons i {
    line-height: 35px;
}

.txt-green {
    color: #14b738;
}

.get_contact-page-link a, .get_contact-page-link button {
    display: block;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    background: white;
    color: #910d22;
    font-size: 18px;
    border: 1px solid #910d22;
    text-align: center;
}

    .get_contact-page-link a:hover, .get_contact-page-link button:hover {
        background: #910d22;
        color: white;
    }

.landing_page-sct {
    position: relative;
}

.contact_us_bg-bundle_save-bg {
    background-color: #f1efea;
    min-height: 450px;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.contact_us_bg-bundle_save {
    background-image: url(../../img/artboard-3.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.main-section-contactus {
    max-width: 680px;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    padding: 30px 0px;
    min-height: 450px;
}

.content-contact-us-bundle .text-contact-pg-ovr p, .content-contact-us-bundle .text-contact-pg-ovr h1 {
    line-height: 1.8;
    color: #1c1b1a;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
}

    .content-contact-us-bundle .text-contact-pg-ovr p button, .content-contact-us-bundle .text-contact-pg-ovr h1 button {
        background: transparent;
        border: 0;
    }

.content-contact-us-bundle .txt-list-nd {
    margin-top: 10px;
}

    .content-contact-us-bundle .txt-list-nd p.txt-pera-listeds {
        color: #1c1b1a;
        font-size: 18px;
        line-height: 24px;
    }

.main-section-contactus .box-white-circuls-cont {
    border-radius: 12px;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.06);
    background: white;
    margin-bottom: 20px;
}

    .main-section-contactus .box-white-circuls-cont .img-contact-wrp-mn {
        padding: 30px 20px;
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .main-section-contactus .box-white-circuls-cont .img-contact-wrp-mn .content-txt-bx p {
            margin: 0;
            font-weight: 600;
            font-size: 18px;
        }

        .main-section-contactus .box-white-circuls-cont .img-contact-wrp-mn .content-txt-bx h4 {
            font-size: 26px;
            font-weight: 700;
        }

            .main-section-contactus .box-white-circuls-cont .img-contact-wrp-mn .content-txt-bx h4 span {
                font-size: 16px;
                font-weight: 500;
            }

    .main-section-contactus .box-white-circuls-cont .content-milt-bx {
        padding: 30px 20px;
    }

        .main-section-contactus .box-white-circuls-cont .content-milt-bx h3 {
            line-height: 1.8;
            color: #1c1b1a;
            font-size: 2.4rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 24px;
        }

.box-form-wrp-fields {
    display: flex;
    gap: 10px 9px;
    flex-wrap: wrap;
}

    .box-form-wrp-fields .floating-label-cstm {
        position: relative;
        background: #f2f2f2;
        width: calc(50% - 9px);
    }

        .box-form-wrp-fields .floating-label-cstm input {
            width: 100%;
            height: 56px;
            background: transparent;
            border: 0;
            outline: none;
            border-bottom: 1px solid black;
            z-index: 1;
            position: relative;
            font-weight: 400;
            font-size: 20px;
            padding: 22px 18px 10px;
        }

        .box-form-wrp-fields .floating-label-cstm label {
            position: absolute;
            font-weight: 400;
            left: 0;
            line-height: 1.5;
            top: 0.5rem;
            width: 100%;
            color: black;
            transition: all 0.2s ease;
            padding: 10px 20px;
            margin: 0;
            font-size: 18px;
        }

        .box-form-wrp-fields .floating-label-cstm input:focus ~ label {
            top: -0.75rem;
            left: 0;
            font-size: 12px;
            z-index: 9;
            transition: all 0.2s ease;
            padding: 14px 20px 0;
        }

.box-form-wrp-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 18px;
}

    .box-form-wrp-fields .floating-label-cstm span.txt-select-opt_top {
        position: absolute;
        top: 3px;
        left: 14px;
        font-size: 12px;
    }

    .box-form-wrp-fields .floating-label-cstm select {
        height: 100%;
        width: 100%;
        font-size: 20px;
        padding: 16px 10px 5px;
        border: 0;
        background: #f2f2f2;
        min-height: 56px;
        height: 56px;
    }

        .box-form-wrp-fields .floating-label-cstm select:focus, .box-form-wrp-fields .floating-label-cstm select:focus-visible {
            outline: none;
        }

    .box-form-wrp-fields .two_half_width {
        display: flex;
        flex-direction: row;
        gap: 0 18px;
    }

        .box-form-wrp-fields .two_half_width .first-half_wdt, .box-form-wrp-fields .two_half_width .second-half_wdt {
            width: calc(50% - 9px);
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

            .box-form-wrp-fields .two_half_width .first-half_wdt .floating-label-cstm {
                width: 100%;
            }

            .box-form-wrp-fields .two_half_width .second-half_wdt .text-undr_pl {
                background: #f2f2f2;
                padding: 10px 12px;
                font-size: 14px;
            }

                .box-form-wrp-fields .two_half_width .second-half_wdt .text-undr_pl span.mdum_fnt-mng {
                    font-weight: 800;
                }

        .box-form-wrp-fields .two_half_width .second-half_wdt {
            gap: 20px;
        }

            .box-form-wrp-fields .two_half_width .second-half_wdt label input {
                background: transparent;
                outline: none;
                border-bottom: 1px solid black;
                z-index: 1;
                font-weight: 400;
                font-size: 20px;
                width: 20px;
                height: 0px;
                padding: 0;
                border: 0;
                position: relative;
            }

                .box-form-wrp-fields .two_half_width .second-half_wdt label input:before {
                    content: '';
                    width: 20px;
                    height: 20px;
                    border: 2px solid black;
                    display: block;
                    position: absolute;
                    left: 0;
                    top: -10px;
                }

            .box-form-wrp-fields .two_half_width .second-half_wdt label {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 16px;
                font-weight: 500;
                width: fit-content;
            }

                .box-form-wrp-fields .two_half_width .second-half_wdt label input:checked:before {
                    background: #910d22;
                    border-color: #910d22;
                }

                .box-form-wrp-fields .two_half_width .second-half_wdt label input:checked:after {
                    content: '';
                    display: block;
                    width: 22px;
                    height: 16px;
                    position: absolute;
                    left: -1px;
                    top: -8px;
                    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='26' fill='white' viewBox='0 0 16 16'%3e%3cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3e%3c/svg%3e");
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: cover;
                }

    .box-form-wrp-fields .btn-submt_contct {
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }

        .box-form-wrp-fields .btn-submt_contct button {
            width: 320px;
            background: red;
            background-color: #910d22;
            color: #fff;
            padding: 10px 16px;
            line-height: 24px;
            border-radius: 8px;
            border-color: #910d22;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 0;
        }

.custom_slider-right_pro .va-card {
    width: 100%;
}

.custom_slider-right_pro .owl-nav {
    position: absolute;
    width: fit-content;
    top: -55px;
    right: 0;
    gap: 4px;
    display: flex;
}

    .custom_slider-right_pro .owl-nav button {
        height: 34px;
        width: 34px;
        color: #2a2a33 !important;
        background-color: transparent !important;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a7a6ab !important;
    }

        .custom_slider-right_pro .owl-nav button svg {
            width: 10px;
        }

        .custom_slider-right_pro .owl-nav button:focus {
            background: #c41e2f !important;
            border-color: #c41e2f !important;
            color: #fff !important;
            outline: none;
        }

        .custom_slider-right_pro .owl-nav button.disabled {
            background: #d1d1d1 !important;
            color: #898989 !important;
            border-color: #d1d1d1 !important;
        }

.logo-header-cstm a img {
    width: 214px;
}

.logo-header-cstm .left-logos-wpr {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo-header-cstm ul.right-menu-links {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

    .logo-header-cstm ul.right-menu-links li a {
        display: inline-block;
        padding: 6px 14px;
        border-bottom: 0;
        color: #1c1b1a;
        font-weight: 600;
        transition: none;
        text-decoration: none;
        font-size: 28px;
        text-underline-offset: 4px;
    }

    .logo-header-cstm ul.right-menu-links li {
        list-style: none;
    }

        .logo-header-cstm ul.right-menu-links li a:hover {
            color: #bf1f2f;
        }

.logo-header-cstm .left-logos-wpr a:first-child:after {
    content: '';
    width: 1.6px;
    height: 108px;
    display: block;
    background: #0000001c;
    position: absolute;
    right: -13px;
    top: -23px;
    margin: 0px auto;
    transform: rotate(17deg);
}

.logo-header-cstm .left-logos-wpr a {
    position: relative;
}

section.servicesIndex.homepage.hide-all-footer-header-and-menus {
    padding-block: 42px;
}

    section.servicesIndex.homepage.hide-all-footer-header-and-menus .cstm-class-home-banner-cap {
        margin-bottom: 40px;
        padding-top: 40px;
    }

section.talkto_us_section .box-container-cstm {
    max-width: 70rem;
    padding: 5.625rem 2rem;
    display: flex;
    margin: 0px auto;
}

    section.talkto_us_section .box-container-cstm .img-wrp-box-cstm-cont {
        align-items: center;
        display: flex;
    }

        section.talkto_us_section .box-container-cstm .img-wrp-box-cstm-cont img {
            width: 480px;
            padding-right: 48px;
        }

.right-text-wrp-content h2, .right-text-wrp-content h1 {
    color: #1c1b1a;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.right-text-wrp-content .content-inner-talkto_us h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.right-text-wrp-content .content-inner-talkto_us p {
    margin: 0;
    font-size: 18px;
}

.contact-agent-btn.font-25_px {
    font-size: 25px;
}

section.container-buying-shoping {
    width: calc(100% - 240px);
    margin: 0px auto;
}

section.sell_home_section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/sell_home-svg-svg-left.jpg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

a.call_offices {
    display: flex;
    justify-content: center;
    gap: 8px;
}

    a.call_offices svg {
        width: 36px;
    }

    a.call_offices:hover {
        text-decoration: none;
    }

button.close.btn_backto-savemore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 15px;
    text-shadow: none;
    font-weight: 500;
    opacity: 1;
    color: #007bff;
    padding: 10px 0px 6px;
    gap: 5px;
    text-transform: uppercase;
}

#BundleAndSaveMoverHomePage .bannerBottomCaption.cstm-class-home-banner-cap {
    padding-top: 10px;
}

#contactagentsinglemodal .agent-detail-img {
    max-width: 235px;
}

#contactagentsinglemodal .agent-detail-popup h3 {
    font-size: 28px;
}

#contactagentsinglemodal .agent-detail-popup .agent-list-rating-grp i {
    font-size: 16px;
}

#contactagentsinglemodal .agent-detail-popup .agent-list-rating-grp p {
    font-size: 16px;
}

#contactagentsinglemodal .agent-detail-popup .agent-list-icons {
    font-size: 16px;
}

    #contactagentsinglemodal .agent-detail-popup .agent-list-icons i {
        font-size: 18px;
        line-height: unset;
    }

#contactagentsinglemodal .agent-detail-popup .agent-list-data a {
    font-size: 18px;
}

#contactagentsinglemodal .modal-body input, #contactagentsinglemodal .modal-body textarea {
    font-size: 16px !important;
}

div#contactagentsinglemodal .cstmmodalbody .agent-detail-popup > div {
    gap: 0;
}

.agent-rt-details .agent-list-icons i {
    line-height: unset;
}

#confirm-pre-qualified {
    z-index: 99999;
}

.custom_slider-right_pro .owl-stage .owl-item .card-body.prop-desc-group {
    min-height: 112px;
}

.font_btn-qualify {
    font-size: 16px;
    text-transform: uppercase;
}

h2.title-heading.colorRed, h1.title-heading.colorRed {
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    color: #1c1b1a;
}

.title-heading {
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}

.image-border-iteam .img-blog-border:after {
    position: absolute;
    content: "";
    border: none;
    top: 25px;
    left: 25px;
    bottom: 0;
    right: 0;
}

.cluster img {
    width: 70%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.font-1_75 {
    font-size: 1.75rem;
}

.font-1_5 {
    font-size: 1.5rem;
}

.gm-style-iw-chr button.gm-ui-hover-effect {
    height: 24px !important;
    width: 24px !important;
}

    .gm-style-iw-chr button.gm-ui-hover-effect span {
        margin: 0px !important;
    }

.agent-listing-btn button.agent-list-more-btn {
    border: 0;
    outline: none;
}

    .agent-listing-btn button.agent-list-more-btn:hover {
        background: #951f2b;
    }

.flex-with-co_price {
    display: flex;
    justify-content: space-between;
}

.featured-top-section.text_shadow_all > * {
    text-shadow: 4px 4px 8px black;
}



/*08 Nov 2024*/
.CAPTCHA {
    font-size: 22px;
    color: #333;
    border: 1px solid #a7302d;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 2px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-CAPTCHA button.reload {
    border: 0;
    background: white;
    color: #a7302d;
    outline: none;
}

.box-CAPTCHA input.form-control {
    padding: 9px 12px;
    max-height: unset;
    height: unset;
}


/*.captcha_container_cstm::before,
.captcha_container_cstm::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}*/
.captcha_container_cstm {
    position: relative;
}

    .captcha_container_cstm::before {
        background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 5px );
    }
    /*.captcha_container_cstm::after {
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2) 1px,
        transparent 1px,
        transparent 5px
    );
}*/
    .captcha_container_cstm .line {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.2);
        height: 1px;
        width: 100% !important;
        top: 10%;
        left: 10%;
        transform: rotate(45deg);
        z-index: 5;
    }

        .captcha_container_cstm .line:nth-child(even) {
            transform: rotate(-45deg);
        }

.gap-3 {
    gap: 0.9rem;
}

form#msform input#input {
    min-height: 40px;
    font-size: 16px;
}

#PreQualifyform fieldset input#input {
    padding-left: 0 !important;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
}

#box-CAPTCHA #input.form-control::placeholder {
    font-size: 16px;
}

#box-CAPTCHA #input.form-control {
    color: black;
}

#frmCreateContact input#input {
    min-height: 44px;
}

#virtualtourmodal #box-CAPTCHA .w-100 input,
.min_h_form {
    min-height: 42px;
}

.CAPTCHA {
    background: url('../img/captcha_line/Line-1.png');
    background-size: cover;
    background-position: center;
    font-weight: 600;
    font-family: "Arvo", serif;
}


label.im_not_robot_captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #cfcfcf;
    padding: 16px 20px;
    border-radius: 6px;
    color: black;
}
label.im_not_robot_captcha input {
    width: 24px;
    height: 0px;
    position:relative;
}
label.im_not_robot_captcha input:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    background: transparent;
    top: -11px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
}
label.im_not_robot_captcha input:checked:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357a538' stroke-linecap='round' stroke-linejoin='round' width='30' height='30' stroke-width='2'%3e%3cpath d='M5 12l5 5l10 -10'%3e%3c/path%3e%3c/svg%3e");
    border: 0;
    top:-14px;
    left:-4px;
    width:30px;
    height:30px;
}



.filter-section .filter-group .dropdown-menu .form-check.form-check-inline .form-check-input {
    margin-top: 0;
}

/*22 Jan 2025*/
.agent-list-social a i {
    font-size: 22px;
}
.agent_contact_info .agent-list-rating-grp i {
    font-size: 18px;
}
.agent_contact_info .agent-list-rating-grp div > p {
    font-size: 18px;
}
.agent_contact_info .agent-list-rating-grp .agent-list-ratings {
    display: flex;
    align-items: center;
}
.agent-rt-details .agent_contact_info > .d-flex {
    min-height: 36px;
    align-items: flex-start;
}
.agent-rt-details .agent_contact_info > .d-flex .agent-list-icons .fa-envelope {
    font-size: 18px;
        margin-top: 6px;
}
.agent-rt-details .agent_contact_info > .d-flex .agent-list-icons i {
    font-size: 22px;
}

.agent-rt-details .agent_contact_info > .d-flex .agent-list-data a, .agent-rt-details .agent_contact_info > .d-flex .agent-list-data p {
    font-size: 25px;
}

.agent-listing-btn.agentContact a.agent-list-more-btn {
    margin-top: 5px;
    font-size: 25px;
}
.cstm-box-property-dtl p.single-txtproperty {
    font-size: 20px;
}




@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Parkinsans:wght@300..800&display=swap');
h2.title-heading.colorRedspan:after, h1.title-heading.colorRed span:after {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    border: 2px solid black;
    left: 0;
    top: 20px;
    border-top: 0;
    border-left: 0;
}
h2.title-heading.colorRedspan, h1.title-heading.colorRed span {
    position: relative;
    font-family: "Parkinsans", serif;
    font-size: 60px;
    font-weight: 700;
}

h2.title-heading.colorRedspan:before, h1.title-heading.colorRed span:before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    border: 2px solid black;
    left: 10px;
    top: 30px;
    border-top: 0;
    border-left: 0;
}
h1.title-heading.colorRed.foothills_and_yuma_title {
    margin-bottom: 80px;
}