@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900; 1,100..900&display=swap');

.kanban-item .kanban-badges .badge-text,
.media-left {
    margin-left: 5px
}

a,
a:hover {
    text-decoration: none
}

.topbar .contact-info i a,
.topbar .social-links a {
    transition: .3s;
    line-height: 0
}

:root {
    scroll-behavior: smooth
}

body {
    color: var(--color-default);
    font-family: Raleway, sans-serif
}

.header .logo h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary)
}

.recent-posts .title a:hover,
a {
    color: var(--color-primary)
}

a:hover {
    color: #000
}

.nowrap {
    width: 172px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-41 {
    font-size: 41px !important;
}

.fs-42 {
    font-size: 42px !important;
}
#engage-text,
#footer-text,
#mapping-text,
#readmore-text {
    display: none
}

.multi-dropdown-menu li label {
    margin-left: 8px
}

.alert-dismissible .btn-close {
    top: -5px;
    font-size: 12px
}

.alert-danger {
    width: 350px;
    position: absolute;
    display: none;
    padding: 10px;
    right: 25px;
    top: 15px
}

#drawmapbutton,
.alert-close {
    position: absolute;
    right: 10px
}

.alert-close {
    top: 13px;
    font-size: 10px;
    cursor: pointer
}

.alert-close:hover {
    color: #ccc
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    border-color: #fff;
    background: #fff
}

.form-select:disabled {
    background-color: #fff
}

.advanced_search .dropdown-menu,
.dropdown-menu {
    width: 99%;
    min-height: auto;
    max-height: 250px;
    padding: 0;
    overflow-y: scroll
}

.advanced_search .dropdown-item,
.dropdown-item {
    line-height: 30px
}

.advanced_search .dropdown-menu hr,
.dropdown-menu hr {
    margin: 0
}

.profile-dropdown {
    width: 260px;
    height: auto
}

.media-left {
    margin-right: 5px
}

.media-heading {
    font-size: 18px;
    margin-bottom: 5px
}

.media-body p {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 5px
}

.default_active {
    height: 90px;
    padding: 0 25px !important;
    color: #fff !important;
    background: #0194fb
}

.text-darkblue {
    color: #1e4969 !important
}

.text-lightblue {
    color: #0194fb !important
}

section {
    padding: 30px 0;
    overflow: hidden;
    scroll-margin-top: 70px;
    overflow: clip
}

.sections-bg {
    background-color: #f6f6f6
}

.section-header {
    text-align: center;
    padding-bottom: 0
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    color: #0194fb
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #1e4969;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.section-header p {
    margin-bottom: 0;
    color: #6f6f6f
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: #325a78;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: .4s
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.scroll-top:hover {
    background: #0194fb;
    color: #fff
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #ffffff33;
    transition: .6s ease-out
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: #0194fb transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1.5s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.topbar {
    background: #1e4969;
    height: 60px;
    font-size: 14px;
    transition: .5s;
    color: #fff;
    padding: 0
}

.topbar .contact-info i {
    font-style: normal;
    color: #fff;
    line-height: 0
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #fff
}

.bi-envelope::before,
.bi-telephone::before,
.topbar i.bi-map::before {
    width: 30px;
    height: 30px;
    position: relative;
    display: table-cell;
    background: #0194fb;
    margin-right: 12px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    line-height: 31px
}

@media (max-width:575px) {

    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px
    }
	
	.hero .container-comparable-sales {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
	border-bottom-left-radius: 0px !important;
    }
	.hero .card-form-layout {
    left: 0 !important;
    }
	.features-section .icon-border-right {
		border-right: 0px solid #1E4969 !important;
	}
	.features-section .card-features-bg {
    text-align: center !important;
    }
	.features-section .card-features-bg h4{
       margin-top:15px;
    }
	.footer-card-bg {
		text-align: center !important;
	}
	.footer-card-bg h4 {
		margin-top:15px;
	}
	
}

.topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline
}

.topbar .social-links a {
    color: #fff;
    margin-left: 0
}

.footer .credits a,
.footer .footer-links ul a:hover,
.hero .btn-watch-video:hover i,
.hero .icon-box:hover .icon,
.hero .icon-box:hover .title a,
.kanban-item .kanban-badges .kanban-badge.bg-danger,
.kanban-item .kanban-badges .kanban-badge.bg-success,
.kanban-item .kanban-badges .kanban-badge.bg-warning,
.topbar .social-links a:hover {
    color: #fff
}

.header {
    transition: .5s;
    z-index: 997;
    height: 90px;
    background-color: #fff
}

.btn-profile,
.btn-singin {
    background: #0194fb !important;
    color: #fff;
    border: 1px solid #0194fb !important
}

.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.header .logo img {
    max-height: 60px;
    margin-right: 6px
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: .8px;
    color: #fff
}

.btn-profile>a,
.btn-profile>a:hover {
    font-weight: 500 !important
}

.header .logo h1 span {
    color: #f96f59
}

.sticked-header-offset {
    margin-top: 70px
}

.btn-profile:hover,
.btn-singin:hover {
    background: #0194fb;
    color: #fff;
    border: 1px solid #0194fb
}

.recentview .active,
.recentview .active:focus,
.recentview a:hover,
.recentview:hover>a,
.recentview>a:hover {
    background: 0 0 !important;
    color: #000 !important
}

.btn-profile {
    width: 125px
}

.btn-profile>a {
    height: 25px !important;
    padding: 0 2px !important;
    color: #fff !important
}

.recentview>a,
.recentview>a:hover {
    padding: 0 3px !important
}

.recentview>a>i {
    font-size: 18px !important
}

.recentview:hover {
    background: 0 0 !important
}

.offcanvas-header {
    color: #0194fb !important;
    border-bottom: 1px solid #d1d1d1
}

.offcanvas .card {
    margin-bottom: 15px;
    background: #0194fb;
    border: 1px solid #0194fb
}

.offcanvas .canvas_title {
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0
}

.offcanvas .canvas-btn {
    width: 100px !important;
    height: 35px !important;
    position: relative !important;
    display: inline-table !important;
    padding: 5px 10px !important;
    color: #fffF !important;
    background: #1e4969 !important
}

.offcanvas .canvas_clear {
    margin-left: 130px
}

#PropertySearchFilters_Map {
    width: 100%;
    height: 500px
}

#drawmapbutton {
    top: 100px
}

.menu_btn {
    width: 40px;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #6a6a6a;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
    cursor: pointer
}

.menu_btn:hover {
    color: #000;
    background-color: #fff
}

.kanban-item .kanban-badges {
    max-width: 100%;
    color: #6c757d;
    margin-top: 10px;
    font-size: 13px;
    margin-left: -5px
}

.kanban-item .kanban-badges .kanban-badge {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px
}

.kanban-item .kanban-badges .kanban-badge:not(:first-child) {
    margin-left: 7px
}

.kanban-item .kanban-badges .kanban-badge:first-child.bg-danger,
.kanban-item .kanban-badges .kanban-badge:first-child.bg-success,
.kanban-item .kanban-badges .kanban-badge:first-child.bg-warning {
    margin-left: 5px
}

.head_mb {
    margin-bottom: 10px !important
}

.head_mb>svg {
    padding-right: 5px !important
}

.head_mb>span>a:hover {
    color: #0d6efd !important
}

@media (min-width:1280px) {
    .navbar {
        padding: 0
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .navbar li {
        position: relative
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 10px 0 10px 28px
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 600;
        color: #393939;
        white-space: nowrap;
        transition: .3s;
        position: relative
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        visibility: hidden;
        width: 0;
        transition: .3s ease-in-out
    }

    .navbar .active:before,
    .navbar a:hover:before,
    .navbar li:hover>a:before {
        visibility: visible;
        width: 100%
    }

    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        height: 90px;
        padding: 0 25px;
        color: #fff;
        background: #0194fb
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgba(127, 137, 161, .25);
        transition: .3s;
        border-radius: 4px
    }

    .navbar .dropdown ul li {
        min-width: 200px
    }

    .navbar .dropdown ul a {
        height: 42px;
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 500;
        color: #000
    }

    .navbar .dropdown ul a i {
        font-size: 12px
    }

    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul li:hover>a {
        color: #fff;
        font-weight: 600
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

    .mobile-nav-hide,
    .mobile-nav-show {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1365px) {
    .features-section .card-features-bg {
        text-align: center !important;
    }
    .features-section .card-features-bg h4{
        margin-top:15px;
    }
    .footer-icon-size::before {
        height: 0 !important;
        font-size: 35px !important;
    }
    .footer .footer-card-text-color {
        color: #DCDCDC !important;
        font-size: 14px !important;
    }
    .footer .footer-card-bg {
        height: 105px !important;
        background-color: #133955 !important;
    }
}

@media (min-width:1280px) and (max-width:1600px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

@media (max-width:1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

    .mobile-nav-hide,
    .mobile-nav-show {
        cursor: pointer;
        line-height: 0;
        transition: .5s
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px;
        margin: 0;
        background: rgb(30, 73, 105, .9);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, .7);
        white-space: nowrap;
        transition: .3s
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff
    }

    .navbar .getstarted:focus:hover,
    .navbar .getstarted:hover {
        color: #fff;
        background: rgba(0, 131, 116, .8)
    }

    .navbar .dropdown .dropdown ul,
    .navbar .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: .5s ease-in-out;
        background-color: #0194fb;
        border: 1px solid #0194fb
    }

    .navbar .dropdown .dropdown>.dropdown-active,
    .navbar .dropdown>.dropdown-active {
        display: block
    }

    .mobile-nav-show {
        color: rgba(255, 255, 255, .6);
        font-size: 28px;
        z-index: 999;
        margin-right: 10px
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999
    }

    .mobile-nav-active {
        overflow: hidden
    }

    .mobile-nav-active .navbar {
        right: 0
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgb(27, 77, 105, .9);
        z-index: 9996
    }
}

.clients-slider {
    background: #e9e9e9;
    border-radius: 12px
}

.clients {
    padding: 40px 0
}

.clients .swiper {
    padding: 25px 15px;
    height: fit-content
}

.clients .swiper-slide img {
    transition: .3s
}

.clients .swiper-slide img:hover {
    transform: scale(1.1)
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ddd
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary)
}

.clients .cnbc {
    content: url(../img/sponsor_logo/blackandwhite/cnbc.webp);
    max-width: 100%;
    height: 75px
}

.clients .austin,
.clients .cbs,
.clients .cnw,
.clients .dallasnews,
.clients .frobes,
.clients .wsj {
    max-width: 100%;
    height: auto
}

.clients .cnbc:hover {
    content: url(../img/sponsor_logo/color/cnbc.webp)
}

.clients .frobes {
    content: url(../img/sponsor_logo/blackandwhite/forbes.webp)
}

.clients .frobes:hover {
    content: url(../img/sponsor_logo/color/forbes.webp)
}

.clients .austin {
    content: url(../img/sponsor_logo/blackandwhite/austin.webp)
}

.clients .austin:hover {
    content: url(../img/sponsor_logo/color/austin.webp)
}

.clients .cbs {
    content: url(../img/sponsor_logo/blackandwhite/cbs.webp)
}

.clients .cbs:hover {
    content: url(../img/sponsor_logo/color/cbs.webp)
}

.clients .wsj {
    content: url(../img/sponsor_logo/blackandwhite/wsj.webp)
}

.clients .wsj:hover {
    content: url(../img/sponsor_logo/color/wsj.webp)
}

.clients .cnw {
    content: url(../img/sponsor_logo/blackandwhite/cnw.webp)
}

.clients .cnw:hover {
    content: url(../img/sponsor_logo/color/cnw.webp)
}

.clients .dallasnews {
    content: url(../img/sponsor_logo/blackandwhite/dallasnews.webp)
}

.clients .dallasnews:hover {
    content: url(../img/sponsor_logo/color/dallasnews.webp)
}

.testimonials-bg {
    background: #e9e9e9;
    height: fit-content
}

.testimonials p {
    font-size: 20px;
    color: #000
}

.testimonials .testimonial-wrap {
    padding-left: 10px
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 0;
    margin: 30px 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
    border-radius: 10px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px
}

.testimonials .testimonial-item .textitem-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #000
}

.testimonials .testimonial-item h4 {
    font-size: 26px;
    color: #0194fb;
    margin: 0;
    padding-top: 2px;
    font-weight: 600
}

.testimonials .testimonial-item h5 {
    font-size: 20px;
    color: #1e4969;
    margin: 0;
    padding-bottom: 2px;
    font-weight: 600;
    border-bottom: 3px solid #e9e9e9
}

.testimonials .testimonial-item .stars {
    margin: 10px 0
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1)
}

.testimonials .testimonial-item p {
    font-size: 18px;
    margin: 5px auto;
    text-align: justify
}

.testimonials .testimonial-item .btn-viewmore {
    padding: 5px 20px;
    background: #0194fb;
    color: #fff;
    border-radius: 20px
}

.testimonials .swiper-pagination {
    margin-top: 40px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #939191;
    opacity: 1
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0194fb
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }
}

.faq {
    background-image: url(../img/parallax.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px
}

.faq .content .heading-border {
    position: relative;
    display: block;
    width: 50px;
    height: 3px;
    margin-bottom: 12px;
    background: #0194fb
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.faq .content p {
    font-size: 22px;
    color: #6c757d
}

.faq .accordion-item {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .06);
    border-radius: 10px
}

.faq .accordion-item:last-child {
    margin-bottom: 0
}

.faq .accordion-collapse {
    border: 0
}

.faq .accordion-button {
    padding: 10px 50px 10px 20px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-default);
    text-align: left;
    background: #fff;
    box-shadow: none;
    border-radius: 10px !important
}

.faq .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--color-primary)
}

.faq .accordion-button img {
    width: 45px;
    margin-right: 15px
}

.faq .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    border-bottom: 0;
    box-shadow: none
}

.faq .accordion-button:after {
    position: absolute;
    right: 20px;
    top: 24px
}

.faq .accordion-body {
    padding: 10px 40px 10px 45px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none
}

.hero,
.list-autocomplete {
    padding: 0
}

.recent-posts article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    background-color: #e9e9e9;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px;
    overflow: hidden
}

.recent-posts .post-category {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px
}

.recent-posts .title {
    font-size: 22px;
    color: #1e4969;
    font-weight: 700;
    padding: 0;
    margin: 25px 0 15px
}

.recent-posts .title a {
    color: var(--color-default);
    transition: .3s
}

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
    text-align: justify
}

.recent-posts .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0
}

.hero {
    width: 100%;
    min-height: auto;
    position: relative;
    background: url(../img/hero_banner.webp) center/cover no-repeat fixed;
    overflow: visible
}

.hero .nav-tabs {
    margin-top: 100px;
    border-bottom: 0
}

.hero .nav-tabs .nav-link {
    padding: 8px 35px;
    background: #fff;
    color: #1e4969;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.hero .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0194fb !important;
    font-weight: 600
}

.hero .tab-content {
    background: #1e4969;
    padding: 10px
}

.form-select,
.hero .form-control {
    height: 55px
}

.form-select::-webkit-input-placeholder,
.hero .form-control::-webkit-input-placeholder {
    color: #ccc
}

.hero .btn-form-search {
    width: 100%;
    height: 55px;
    background: #108843
}

.btn-multiselect,
.btn-multiselect:hover {
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px
}

.hero .btn-form-search:hover {
    background: #108843;
    border: 1px solid #108843
}

.hero .search-heading {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 70px
}

.hero i.bi-sliders::before {
    width: 100%;
    height: 55px;
    background: #1e4969;
    font-size: 41px;
    vertical-align: middle;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px
}

.list-autocomplete em {
    font-style: normal;
    background-color: #e1f2f9
}

.hasNoResults {
    display: block;
    padding: 15px;
    color: #aaa
}

.hero .icon-box,
.responsive-map {
    overflow: hidden;
    position: relative
}

.btn-multiselect {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-multiselect:hover {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.btn-multiselect.show,
.btn-multiselect:active {
    color: #000 !important;
    background-color: #fff !important;
    border-color: transparent !important
}

.btn-multiselect:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.multi-dropdown-menu li {
    display: flex;
    padding: 5px 10px
}

@media (min-width:1365px) {
    .hero {
        background-attachment: fixed
    }
}

@media screen and (max-width:767px) {
    .hero .commercial-heading {
        margin-top: 50px !important;
        font-size: 22px !important
    }

    .hero .real-heading {
        font-size: 20px !important
    }

    .hero .nav-tabs {
        margin-top: 45px !important
    }

    .hero i.bi-sliders::before {
        margin-top: 15px !important
    }

    .hero .search-heading {
        font-size: 15px !important
    }
}

@media screen and (max-width:425px) {

    .form-select,
    .hero .btn-form-search,
    .hero .form-control {
        height: 38px
    }

    .hero i.bi-sliders::before {
        height: 38px;
        font-size: 25px;
        line-height: 35px
    }

    .testimonials .testimonial-item .textitem-img {
        border-radius: 10px
    }

    .topbar {
        height: auto !important
    }

    .contact-i-md {
        margin: 10px 0 !important
    }
}

@media screen and (max-width:1024px) {
    .contact-info-md {
        display: none !important
    }

    .btn-singin {
        margin-left: 15px
    }

    .hero i.bi-sliders::before {
        font-size: 25px
    }

    #members,
    .recentview {
        padding: 10px 20px !important
    }
}

@media screen and (width:1280px) and (height:720px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1215px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.hero .list-group{
		margin-bottom: 25px;
	}
	.footer .footer-border-right {
       border-right: 0px solid #7D92A3 !important;
    }
    .features-section .card-features-bg {
        text-align: center !important;
    }
    .features-section .card-features-bg h4{
        margin-top:15px;
    }
    .footer-card-bg {
        text-align: center !important;
    }
    .footer-card-bg h4 {
        margin-top:15px;
    }

    .hero .commercial-heading {
        margin-top: 80px !important;
        font-size: 30px !important
    }

    .hero .real-heading {
        font-size: 30px !important
    }

    .hero .nav-tabs {
        margin-top: 65px !important
    }

    .hero .search-heading {
        font-size: 18px !important
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .hero .commercial-heading {
        font-size: 42px !important
    }

    .hero .real-heading {
        font-size: 36px !important
    }
     
    .hero .list-group {
        margin-bottom: 25px;
    }
    .hero .hero-heading-mb {
       margin-bottom: 30px !important;
    }
    .footer .footer-border-right {
        border-right: 0px solid #7D92A3 !important;
    }
}

@media screen and (width:1024px) and (height:600px) {
    .hero .commercial-heading {
        margin-top: 50px !important;
        font-size: 45px !important
    }

    .hero .real-heading {
        font-size: 38px !important
    }

    .hero .search-heading {
        font-size: 22px !important;
        margin-bottom: 25px
    }
}

.hero h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.hero .commercial-heading {
    margin-top: 70px;
    font-size: 55px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    margin-bottom: 0
}

.hero .real-heading {
    font-size: 47px;
    color: #fff;
    font-weight: 400
}

.hero p {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    margin-bottom: 30px
}

.hero .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: .3s;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    border: 2px solid rgba(255, 255, 255, .1)
}

.hero .btn-get-started:hover {
    border-color: rgba(255, 255, 255, .5)
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: #fff;
    font-weight: 600
}

.hero .btn-watch-video i {
    color: rgba(255, 255, 255, .5);
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

@media (max-width:640px) {
    .hero h2 {
        font-size: 36px
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px
    }
}

.hero .icon-boxes {
    padding-bottom: 60px
}

@media (min-width:1200px) {
    .hero .icon-boxes:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(50% + 20px);
        background-color: #fff
    }
}

.hero .icon-box {
    padding: 60px 30px;
    background: #008d7d;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .08);
    transition: .3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center
}

.hero .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px
}

.hero .icon-box .title a {
    color: #fff;
    transition: .3s
}

.hero .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: .3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, .6)
}

.hero .icon-box:hover {
    background: #009786
}

.modal .tab-content,
.modal-content {
    background: #e9e9e9
}

.modal .modal-footer {
    background: #f3f3f3
}

.first-tab-nav {
    width: 403px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 7px
}

.first-tab-nav .nav-link {
    width: 200px;
    height: 50px;
    font-size: 22px;
    color: #1e4969;
    font-weight: 700
}

.first-tab-nav.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #0194fb
}

.first-tab-nav .nav-link.filter-active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.first-tab-nav .nav-link.map-active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.second-tab-nav {
    border-bottom: 2px solid #1e4969
}

.second-tab-nav .nav-link {
    color: #1e4969;
    font-size: 18px;
    font-weight: 500;
    background: #f5f5f5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2f6995
}

.form-heading {
    color: #1e4969;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #1e4969
}

.address-form .form-control,
.address-form .form-select {
    height: 50px
}

.address-form .form-label {
    margin-bottom: .5rem;
    color: #1e4969;
    font-weight: 500
}

.modal-footer .btn {
    width: 120px
}

.modal-footer.btn-form-search {
    color: #fff;
    background-color: #108843
}

.modal-footer .btn-clear,
.modal-footer .btn-close {
    border: 1px solid #1e4969;
    color: #1e4969
}

.modal-footer .btn-clear:hover {
    background-color: #1e4969;
    color: #fff;
    border: 1px solid #1e4969
}

.responsive-map {
    padding-bottom: 56.25%;
    height: 0
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: -webkit-fill-available;
    position: absolute
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }

    .first-tab-nav {
        width: 350px
    }

    .first-tab-nav .nav-link {
        width: 174px
    }

    .modal-footer .btn {
        width: 110px
    }
}

.footer {
    font-size: 14px;
    background-color: #1e4969;
    padding: 50px 0 0;
    color: #fff
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px
}

.footer .footer-info .logo img {
    max-height: 50px;
    margin-right: 6px
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--font-primary)
}

.footer .footer-info p {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-primary);
    text-align: justify
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    margin-right: 10px;
    transition: .3s
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff
}

.footer h4 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px
}

.footer .footer-heading-border {
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: #0194fb;
    top: 25px
}

.footer .footer-links {
    margin-bottom: 30px;
    padding-left: 35px
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 0
}

.footer .add-i::before {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    background: 0 0;
    margin-right: 12px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px
}

.footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 131, 116, .8);
    font-size: 12px;
    line-height: 0
}

.footer .footer-links ul li {
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    color: rgba(255, 255, 255, .7);
    transition: .3s;
    display: inline-block;
    line-height: 1
}

.footer .footer-contact p {
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px
}

.footer .copyright {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #d5d5d5
}

.footer .container-copyright {
    background: #112f46;
    border-top: 1px solid #4e97cb
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px
}

@media screen and (max-width: 575.98px) {
    .testimonials .testimonial-item .textitem-img {
        height: 250px !important;
    }

    .testimonials .testimonial-item .btn-viewmore {
        position: absolute;
        bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .testimonials .testimonial-item,
    .testimonials .testimonial-item .textitem-img {
        height: 370px !important;
    }

    .testimonials .testimonial-item .btn-viewmore {
        position: absolute;
        bottom: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

    .testimonials .testimonial-item,
    .testimonials .testimonial-item .textitem-img {
        height: 370px !important;
    }

    .testimonials .testimonial-item .btn-viewmore {
        position: absolute;
        bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {

    .testimonials .testimonial-item,
    .testimonials .testimonial-item .textitem-img {
        height: 430px !important;
    }

    .testimonials .testimonial-item .btn-viewmore {
        position: absolute;
        bottom: 30px;
    }
}



/********* Comparable Sales CSS ********/
.bg-darkblue {
    background-color: #1E4969 !important;
}
.text-gray {
    color: #393939 !important;
}
.card-border-radius {
    border-radius: 17px;
}
.subcard-border-radius {
    border-radius: 12px;
}
.hero .text-blue {
    color: #1E4969 !important;
}
.hero.hero-comparable {
    width: 100%;
    min-height: auto;
    position: relative;
    background: url(../img/comparable_banner_img.jpg) center/cover no-repeat fixed;
    overflow: visible;
}
.hero .card-form-layout {
    position: relative;
    left: -12px;
}
.hero .comparable-heading {
    margin-top: 15px !important;
}
.hero .hero-heading-mb {
   margin-bottom: 15px;
}
.hero .container-comparable-sales {
    width: 100%;
    height: 100.5%;
    position: relative;
    display: flex;
    left: -1px;
    top: -1px;
    padding: 15px;
    color: #FFF;
    background: #1E4969;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}
.hero .comparable-heading-border-bottom {
    color: #1E4969;
    border-bottom: 1px solid #ccc;
}
.hero .form-control.comparableform-control, .form-select.comparableform-select {
    height: 35px;
}
.btn-get-your-comps {
    width: 100%;
    height: 35px;
    margin-top: 31px;
    color: #FFF;
    background-color: #0194FB !important;
    border: 1px solid #0194FB !important;
}
.btn-get-your-comps:hover {
    color: #FFF;
    background-color: #0194FB !important;
    border: 1px solid #0194FB !important;
}
.features-section .section-header h2 {
    color: #1E4969;
}
.features-section .card-features-bg {
    background-color: #F6F6F6 !important;
}
.features-section .card-features-bg:hover {
    background-color: #E7F5FF !important;
    border: 1px solid #0194FB !important;
    box-shadow: 0px 0px 16px #0194fb54;
}
.features-section .card-features-bg:hover .bg-darkblue {
    background-color: #0194FB !important;
}
.features-section .icon-border-right {
    border-right: 1px solid #1E4969;
}
.footer .logo-content {
   color: #0194FB;
}
.footer .footer-card-icon {
    background-color: #0194FB !important;
}
.footer .footer-border-bottom { 
    border-bottom: 1px solid #0194FB;
}
.footer-icon-size {
    font-size: 46px;
    color: #FFF;
}
.footer-icon-size::before {
    height: 60px;
    display: table-cell;
    font-size: 46px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
}
.footer .footer-card-text-color {
    color: #DCDCDC !important;
}
.footer .footer-border-right {
    border-right: 2px solid #7D92A3;
}
.footer .footer-card-bg {
    background-color: #133955 !important;
}
.footer .container-copyright {
    background: #133955;
    border-top: 1px solid #4e97cb;
}
.footer.footer-comparable {
    font-size: 14px;
    background-color: #1E4969;
    padding: 25px 0 0 0;
    color: #fff;
}
.footer .container-comparablecopyright {
    background: #133955;
}