@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(bootstrap.min.css);
@import url(owl.carousel.css);
@import url(classy-nav.min.css);
@import url(iconmoon.css);
@import url(nice-select.css);
@import url(jquery-ui.min.css);
@import url(custom.css);
a,
a:focus,
a:hover,
p {
    font-size: 14px;
    font-weight: 600
}

.bg-fixed,
.bg-img {
    background-position: center center;
    background-size: cover
}

*,
ol,
ul {
    margin: 0
}

* {
    padding: 0
}

body {
    font-family: Manrope, sans-serif
}

:root {
    --primary-theme-color: #198d94;
    --secondary-theme-color: #17a97d
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    font-weight: 600
}

p {
    color: #323232;
    line-height: 2
}

a,
a:focus,
a:hover {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0;
    color: #323232
}

ol li,
ul li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%
}

.footer-widget-area .address,
.leave-comment-area .comment-form button[type=submit],
.leave-comment-area .contact-form button[type=submit],
.mt-15,
.south-contact-area .comment-form button[type=submit],
.south-contact-area .contact-form button[type=submit],
.testimonials-slides .single-testimonial-slide .testimonial-author-info {
    margin-top: 15px
}

.mt-30,
.south-editor-area .editor-content-area .address {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.mt-70 {
    margin-top: 70px
}

.mt-100 {
    margin-top: 100px
}

.listings-content .listings-btn-groups a:first-child,
.mb-15 {
    margin-bottom: 15px
}

.mb-30,
.single-featured-property .property-content p {
    margin-bottom: 30px
}

.comments-area h5,
.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.mb-50,
.single-blog-area .post-content p,
.single_comment_area,
.south-contact-area .comment-form h5,
.south-contact-area .contact-form h5 {
    margin-bottom: 50px
}

.ml-15 {
    margin-left: 15px
}

.ml-30 {
    margin-left: 30px
}

.contact-realtor-wrapper .realtor---info h6 img,
.listings-content .location img,
.mr-15 {
    margin-right: 15px
}

.mr-30 {
    margin-right: 30px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-100 {
    margin-bottom: 100px
}

.bg-img {
    background-repeat: no-repeat
}

.bg-transparent {
    background-color: transparent
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, .5) !important
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, .5) !important
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.height-500 {
    height: 500px !important
}

.height-600 {
    height: 600px !important
}

.height-700 {
    height: 700px !important
}

.height-800 {
    height: 800px !important
}

.section-padding-100 {
    padding: 100px 0
}

.section-padding-50 {
    padding: 50px 0
}

.section-padding-50-0 {
    padding: 50px 0 0
}

.section-padding-100-70 {
    padding: 100px 0 70px
}

.section-padding-100-50 {
    padding: 100px 0 50px
}

.section-padding-100-0 {
    padding: 100px 0 0
}

.section-padding-0-100 {
    padding: 0 0 100px
}

.section-padding-100-20 {
    padding: 100px 0 20px
}

.bg-fixed {
    background-attachment: fixed
}

.about-content-wrapper .featured-properties-slides,
.bg-overlay,
.bg-overlay-black,
.blog-sidebar-area .featured-properties-slides,
.footer-widget-area .featured-properties-slides,
.latest-properties-slides,
.listings-maps,
.search-widget-area form,
.single-blog-area,
.single-blog-area .blog-post-thumbnail,
.single-listings-sliders,
.single-pie-bar,
.single-team-member,
.south-search-area,
.south-tabs-content,
.testimonials-slides {
    position: relative;
    z-index: 1
}

.bg-overlay-black::after,
.bg-overlay-white::after,
.bg-overlay::after,
.gradient-background-overlay:before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0
}

.bg-overlay::after {
    z-index: -1;
    background-color: var(--primary-theme-color);
    opacity: .7;
    content: ''
}

.bg-overlay-black::after {
    z-index: -1;
    background-color: #000;
    opacity: .7;
    content: ''
}

.card-body {
    padding: 1.25rem 1.25rem 10px
}

.bg-overlay-white {
    position: relative;
    z-index: -1
}

.bg-overlay-white::after {
    z-index: -2;
    background-color: rgba(230, 241, 255, .5);
    content: ''
}

.gradient-background-overlay:before {
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, .9);
    background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, .9) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .9) 90%, rgba(0, 0, 0, 0) 100%)
}

.bg-gray {
    background-color: #f5f7f9
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch
}

.gradient-background-overlay {
    position: relative;
    z-index: 3
}

#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background-color: #fff
}

.south-load {
    -webkit-animation: 1.5s linear infinite south-load;
    animation: 1.5s linear infinite south-load;
    background: 0 0;
    border-top-color: var(--primary-theme-color);
    border-left-color: var(--primary-theme-color);
    border-right-color: var(--primary-theme-color);
    border-radius: 50%;
    border: 2px solid #fff;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9
}

.header-area,
.main-header-area {
    width: 100%;
    -webkit-transition-duration: .5s
}

@-webkit-keyframes south-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes south-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.section-heading {
    position: relative;
    text-align: center
}

.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.section-heading img,
.south-contact-area .comment-form .form-group,
.south-contact-area .contact-form .form-group {
    margin-bottom: 10px
}

.section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.section-heading p {
    color: var(--primary-theme-color);
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic
}

.south-btn {
    position: relative;
    z-index: 1;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--primary-theme-color);
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 8px
}

.pagination .page-link:focus,
.pagination .page-link:hover,
.south-btn.active,
.south-btn.btn-3:focus,
.south-btn.btn-3:hover,
.south-btn:focus,
.south-btn:hover {
    color: #fff;
    background-color: var(--secondary-theme-color)
}

.south-btn.btn-2,
.south-btn.btn-3 {
    background-color: transparent;
    line-height: 46px
}

.south-btn.btn-2 {
    border: 2px solid var(--primary-theme-color);
    color: var(--primary-theme-color)
}

.south-btn.btn-2:focus,
.south-btn.btn-2:hover {
    color: #fff;
    background-color: var(--primary-theme-color)
}

.south-btn.btn-3 {
    border: 2px solid #000;
    color: #000
}

.about-content-wrapper .featured-properties-slides .owl-next:hover,
.about-content-wrapper .featured-properties-slides .owl-prev:hover,
.blog-sidebar-area .featured-properties-slides .owl-next:hover,
.blog-sidebar-area .featured-properties-slides .owl-prev:hover,
.dark .classynav ul li .dropdown,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classy-navbar .classy-menu,
.dark.breakpoint-on .classynav>ul>li>a,
.dark.classy-nav-container,
.footer-widget-area .featured-properties-slides .owl-next:hover,
.footer-widget-area .featured-properties-slides .owl-prev:hover,
.hero-area .owl-dot.active,
.hero-area .owl-next:hover,
.hero-area .owl-prev:hover,
.pagination .page-link.active,
.single-listings-sliders .owl-next:hover,
.single-listings-sliders .owl-prev:hover,
.top-header-area {
    background-color: #000
}

.header-area {
    position: absolute;
    z-index: 10000;
    height: auto;
    transition-duration: .5s
}

.top-header-area {
    position: relative;
    z-index: 1;
    height: 45px
}

.top-header-area .email-address {
    padding-left: 60px;
    line-height: 1
}

.top-header-area .email-address a {
    color: var(--primary-theme-color);
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -2px
}

.top-header-area .phone-number {
    line-height: 1;
    height: 45px;
    margin-bottom: 0
}

.top-header-area .icon {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px
}

.top-header-area .icon img {
    padding: 16px 0;
    max-width: 15px
}

.top-header-area .number a {
    padding: 0 10px;
    color: #fff;
    line-height: 45px;
    font-size: 14px;
    font-weight: 400
}

.main-header-area {
    height: 100px;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
    transition-duration: .5s
}

.main-header-area .classy-nav-container {
    border-top: 1px solid #2d2d2d
}

.main-header-area .classy-navbar {
    height: 100px;
    padding: .5em 60px
}

.main-header-area .classynav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.main-header-area .nav-brand {
    line-height: 1
}

.main-header-area .classynav ul {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.main-header-area .searchbtn {
    margin-left: 30px;
    height: 90px;
    line-height: 90px;
    background-color: transparent;
    width: 90px;
    text-align: center
}

.breadcumb-area .breadcumb-title,
.latest-properties-slides .owl-next:hover,
.latest-properties-slides .owl-prev:hover,
.listings-content .listings-core-features li i,
.main-header-area .searchbtn:hover,
.pagination .page-link,
.ps-btn,
.search-close .searchbtn,
.single-accordion h6 a,
.south-contact-area .contact-form button[type=submit],
.testimonials-slides .owl-next:hover,
.testimonials-slides .owl-prev:hover,
button.ps-btn {
    background-color: var(--primary-theme-color)
}

.main-header-area .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.main-header-area .south-search-form input {
    width: 650px;
    height: 50px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 100px;
    padding: 0 30px;
    font-size: 14px
}

.main-header-area .south-search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    background-color: transparent;
    color: rgba(255, 255, 255, .5);
    border: none;
    cursor: pointer;
    width: 50px;
    outline: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.content_thumb i,
.footer-area a,
.footer-bottom .social-list a:hover i,
.footer-bottom .social-list a:hover svg,
.main-header-area .south-search-form button:hover {
    color: #fff
}

.d-none,
.read_more .less-txt,
.read_more.expanded .more-txt {
    display: none
}

.search-close .south-search-form {
    display: block
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    height: 100px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    background-color: #000
}

.hero-area .owl-dot,
.hero-area .owl-next,
.hero-area .owl-prev,
.hero-slides-content h2 {
    background-color: var(--primary-theme-color);
    color: #fff
}

.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 800px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-heading h2 {
        font-size: 24px
    }
    .main-header-area .nav-brand {
        margin-right: 0
    }
    .main-header-area .searchbtn {
        margin-left: 15px;
        width: 50px
    }
    .main-header-area .south-search-form input {
        width: 550px
    }
    .single-hero-slide {
        height: 700px
    }
}

.hero-slides-content,
.single-team-member .team-member-info {
    text-align: center
}

.hero-slides-content h2 {
    font-size: 60px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .is-sticky .main-header-area,
    .main-header-area,
    .main-header-area .classy-navbar {
        height: 85px
    }
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: var(--primary-theme-color)
    }
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px
    }
    .single-hero-slide {
        height: 650px
    }
    .hero-slides-content h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .section-heading h2 {
        font-size: 24px
    }
    .top-header-area {
        height: auto
    }
    .top-header-area .email-address {
        padding: 15px 30px
    }
    .is-sticky .main-header-area,
    .main-header-area {
        height: 70px
    }
    .main-header-area .classy-navbar {
        height: 85px;
        padding: 4px 30px
    }
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: var(--primary-theme-color)
    }
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px
    }
    .single-hero-slide {
        height: 550px
    }
    .hero-slides-content h2 {
        font-size: 16px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .hero-slides-content h2 {
        font-size: 24px
    }
}

.hero-area .owl-next,
.hero-area .owl-prev {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 36px;
    text-align: center;
    left: 70px;
    margin-top: -19px;
    opacity: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .hero-area .owl-next,
    .hero-area .owl-prev {
        left: 30px
    }
}

.hero-area .owl-next {
    left: auto;
    right: 70px
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev,
.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1
}

.hero-area .owl-dots {
    width: 1110px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hero-area .owl-dot {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 8px;
    font-weight: 600
}

.form-control {
    background-color: transparent;
    width: 100%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 0 15px;
    border: 1px solid #e1dddd
}

.form-control:focus,
.form-control:hover {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e1dddd
}

.nice-select {
    line-height: 34px
}

.nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0
}

.south-search-area .advanced-search-form {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    border: 1px solid #e1dddd;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
    border-radius: 8px
}

.south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: 260px;
    height: 45px;
    background-color: var(--primary-theme-color);
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px;
    text-align: center
}

.south-search-area .advanced-search-form .search-title p {
    white-space: nowrap;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600
}

.south-search-area .advanced-search-form .slider-range {
    flex: 0 0 50%;
    min-width: 50%;
    margin-bottom: 30px
}

.south-search-area .advanced-search-form .slider-range:first-child {
    padding-right: 15px
}

.south-search-area .advanced-search-form .slider-range:last-child {
    padding-left: 15px
}

.south-search-area .advanced-search-form .ui-widget.ui-widget-content {
    border: none;
    height: 4px
}

.south-search-area .advanced-search-form .ui-widget-content {
    background: var(--primary-theme-color)
}

.south-search-area .advanced-search-form .ui-slider-horizontal {
    height: 4px;
    background: var(--primary-theme-color)
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-br,
.south-search-area .advanced-search-form .ui-corner-right {
    border-bottom-right-radius: 0
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bl,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-left {
    border-bottom-left-radius: 0
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-tr {
    border-top-right-radius: 0
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-tl,
.south-search-area .advanced-search-form .ui-corner-top {
    border-top-left-radius: 0
}

.south-search-area .advanced-search-form .ui-button,
.south-search-area .advanced-search-form .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-content .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-header .ui-state-default,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:active,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:hover {
    border: none;
    background: var(--primary-theme-color);
    margin-top: -3px
}

.south-search-area .advanced-search-form .range {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600
}

.south-search-area .advanced-search-form .more-filter a {
    text-transform: uppercase;
    font-size: 12px;
    color: #323232
}

.fa,
.footer-area a:hover,
.footer-widget-area .useful-links-nav li a:focus,
.footer-widget-area .useful-links-nav li a:hover,
.listings-top-meta .grid_view a.active,
.listings-top-meta .list_view a.active,
.single_comment_area .comment-wrapper .comment-content .comment-meta a:hover,
.south-catagories-card ul li a:focus,
.south-catagories-card ul li a:hover,
.south-search-area .advanced-search-form .more-filter a:hover,
.testimonials-slides .single-testimonial-slide .testimonial-author-info span {
    color: var(--primary-theme-color)
}

.single-featured-property {
    position: relative;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    overflow: hidden;
    box-shadow: 0 4px 26px 0 rgb(66 71 76 / 9%);
    border: 1px solid #e1dddd;
    border-radius: 8px
}

.contact-realtor-wrapper,
.listings-content,
.single-listings-sliders {
    box-shadow: 0 1px 42px -8px rgb(173 163 163 / 75%)
}

.listings-top-meta,
.main-header-area .classy-navbar,
.single-featured-property .property-thumb {
    position: relative
}

.single-featured-property .property-thumb .tag span {
    height: 35px;
    padding: 0 20px;
    background-color: var(--primary-theme-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 8px
}

.single-featured-property .property-thumb .list-price p {
    background-color: #fff;
    padding: 10px 20px;
    color: var(--primary-theme-color);
    border: 1px solid #eee;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    margin-bottom: 0;
    line-height: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 8px
}

.contact-realtor-wrapper .realtor---info,
.single-featured-property .property-content {
    padding: 20px
}

.contact-realtor-wrapper .realtor---info h6,
.listings-content .location,
.single-featured-property .property-content h5,
.south-tabs-content .tab-content h6 {
    font-size: 14px
}

.single-featured-property .property-content .location {
    color: var(--primary-theme-color);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600
}

.single-featured-property .property-content .location i {
    font-size: 20px;
    margin-right: 5px
}

.single-featured-property .property-content .location img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important
}

.single-featured-property .property-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #000
}

.single-featured-property .property-content .property-meta-data img {
    margin-right: 0;
    display: inline-block !important;
    width: auto !important
}

.single-featured-property:focus,
.single-featured-property:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.latest-properties-slides .single-testimonial-slide,
.testimonials-slides .single-testimonial-slide {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.latest-properties-slides .owl-next,
.latest-properties-slides .owl-prev,
.testimonials-slides .owl-next,
.testimonials-slides .owl-prev {
    position: absolute;
    text-align: center;
    margin-top: -19px;
    -webkit-transition-duration: .5s;
    background-color: var(--primary-theme-color);
    font-weight: 600;
    top: 50%;
    line-height: 40px;
    border-radius: 8px
}

.testimonials-slides .single-testimonial-slide h5 {
    margin-bottom: 60px;
    color: #323232
}

.testimonials-slides .single-testimonial-slide .testimonial-author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 20px
}

.testimonials-slides .single-testimonial-slide .testimonial-author-info p {
    margin-bottom: 0;
    color: var(--primary-theme-color);
    font-size: 18px;
    font-weight: 600
}

.latest-properties-slides .center .single-testimonial-slide,
.testimonials-slides .center .single-testimonial-slide {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.testimonials-slides .center .single-testimonial-slide h5 {
    color: #000
}

.testimonials-slides .owl-next,
.testimonials-slides .owl-prev {
    width: 38px;
    height: 38px;
    color: #fff;
    left: -19px;
    transition-duration: .5s;
    font-size: 13px;
    border-radius: 8px
}

@media only screen and (max-width:767px) {
    .hero-area .owl-next {
        left: auto;
        right: 30px
    }
    .hero-area .owl-dots {
        width: calc(100% - 30px);
        left: 20px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .south-search-area .advanced-search-form {
        padding: 30px 20px
    }
    .south-search-area .advanced-search-form .search-title {
        width: 210px;
        padding: 0 15px
    }
    .south-search-area .advanced-search-form .slider-range {
        margin-bottom: 50px
    }
    .south-search-area .advanced-search-form .range {
        font-size: 10px
    }
    .single-featured-property .property-content .property-meta-data img {
        margin-right: 0
    }
    .testimonials-slides .owl-next,
    .testimonials-slides .owl-prev {
        left: 0
    }
}

.about-content-wrapper .featured-properties-slides .owl-next,
.blog-sidebar-area .featured-properties-slides .owl-next,
.latest-properties-slides .owl-next,
.single-listings-sliders .owl-next,
.testimonials-slides .owl-next {
    left: auto !important;
    right: -19px
}

.latest-properties-slides .owl-next,
.latest-properties-slides .owl-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    left: -19px;
    transition-duration: .5s;
    font-size: 15px
}

.south-editor-area {
    background-color: #f1f6f8;
    position: relative;
    z-index: 1
}

.footer-widget-area .useful-links-nav li,
.south-editor-area .editor-content-area,
.south-editor-area .editor-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%
}

.south-editor-area .editor-content-area {
    position: relative;
    z-index: 1;
    padding: 100px 5%
}

.south-editor-area .editor-content-area .section-heading {
    text-align: left;
    margin-bottom: 50px
}

.single-team-member .team-member-info .address h6,
.south-editor-area .editor-content-area .address h6 {
    margin-bottom: 15px;
    font-size: 14px
}

.ps-agent-information .ps-section__bottom figure p,
.ps-agent-information .ps-section__bottom figure:last-child,
.single-accordion:last-of-type,
.single-team-member .team-member-info .address h6:last-of-type,
.single-team-member .team-member-thumb,
.south-editor-area .editor-content-area .address h6:last-of-type {
    margin-bottom: 0
}

.single-team-member .team-member-info .address h6 img,
.south-editor-area .editor-content-area .address h6 img {
    margin-right: 10px
}

.call-to-action-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 650px
}

.call-to-action-area .cta-content h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.call-to-action-area .cta-content h6 {
    font-size: 30px;
    font-style: italic;
    color: #fff
}

.footer-area {
    position: relative;
    z-index: 1;
    overflow: unset;
    background-color: #000
}

.main-footer-area {
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-area .copywrite-text {
    width: 100%;
    background-color: #000;
    padding: 0 15px;
    border-top: 1px solid #2d2d2d
}

.footer-area .copywrite-text p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff
}

.footer-area .copywrite-text p a {
    font-size: 16px;
    color: #ffff
}

.footer-widget-area .widget-title {
    margin-bottom: 25px
}

.footer-widget-area .widget-title h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-color: var(--primary-theme-color);
    line-height: 1.8;
    display: inline-block
}

.footer-widget-area p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600
}

.footer-widget-area .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #323232
}

.content-sidebar .weekly-office-hours ul li span,
.footer-widget-area .weekly-office-hours ul li span {
    color: #323232;
    font-size: 14px;
    font-weight: 400
}

.content-sidebar .weekly-office-hours ul li:first-of-type,
.footer-widget-area .useful-links-nav li a:first-child,
.footer-widget-area .useful-links-nav li a:nth-child(2),
.footer-widget-area .weekly-office-hours ul li:first-of-type {
    padding-top: 0
}

.footer-widget-area .address div {
    position: relative;
    z-index: 1;
    color: #323232;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8
}

.footer-widget-area .address div i {
    font-size: 25px;
    margin-right: 5px
}

.content-sidebar .address h6 img,
.footer-widget-area .address h6 img {
    position: absolute;
    top: 4px;
    z-index: 10;
    left: 0
}

.footer-widget-area .useful-links-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-widget-area .useful-links-nav li a {
    padding: 10px 0;
    display: block;
    color: #fff;
    font-weight: 600
}

.about-content-wrapper .featured-properties-slides .owl-next,
.about-content-wrapper .featured-properties-slides .owl-prev,
.blog-sidebar-area .featured-properties-slides .owl-next,
.blog-sidebar-area .featured-properties-slides .owl-prev,
.footer-widget-area .featured-properties-slides .owl-next,
.footer-widget-area .featured-properties-slides .owl-prev,
.single-listings-sliders .owl-next,
.single-listings-sliders .owl-prev {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: var(--primary-theme-color);
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .15);
    border-radius: 8px
}

.footer-widget-area .featured-properties-slides .owl-next {
    left: auto;
    right: -10px
}

.about-content-wrapper .featured-properties-slides:hover .owl-next,
.about-content-wrapper .featured-properties-slides:hover .owl-prev,
.blog-sidebar-area .featured-properties-slides:hover .owl-next,
.blog-sidebar-area .featured-properties-slides:hover .owl-prev,
.footer-widget-area .featured-properties-slides:hover .owl-next,
.footer-widget-area .featured-properties-slides:hover .owl-prev,
.single-listings-sliders:hover .owl-next,
.single-listings-sliders:hover .owl-prev {
    opacity: 1;
    visibility: visible
}

.breadcumb-area {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    text-align: center
}

.breadcumb-area .breadcumb-title {
    font-size: 60px;
    margin-bottom: 0;
    padding: 5px 20px 7px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .call-to-action-area .cta-content h2 {
        font-size: 40px
    }
    .call-to-action-area .cta-content h6 {
        font-size: 24px
    }
    .breadcumb-area .breadcumb-title {
        font-size: 48px
    }
    .contact-realtor-wrapper .realtor---info {
        padding: 20px
    }
}

.about-content-wrapper,
.south-blog-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }
    .call-to-action-area {
        height: 500px
    }
    .call-to-action-area .cta-content h2 {
        font-size: 30px
    }
    .call-to-action-area .cta-content h6 {
        font-size: 18px
    }
    .breadcumb-area .breadcumb-title {
        font-size: 36px
    }
    .about-content-wrapper .about-content {
        margin-bottom: 100px
    }
}

.about-content-wrapper .about-content img,
.ps-agent-information .ps-section__desc>* {
    margin-bottom: 40px
}

.single-team-member .team-member-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.advanced-search-form .form-group,
.single-team-member .team-member-info .section-heading {
    margin-bottom: 5px
}

.listings-content-wrapper {
    overflow-x: hidden
}

.listings-top-meta .nice-select {
    float: right;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 100
}

.listings-top-meta .nice-select .list {
    position: absolute;
    z-index: 500
}

.listings-top-meta .nice-select .option {
    min-height: 34px;
    line-height: 34px
}

.listings-top-meta span {
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.listings-top-meta .grid_view a,
.listings-top-meta .list_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px
}

.listings-content {
    margin-top: 20px;
    border: 1px solid #f5f5f5;
    padding: 10px
}

.listings-content .list-price p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-theme-color)
}

.listings-content h5 {
    font-size: 30px;
    margin-bottom: 10px
}

.listings-content .property-meta-data div {
    margin-top: 10px;
    display: inline-flex;
    align-items: center
}

.listings-content .property-meta-data span {
    font-size: 15px;
    font-weight: 600;
    margin-left: 8px;
    color: #373737;
    width: 250px
}

.listings-content .property-meta-data i {
    font-size: 28px;
    color: var(--primary-theme-color)
}

.listings-content .property-meta-data .icon {
    height: 30px
}

.listings-content .property-meta-data img {
    margin-right: 5px;
    display: inline-block !important;
    width: 44px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.listings-content .listings-core-features {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.features {
    margin-top: 45px
}

.listings-content .listings-core-features li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    min-width: 33.3333333%;
    color: #323232;
    font-size: 15px;
    margin-bottom: 25px
}

.listings-content .listings-core-features li i {
    width: 27px;
    height: 27px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    margin-right: 10px
}

.listings-content .listings-btn-groups .south-btn {
    min-width: 285px;
    width: 285px;
    display: block
}

.contact-realtor-wrapper {
    border: 1px solid #f5f5f5;
    position: relative;
    z-index: 1
}

.contact-realtor-wrapper .realtor-info>img {
    width: 100%;
    height: 200px;
    object-fit: contain
}

@media only screen and (max-width:767px) {
    .latest-properties-slides .owl-next,
    .testimonials-slides .owl-next {
        left: auto !important;
        right: 0
    }
    .latest-properties-slides .owl-next,
    .latest-properties-slides .owl-prev {
        left: 0
    }
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .listings-content .listings-core-features li,
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }
    .call-to-action-area {
        height: 500px
    }
    .call-to-action-area .cta-content h2 {
        font-size: 24px
    }
    .call-to-action-area .cta-content h6 {
        font-size: 16px
    }
    .breadcumb-area .breadcumb-title {
        font-size: 30px
    }
    .about-content-wrapper .about-content {
        margin-bottom: 100px
    }
    .listings-top-meta span {
        font-size: 15px
    }
    .listings-content h5 {
        font-size: 20px
    }
    .contact-realtor-wrapper .realtor---info {
        padding: 20px
    }
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 20px 20px
    }
}

.contact-realtor-wrapper .realtor---info h2 {
    font-size: 24px;
    text-transform: uppercase
}

.contact-realtor-wrapper .realtor--contact-form {
    padding: 0 20px 20px
}

.contact-realtor-wrapper .realtor--contact-form .form-group {
    margin-bottom: 15px
}

.contact-realtor-wrapper .realtor--contact-form .form-control {
    border: 1px solid #e1dddd;
    height: 45px;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 15px
}

.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
    height: 100px;
    padding: 15px
}

.googleMap,
.listings-maps #googleMap {
    width: 100%;
    height: 540px
}

.single-blog-area .post-content {
    position: relative;
    z-index: 1;
    padding: 20px 0
}

.single-blog-area .post-content .post-date a {
    font-size: 14px;
    color: var(--primary-theme-color);
    margin-bottom: 10px;
    display: block
}

.single-blog-area .post-content .headline {
    font-size: 30px;
    color: #323232;
    display: block
}

.single-blog-area .post-content .post-meta {
    position: relative;
    margin-bottom: 30px
}

.single-blog-area .post-content .post-meta p {
    color: #aaa8a8;
    font-size: 12px
}

.single-blog-area .post-content .post-meta p a {
    font-size: 12px;
    color: #aaa8a8;
    display: inline-block
}

.search-widget-area input[type=search] {
    width: 100%;
    height: 43px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px
}

.search-widget-area button[type=submit] {
    width: 50px;
    height: 43px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #7e7e7e;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.south-catagories-card h5 {
    margin-bottom: 30px;
    font-size: 16px
}

.south-catagories-card ul li a {
    display: block;
    padding: 8px 0;
    color: #323232;
    font-size: 14px;
    font-weight: 400
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #323232
}

.pagination .page-link {
    padding: 0;
    margin-left: 3px;
    line-height: 45px;
    border: none;
    width: 45px;
    height: 45px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 8px
}

.single_comment_area .comment-wrapper .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    border-radius: 50%;
    margin-right: 30px
}

.single_comment_area .comment-wrapper .comment-author img {
    border-radius: 50%
}

.single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #323232;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.single_comment_area .comment-wrapper .comment-content p {
    font-size: 13px;
    margin-bottom: 0
}

.single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px
}

@media only screen and (max-width:767px) {
    .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px
    }
    .single_comment_area .children {
        padding-left: 30px
    }
}

.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.south-contact-area .comment-form .form-control,
.south-contact-area .contact-form .form-control {
    width: 100%;
    height: 43px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #e1dddd;
    font-size: 14px;
    margin-bottom: 0 !important
}

.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.south-contact-area .comment-form textarea.form-control,
.south-contact-area .contact-form textarea.form-control {
    height: 200px !important
}

.contact-heading h6 {
    border-bottom: 2px solid var(--primary-theme-color);
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase
}

.content-sidebar .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f8f7f7
}

.content-sidebar .address {
    margin-top: 38px
}

.content-sidebar .address h6 {
    position: relative;
    z-index: 1;
    color: #323232;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    padding-left: 40px;
    line-height: 1.8
}

.elements-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 100px
}

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase
}

.single-accordion h6 a {
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 15px 60px 15px 15px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid transparent
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 18px
}

.single-accordion h6 a span.accor-open,
.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0
}

.single-accordion h6 a.collapsed {
    border: 2px solid var(--primary-theme-color);
    background-color: transparent;
    color: #000
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0
}

.south-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px
}

.south-tabs-content .nav-tabs .nav-link {
    border: 2px solid var(--primary-theme-color);
    padding: 0 30px;
    height: 45px;
    line-height: 41px;
    color: #000;
    margin: 0 2px;
    border-radius: 0
}

.content-sidebar .weekly-office-hours {
    margin-top: 31px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 20px 20px
    }
    .south-tabs-content .nav-tabs .nav-link {
        padding: 0 10px
    }
    .content-sidebar .weekly-office-hours {
        margin-right: 10px
    }
}

.single-pie-bar h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0
}

.single-cool-fact-area h2 {
    font-size: 60px;
    margin: 15px 0;
    color: var(--primary-theme-color)
}

.single-cool-fact-area h6 {
    margin-bottom: 0;
    color: #323232
}

.section-heading {
    margin-bottom: 20px
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.main-header-area .classy-navbar .nav-brand {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    padding: 0 37px;
    display: flex;
    align-items: center
}

.south-contact-area .contact-form button[type=submit] {
    color: #dadada;
    margin-top: 10px
}

.ps-agent-information .ps-section__image {
    border-radius: var(--border-radius-medium)
}

.ps-section__image {
    height: 100%;
    width: 100%
}

.ps-agent-information .ps-section__bottom figure figcaption {
    font-weight: 500;
    color: var(--color-heading)
}

.ps-agent-information .ps-section__content h4 {
    font-size: 30px
}

.ps-agent-information .ps-section__bottom figure {
    margin-bottom: 50px
}

@media screen and (min-width:768px) {
    .ps-block--agent .ps-block__name {
        font-size: 22px
    }
}

.ps-block--agent-information .ps-block__top {
    display: grid;
    padding-bottom: 30px
}

.ps-block--agent-information .ps-block__top-left h3 {
    font-size: 24px;
    line-height: 1em
}

.ps-block--agent-information .ps-block__top-left p {
    margin-bottom: 0;
    font-size: 14px
}

.ps-block--agent-information .ps-block__top-left p a {
    color: var(--color-1st);
    font-size: inherit
}

.ps-block--agent-information .ps-block__top-left p a:hover {
    text-decoration: underline
}

@media screen and (min-width:1366px) {
    .ps-agent-information .ps-section__top {
        grid-column-gap: 20px
    }
}

@media screen and (max-width:480px) {
    .ps-agent-information .ps-section__thumbnail {
        padding-bottom: 30px
    }
}

#agents .ps-agent-information {
    padding-bottom: var(--section-padding-bottom)
}

.ps-agent-information .ps-section__top {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
    margin-bottom: 80px
}

.ps-block--agent-information .ps-block__bottom figure:first-child {
    margin-bottom: 30px;
    border-bottom: 1px dashed #cdd0d4
}

figure {
    margin: 15px
}

.ps-block--agent-information .ps-block__bottom figure {
    padding-bottom: 20px
}

.ps-block--agent-information .ps-block__bottom p strong {
    font-weight: 500;
    color: #000;
    padding-right: .5em
}

.ps-block--agent-information .ps-block__actions {
    display: flex
}

.ps-block--agent-information .ps-block__actions .ps-btn {
    max-width: 200px;
    width: 150px;
    margin-right: 10px
}

.ps-btn,
button.ps-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    border: none;
    font-weight: 500;
    transition: .4s;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px
}

.shadow {
    box-shadow: 0 0 1px rgb(34 25 25 / 40%)
}

._prtis_list_header {
    padding: 1.5rem 1.5rem 1.5em
}

ul.deatil_features {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

._prtis_list_header ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-left: 0
}

._prtis_list_header ul i,
.footer-bottom .social-list a,
.team-member-info i {
    font-size: 25px
}

.footer-bottom .social-list a i,
.footer-bottom .social-list a svg {
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #353232
}

ul.deatil_features li {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    display: inline-block;
    font-size: 13px;
    color: #546cb1;
    margin-bottom: 1.2rem;
    line-height: 1.5
}

._prtis_list_header ul li {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0
}

ul.deatil_features li strong {
    color: #172e6f;
    display: block;
    font-size: 16px
}

._prtis_list_header ul li .content_thumb {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--primary-theme-color)
}

._prtis_list_header ul li .content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 10px;
    flex-direction: column;
    line-height: 1.3
}

._prtis_list_header ul li .content span.dark {
    font-size: 16px;
    color: #1b2132;
    font-weight: 600;
    font-family: Jost, sans-serif
}

@media(max-width:767px) {
    ._prtis_list_header ul {
        display: flex;
        flex-wrap: wrap
    }
}

.info {
    gap: 10px
}

.agent-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px
}

.social a {
    background: #f5f5f5;
    border-radius: 50px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 35px;
    margin: 0 3px;
    color: #bcbcbc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.social span {
    margin-top: 5px;
    font-weight: 600
}

.btn-facebook,
.btn-linkedin {
    background: #3b5999 !important;
    color: #fff !important
}

.btn-twitter {
    background: #55acee !important;
    color: #fff !important
}

.btn-whatsapp {
    background: #25d366 !important;
    color: #fff !important
}

@media (max-width:400px) {
    .list-price {
        flex-direction: column;
        margin-bottom: 5px;
        justify-items: center
    }
}

.property-agent-image {
    height: 350px;
    width: 100%;
    object-fit: cover;
    padding: 20px
}

.leadsource-select {
    display: none !important
}

.testimonial-message.show-more,
.truncate-name-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.footer-property {
    object-fit: cover;
    height: 330px
}

.logo-header {
    height: 80px
}

@media only screen and (max-width:768px) {
    .listings-content .property-meta-data img {
        margin-right: 0;
        width: 28px
    }
    .logo-header {
        height: 60px;
        object-fit: cover
    }
}

.agent-img {
    height: 350px;
    object-fit: contain
}

.property-information {
    width: 900px
}

.testimonial-message {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.testimonial-message.expanded {
    -webkit-line-clamp: unset
}

.read_more.expanded .less-txt {
    display: inline
}

.nav-brand .logo {
    max-width: 100px;
    object-fit: contain
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.nice-select.open .list {
    max-height: 250px;
    overflow: auto
}

.section-padding-20 {
    padding: 20px 0
}

.w-100 {
    width: 100%
}

.south-contact-area.sell-property .contact-form .form-control {
    line-height: 13px;
    margin-bottom: 10px !important
}

.btn-whatsapp,
.btn-whatsapp:hover {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 8px
}

.btn-phone,
.btn-phone:hover {
    font-size: 30px;
    height: 45px;
    width: 100%;
    background: var(--primary-theme-color);
    color: #fff
}

.social-list li {
    padding: 5px
}

.footer-logo img {
    max-width: 250px;
    max-height: 250px;
    object-fit: contain
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px
}

.property-meta-data div {
    display: flex;
    align-items: center;
    font-size: 25px
}

.header-other-pages {
    -webkit-box-shadow: 0 1px 42px -8px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 1px 42px -8px rgba(0, 0, 0, .75);
    box-shadow: 0 1px 42px -8px rgba(0, 0, 0, .75);
    background-color: rgb(0 0 0 / 90%)
}

.whatsapp-radius {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.phone-radius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.single-team-member .address {
    height: 75px;
    margin-bottom: 10px
}

.advanced-search-form .select2-container {
    width: 100% !important
}

.advanced-search-form .select2-container .select2-selection--single {
    display: flex;
    width: 100%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 0 15px;
    border: 1px solid #e1dddd
}

.advanced-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 38px;
    line-height: 34px;
    cursor: pointer;
    padding: 0
}

.advanced-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.advanced-search-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    overflow: hidden;
    color: #545454;
    font-weight: 400;
    margin: 0;
    padding: 0
}

@media (max-width:992px) {
    .advanced-search-form .select2-container .select2-selection--single {
        height: 38px;
        line-height: 38px;
        padding: 0;
        border-radius: 3px
    }
    .advanced-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
        padding: 0 15px
    }
    .advanced-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px
    }
}

.truncate-name-1 {
    -webkit-line-clamp: 1
}

.pb-0 {
    padding-bottom: 0 !important
}

.header.social-list i,
.header.social-list svg {
    font-size: 20px;
    color: #fff
}

.property-agent {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.property-agent i {
    font-size: 25px;
    margin-right: 5px;
    color: var(--primary-theme-color)
}

.p-0 {
    padding: 0 !important
}

.classynav ul li a {
    height: unset;
    line-height: unset
}

.read_more {
    cursor: pointer
}

@media (max-width:768px) {
    .breadcumb-area {
        padding-top: 50px
    }
}

.has-down .dd-arrow,
.megamenu-item .dd-arrow {
    top: 10px !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .breadcumb-area {
        padding-top: 0;
    }
    .view-area {
        padding-bottom:10px;
    }
}