@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -webkit-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -webkit-box-shadow: 0 0 10px 5px rgba(var(--theme-primary));
        box-shadow: 0 0 10px 5px rgba(var(--theme-primary))
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(var(--theme-primary));
        box-shadow: 0 0 0 0 rgba(var(--theme-primary))
    }
}

@keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0 0 0 0 #eee;
                box-shadow: 0 0 0 0 #eee
    }

    35% {
        -webkit-box-shadow: 0 0 10px 5px #eee;
                box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -webkit-box-shadow: 0 0 10px 5px rgba(var(--theme-primary));
                box-shadow: 0 0 10px 5px rgba(var(--theme-primary))
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(var(--theme-primary));
                box-shadow: 0 0 0 0 rgba(var(--theme-primary))
    }
}

@-webkit-keyframes testim-content-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes testim-content-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
                transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
}

@-webkit-keyframes testim-content-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes testim-content-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%)
    }
}

@-webkit-keyframes testim-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes testim-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@-webkit-keyframes testim-hide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes testim-hide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        margin-top: -50px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        margin-top: -50px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@-webkit-keyframes dots {
    50% {
        opacity: 0;
        -webkit-transform: scale(.7) translateY(10px);
                transform: scale(.7) translateY(10px)
    }
}

@keyframes dots {
    50% {
        opacity: 0;
        -webkit-transform: scale(.7) translateY(10px);
                transform: scale(.7) translateY(10px)
    }
}

.socials-icons a,a {
    text-decoration: none
}

html {
    -webkit-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out
}

.main-content-container .section-title h2,abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,header,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,var,video {
    font-family: "Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 18px
}

.main-content-container .section-title h2,span {
    font-size: inherit
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
}

#bodywrap__p {
    color: #606060
}

a:hover {
    color: rgba(var(--theme-primary-dark))
}

.top-contact-container {
    max-width: 1250px;
    margin: auto;
    padding: 15px 0
}

#container1 {
    float: left;
    width: 40%;
    min-height: 40px;
    padding-left: 10px
}

#container2 {
    display: table;
    float: right;
    width: 60%;
    text-align: right;
    height: 40px;
    padding-right: 10px
}

#container2>div {
    display: table-cell;
    vertical-align: middle
}

#container2 .divider {
    margin: 0 10px;
    color: #adadad
}

#container5 {
    margin: auto
}

.socials-icons a img {
    display: none
}

.single-services i,.socials-icons a,.welcome-title h2 span,a {
    color: rgba(var(--theme-primary))
}

.socials-icons a::after {
    font-family: FontAwesome;
    color: #fff
}

.socials-icons a.facebook::after {
    content: "\f09a"
}

.socials-icons a.twitter::after {
    content: "\f099"
}

.socials-icons a.youtube::after {
    content: "\f167"
}

.socials-icons a.linkedin::after {
    content: "\f0e1"
}

.socials-icons a.vimeo::after {
    content: "\f27d"
}

.socials-icons a.google-plus::after {
    content: "\f0d5"
}

.socials-icons a.instagram::after {
    content: "\f16d"
}

.socials-icons a.rank-my-agent::after {
    display: inline-block;
    font-family: "Glyphter";
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\0041";
    padding-bottom: 3px;
    line-height: 0;
    vertical-align: middle;
    font-size: 28px
}

.socials-icons a.blog::after {
    content: "\f09e"
}

.socials-icons a.flickr::after {
    content: "\f16e"
}

.socials-icons a.pinterest::after {
    content: "\f231"
}

.width-limit {
    max-width: 1920px;
    margin: 0 auto
}

.main-content-container {
    max-width: 1250px;
    margin: auto;
    position: relative;
    z-index: 1
}

.main-content-container .section-title {
    padding-left: 35px;
    position: relative;
    margin-bottom: 2.5rem
}

.main-content-container .section-title:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: "";
    border-radius: 3px;
    position: absolute;
    background-color: rgba(var(--theme-primary))
}

.main-content-container .section-title h3,.welcome-title h4 {
    font-size: 18px;
    color: #111;
    text-transform: uppercase
}

.main-content-container .section-title h2 {
    font-size: 36px;
    color: rgba(var(--theme-primary));
    text-transform: uppercase;
    text-align: left;
    font-weight: 600
}

section.welcome {
    padding: 6rem 0;
    background: #e6e6e6
}

.welcome-title {
    padding-bottom: 17px
}

.welcome-title h2 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: .8rem;
    text-align: left
}

.welcome-title h2 span {
    font-weight: 800
}

.welcome-title h4 {
    color: #000;
    font-size: 22px
}

.services-desc>p,.welcome-content>p {
    color: #666;
    font-weight: 400
}

.welcome-content>p span {
    color: #666;
    font-size: 18px;
    font-weight: 600
}

.welcome-services {
    padding-top: 34px
}

.single-services {
    margin-bottom: 31px
}

.single-services i {
    font-size: 45px
}

#search-reveal,.services-desc {
    display: inline-block
}

.home-services .border-1 {
    border-style: solid;
    border-width: 1px!important
}

.home-services .border-light {
    border-color: #eaeaea!important
}

.home-services .bg-light-2 {
    background: #121b22
}

.home-services .service .media {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
    height: 75px;
    margin-top: -40px;
    width: 75px
}

.home-services .service .media i {
    font-size: 34px;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 60px;
    background-color: rgba(var(--theme-primary));
    color: #fff;
    border-radius: 100px
}

.fa-home:before {
    content: "\f015"
}

.text-bold-700 {
    color: #fff;
    font-weight: 700
}

.home-services .agent-section p {
    color: #fff
}

.banner-overlay>div,.light-background {
    background-color: #e6e6e6
}

.testimonial-section2 {
    position: relative;
    padding: 50px 0
}

.testimonial-section2 .testim-head {
    font-family: "Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
    font-size: 26px
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0 20px 40px;
    margin: auto
}

.testim .arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222
}

.testim .arrow:before {
    cursor: pointer
}

#container2 a:hover,#resource-items .grid-boxes .grid-box .grid-box-image-container .grid-box-image-inner i,.testim .arrow,.testim .arrow:hover {
    color: rgba(var(--theme-primary))
}

.testim .arrow.left {
    left: 10px
}

.testim .arrow.right {
    right: 10px
}

.testim .cont>div,.testim .dots {
    text-align: center;
    position: absolute;
    left: 0
}

.testim .dots {
    width: 100%;
    bottom: 60px;
    display: block;
    z-index: 3333;
    height: 12px
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(var(--theme-primary));
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative
}

.testim .dots .dot.active,.testim .dots .dot:hover {
    background: rgba(var(--theme-primary));
    border-color: rgba(var(--theme-primary))
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards
}

.outer-container,.testim .cont {
    position: relative;
    overflow: hidden
}

.testim .cont>div {
    top: 0;
    padding: 0 0 70px;
    opacity: 0
}

.testim .cont>div.inactive {
    opacity: 1
}

.testim .cont>div.active {
    position: relative;
    opacity: 1
}

.testim .cont div .testim-img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%
}

#container1 h2,.testim .cont div .h4 {
    color: rgba(var(--theme-primary));
    font-size: 1.2em;
    margin: 15px 0
}

.testim .cont div p {
    color: #737373;
    width: 80%;
    margin: auto
}

.testim .cont div.active .testim-img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards
}

.testim .cont div.inactive .testim-img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards
}

@media all and (max-width:300px) {
    body {
        font-size: 14px
    }
}

@media all and (max-width:500px) {
    .testim .arrow {
        font-size: 1.5em
    }

    .testim .cont div p {
        line-height: 25px
    }
}

.outer-container {
    background-color: #f8f8f8
}

.services-desc>h6 {
    color: #555;
    font-weight: 600
}

.services-desc>p {
    margin: 0
}

.pagemain-menu-on .outer-container,html.pagemain-fullscreen.pagemain-menu-on #custom-idx-branding {
    overflow: visible
}

.pagemain-menu-on .btn-user-popover {
    right: 18px
}

#container1 h2 {
    font-size: 32px;
    margin: 0;
    text-align: left
}

#container2 h2,#container2 span {
    color: #adadad;
    font-size: 20px;
    margin: 0;
    text-align: right
}

#container2 a {
    color: #adadad
}

#container2 a:hover {
    text-decoration: none
}

#main-header .resp-banner .bullet-nav>span.active,.main-container-menu,.menu-resp-wrapper li.on>ul,html.pagemain-menu-on .menu-resp-wrapper .top-handle {
    background-color: rgba(var(--theme-primary))
}

.menu-resp-wrapper {
    max-width: 1250px;
    margin: auto
}

.menu-resp-wrapper>ul>li {
    display: block;
    border: 0;
    padding: 0
}

.main-container-menu a {
    color: #fff;
    padding: 12px 12px;
    width: 100%;
    font-size: 18px
}

.menu-resp-wrapper li.on>ul {
    border: 1px solid rgba(255,255,255,.2);
    -webkit-box-shadow: none;
            box-shadow: none
}

.menu-resp-wrapper ul ul>li {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 0
}

.menu-resp-wrapper ul ul {
    width: 250px
}

.list-map-toggle button:hover,.menu-resp-wrapper ul li a:hover,.menu-resp-wrapper ul li:hover,html.pagemain-menu-on .menu-resp-wrapper .top-handle:hover {
    background-color: rgba(var(--theme-primary-dark))
}

.menu-resp-wrapper ul li.has-sub.on:hover {
    background-color: transparent
}

.menu-resp-wrapper li.has-sub {
    padding: 0;
    opacity: 1!important
}

.menu-resp-wrapper li.has-sub a.active-menu-item {
    background-color: rgba(var(--theme-primary-dark))
}

#main-header .resp-banner {
    padding-bottom: 0;
    height: 500px
}

#main-header .resp-banner ul.images {
    height: 100%;
    width: 100%
}

#main-header .resp-banner ul.images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover
}

#main-header .resp-banner ul.images::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-box-shadow: inset -1px 0 14px 13px rgba(0,0,0,.15);
    box-shadow: inset -1px 0 14px 13px rgba(0,0,0,.15);
    z-index: 20;
    pointer-events: none
}

.form-group>.control-wrapper,.form-group>label {
    display: block;
    text-align: left;
    width: 100%
}

.banner-container {
    position: relative
}

.banner-container #container4 {
    position: absolute;
    top: 29%;
    left: 50%;
    width: 650px;
    z-index: 25;
    margin-left: -325px;
    background-color: rgba(var(--theme-primary-dark),.45);
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.banner-container #container4.show-fields {
    top: 1%
}

.banner-container .main-container-top-search {
    background-color: rgba(var(--theme-primary),.45);
    padding: 26px 26px 16px;
    border-radius: 10px
}

.banner-container .banner-title {
    color: #fff;
    font-weight: 400;
    margin: 0;
    font-size: 30px
}

.banner-container .banner-subtitle,.banner-container .banner-title,.pagemain-idx-on #custom-idx-branding .main-container-menu a {
    font-family: "Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.banner-container .banner-subtitle {
    color: #fff;
    font-weight: 100;
    margin: 0;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase
}

.minus-sign::before,.plus-sign::before {
    font-family: FontAwesome;
    padding-right: 6px
}

#search-reveal {
    color: #fff;
    margin: 6px 4px 6px 0
}

#search-reveal:hover {
    cursor: pointer
}

.plus-sign::before {
    content: "\f055"
}

.minus-sign::before {
    content: "\f056"
}

.search-reveal-container {
    text-align: right
}

#resource-items .grid-box-heading,#resource-items .grid-link,#resource-items .grid-text,.featured-listings-view-all,.outer-footer .contact-container,.outer-footer .office-logo,.outer-footer .socials-icons,.weblet_featured-listings-title,h1,h2 {
    text-align: center
}

.banner-container .topsearch-quick-summary,.banner-container .topsearch-quick-summary a {
    color: #fff
}

.topsearch-wrap .topsearch-control {
    margin: 5px 0
}

.banner-container .topsearch-bedrooms,.banner-container .topsearch-control.topsearch-price-min {
    float: left;
    width: 48%
}

.banner-container .topsearch-bathrooms,.banner-container .topsearch-control.topsearch-price-max {
    float: right;
    width: 48%
}

.banner-container .topsearch-prop-types,.banner-container .topsearch-trans-types {
    float: left;
    width: 100%
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease 1;
    animation: fadeIn ease 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

@media (min-width:841px) {
    .menu-resp-wrapper span.chevron {
        background-color: transparent;
        width: 100%
    }
    
    .menu-resp-wrapper li>span.chevron::after {
        display: none
    }
}

@media (max-width:840px) {
    .menu-resp-wrapper>ul {
        overflow-y: scroll;
        width: calc(100% - 34px);
        height: 100%;
        left: 34px;
        top: -34px
    }

    .menu-resp-wrapper li.has-sub a {
        padding-right: 30px!important
    }

    .menu-resp-wrapper span.chevron {
        width: 30px;
        background-color: transparent;
        top: 15px
    }

    .menu-resp-wrapper li>span.chevron::after {
        opacity: 1;
        color: #fff
    }

    .menu-resp-wrapper .top-handle.on~ul,.menu-resp-wrapper ul.on>li.on {
        display: block
    }

    .menu-resp-wrapper li.on ul.sub li ul li{
        padding-left: 6px
    }

    .main-container-menu .sub {
        width: 100%
    }

    .main-container-menu {
        height: 100%;
        background-color: transparent
    }

    .menu-resp-wrapper {
        overflow: hidden;
        height: 100%
    }

    .menu-resp-wrapper .top-handle,.menu-resp-wrapper>ul {
        clear: both;
        background-color: rgba(var(--theme-primary))
    }

    .menu-resp-wrapper .top-handle {
        display: block;
        margin: 0;
        padding: 10px;
        -webkit-box-shadow: none;
                box-shadow: none;
        font: 14px/1 FontAwesome;
        cursor: pointer;
        float: left;
        color: #fff;
        -webkit-transform: translate(0,18px);
            -ms-transform: translate(0,18px);
                transform: translate(0,18px)
    }

    .menu-resp-wrapper .top-handle:hover {
        background-color: rgba(var(--theme-primary-dark))
    }

    .menu-resp-wrapper .top-handle:after {
        content: "\f0c9"
    }

    #container2 .divider,.menu-resp-wrapper .top-handle~ul {
        display: none
    }

    .menu-resp-wrapper ul>li {
        display: block;
        border: 0
    }

    .menu-resp-wrapper ul>li:first-child {
        border-top: 1px solid gray
    }

    .menu-resp-wrapper li.on.has-sub {
        padding-right: 0
    }

    .menu-resp-wrapper li.on>ul {
        position: relative;
        left: auto;
        top: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-right: 30px;
        border: 0;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .menu-resp-wrapper ul ul>li:last-child {
        border-bottom: 1px solid gray
    }

    .menu-resp-wrapper>ul ul>li.on>ul {
        left: auto;
        right: auto;
        top: auto
    }

    .menu-resp-wrapper>ul ul>li.on.left>ul {
        right: auto;
        top: auto
    }

    .menu-resp-wrapper li.on>a {
        display: block;
        padding: 12px 10px
    }

    #container2 {
        padding-right: 80px
    }

    #container2 h2,#container2 span {
        font-size: 14px;
        display: block
    }

    #container3 {
        width: 32px;
        height: 100%;
        z-index: 5000;
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0
    }

    .pagemain-menu-on #container3 {
        width: 300px;
        right: -252px
    }

    .menu-resp-wrapper>ul.top>li>a {
        white-space: normal
    }

    .menu-resp-wrapper ul>li,.menu-resp-wrapper ul>li:first-child {
        border-bottom: 1px solid #949494
    }

    .main-container-menu a {
        padding: 12px 10px
    }

    .menu-resp-wrapper li.on ul.sub {
        margin: 0;
        border: 0
    }

    .menu-resp-wrapper ul ul li {
        border: 0!important
    }

    .menu-resp-wrapper li.on ul.sub li a {
        padding: 6px 6px 6px 34px
    }
}

html.pagemain-menu-on #page-template-layout::before,html.pagemain-menu-on #template-layout::before,html.pagemain-menu-on .pagemain-idx-panel::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3000
}

html.pagemain-menu-on .menu-resp-wrapper .top-handle::after {
    content: "\f00d";
    display: block;
    min-width: 14px
}

html.pagemain-menu-on .pagemain-sidebar-tab {
    display: none
}

@media (max-width:510px) {
    .grid-boxes.vertical .grid-box {
        float: none;
        width: 100%
    }

    .grid-boxes.columns-2 .grid-box,.grid-boxes.columns-3 .grid-box,.grid-boxes.columns-4 .grid-box {
        width: 100%
    }

    .grid-boxes.vertical .grid-box .grid-box-image-container {
        float: none;
        padding-bottom: 40%;
        width: 100%
    }

    .grid-boxes.vertical .grid-box .grid-content {
        float: none;
        width: calc(100% - 20px)
    }
}

@media (max-width:960px) {
    .grid-boxes.columns-4 .grid-box {
        float: left
    }

    .grid-boxes.columns-2 .grid-box,.grid-boxes.columns-3 .grid-box,.grid-boxes.columns-4 .grid-box {
        width: 50%
    }

    .grid-boxes.vertical .grid-box .grid-box-image-container {
        float: none;
        padding-bottom: 40%;
        width: 100%
    }

    .grid-boxes.vertical .grid-box .grid-content {
        float: none;
        width: calc(100% - 20px)
    }
}

@media (max-width:685px) {
    .banner-container #container4 {
        width: 566px;
        margin-left: -283px
    }

    .main-container-contact-form .pagemain-contact-numbers {
        float: none
    }
}

@media (min-width:510px) {
    .grid-boxes.vertical .grid-box {
        float: left
    }
}

@media (max-width:600px) {
    #container2,.search-reveal-container,.topsearch-wrap {
        display: none
    }

    .banner-container .topsearch-submit-wrapper {
        position: relative;
        margin-top: 12px;
        left: 0;
        top: 0
    }

    #container1 {
        width: calc(100% - 80px)
    }

    #container1 h2 {
        font-size: 26px;
        margin-top: 5px
    }

    
    .banner-container .banner-title {
        font-size: 15px
    }

    .banner-container .banner-subtitle {
        font-size: 10px
    }

    .banner-container #container4 {
        top: 50%;
        left: 50%;
        margin-left: 0;
        width: 285px;
        transform: translate(-50%,-50%);
    }
    .agents-wrapper {
        padding: 80px 0;
        margin-top: 0;
    }

    .banner-container.banner-container #container4.show-fields {
        top: 29%
    }
    .banner-container .main-container-top-search {
        padding:15px 0;
    }
    .banner-container #container4 {
        padding: 10px;
    }
}
@media (max-width:650px) {
    #main-header .resp-banner {
        height: auto;
    }
    .home-search-input::placeholder {
        font-size: 12px;
    }
   
}
@media (max-width:1250px) {
    .main-content-container {
        padding: 0 10px
    }

    .index .main-content-container {
        padding: 0
    }
}

#pagemain-sidebar {
    float: right;
    width: 250px;
    padding-top: 25px;
    background-color: #fff;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease .5s;
    transition: -webkit-transform .5s ease .5s;
    -o-transition: transform .5s ease .5s;
    transition: transform .5s ease .5s;
    transition: transform .5s ease .5s, -webkit-transform .5s ease .5s
}

.pagemain-sidebar-tab {
    z-index: 5500
}

#pagemain-sidebar #resource-items .grid-box-heading {
    margin-bottom: 3px
}

#pagemain-sidebar .grid-boxes.vertical .grid-box {
    width: 100%
}

#pagemain-sidebar .weblet_featured-listings-title {
    font-size: 24px;
    font-weight: 300
}

@media (max-width:650px) {
    #pagemain-sidebar {
        width: 100%
    }

    .pagemain-sidebar.pagemain-sidebar-right {
        top: 0;
        position: absolute;
        z-index: 1
    }

    #pagemain-sidebar .grid-boxes.vertical .grid-box {
        width: 50%;
        float: left
    }

    .pagemain-sidebar.pagemain-sidebar-right.on {
        -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
                transform: translate(0,0)
    }
}

@media (max-width:510px) {
    #pagemain-sidebar {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 5400
    }

    .pagemain-sidebar.pagemain-sidebar-right {
        top: 0;
        position: fixed;
        right: -220px
    }

    #pagemain-sidebar .grid-boxes.vertical .grid-box {
        width: 100%;
        float: none
    }

    .pagemain-sidebar.pagemain-sidebar-right.on {
        -webkit-transform: translate(-220px,0);
            -ms-transform: translate(-220px,0);
                transform: translate(-220px,0)
    }
}

#page-layout {
    width: 100%!important;
    table-layout: fixed
}

#custom-idx-branding ol,#custom-idx-branding p,#custom-idx-branding ul {
    margin: 0
}

#custom-idx-branding {
    height: auto;
    line-height: normal
}

html.pagemain-fullscreen #custom-idx-branding {
    position: absolute;
    z-index: 5000;
    background: #fff;
    width: 100%!important;
    display: block!important
}

html.pagemain-fullscreen.pagemain-menu-on,html.pagemain-menu-on {
    -webkit-transform: translate(-250px,0)!important;
    -ms-transform: translate(-250px,0)!important;
    transform: translate(-250px,0)!important
}

.pagemain-idx-on .pagemain-idx-branding {
    height: auto!important;
    zoom: 1!important;
    z-index: 5000!important
}

.pagemain-idx-on.pagemain-menu-on #container3,.pagemain-menu-on #container3 {
    position: fixed!important
}

.pagemain-idx-on #custom-idx-branding {
    display: block
}

.pagemain-idx-on #custom-idx-branding .main-container-menu a {
    color: #fff!important;
    font-weight: 400!important
}

.pagemain-idx-on #custom-idx-branding .main-container-menu a:hover {
    text-decoration: none!important;
    color: #fff
}

.team-agent-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0
}

.team-agent-photos .agent-photo {
    padding: 0 15px;
    margin: 0 0 -60px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box
}

@media (max-width:510px) {
    #inner-footer {
        padding: 0 5px 15px
    }
}

.quick-message {
    z-index: 2000
}

.banner-overlay>div {
    padding: 7px 40px 5px;
}

.top-search-form label {
    font-size: 13px
}

.main-container-inner .form-group {
    margin-bottom: 0.5rem;
}

.select2-search__field::placeholder {
    font-size: 14px;
}

.top-search-form .form-control {
    font-size: 13px !important;
}

@media (max-width:400px) {
    .loc-col,.loc-col input {
        width: 86%
    }

    .but-col {
        width: 14%;
        margin-left: -8px
    }
}

@media screen and (min-width:401px) and (max-width:575px) {
    .loc-col,.loc-col input {
        width: 92%
    }

    .but-col {
        width: 8%;
        margin-left: -8px
    }
}

@media (max-width:750px) {
    .banner-container {
        min-height: 0;
        padding-bottom: 6px
    }

    .master-template .banner-overlay {
        margin-top: 0
    }

    .banner-overlay {
        padding: 0
    }

    .banner-overlay>div {
        padding: 10px 15px 5px;
        -webkit-box-shadow: none;
                box-shadow: none
    }
}

.banner-overlay .main-container-top-search .field-item {
    min-width: auto;
    padding: 0 5px
}

.banner-overlay .main-container-top-search .styled-select select {
    padding: 6px 24px 0 0
}

.banner-overlay .main-container-top-search .location_name input {
    background-color: transparent;
    border: 0;
    font-size: inherit;
    width: 100%;
    padding: 8px
}

.banner-overlay .main-container-top-search .total_baths,.banner-overlay .main-container-top-search .total_bedrooms {
    min-width: 120px
}

.banner-overlay .main-container-top-search .property_type {
    min-width: 190px
}

.banner-overlay .main-container-top-search .location-search-price {
    min-width: 275px
}

.banner-overlay .main-container-top-search .location-search-price span {
    padding-top: 8px;
    padding-bottom: 8px
}

.banner-overlay .main-container-top-search .location-search-max-price label::before {
    min-height: 17px
}

.banner-overlay .main-container-top-search .field-item label {
    color: #909090
}

.banner-overlay .main-container-top-search .field-item span {
    min-height: 44px
}

.banner-overlay .main-container-top-search .location-search-form-option {
    display: none
}

.main-container-top-search .location-search-button {
    background: rgba(var(--theme-primary));
    border-radius: 26px;
    padding: 8px 12px;
    border: 0;
    color: #fff;
    right: 20px;
    z-index: 11;
    position: absolute;
    top: 15px
}

.main-container-top-search .location-search-button:after {
    font-family: "FontAwesome";
    content: "\f002";
    font-weight: 900;
    font-size: 20px;
    padding-left: 0
}
.home-search-input:focus, .home-search-button:focus{
    outline: none
}
.home-search-input{
    height: 40px;
    border: 2px solid rgba(var(--theme-primary));
    border-radius: 40px;
    outline:none;
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 40px;
    width: 100%
}
.home-search-button{
    color: rgba(var(--theme-primary));
    background: #fff;
    outline:none;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(var(--theme-primary));
    border-radius: 50%;
    display: inline-block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.home-search-button:hover, .home-search-input:hover + .home-search-button{
    color : #fff;
    background: rgba(var(--theme-primary))
}
.datalist-height {
    height: calc(2.25rem + -8px)!important
}

@media (max-width:1170px) {
    .banner-overlay .main-container-top-search .total_baths {
        display: none!important
    }
}

@media (max-width:1060px) {
    .banner-overlay .main-container-top-search .total_bedrooms {
        display: none
    }
}

@media (max-width:940px) {
    .banner-overlay .main-container-top-search .property_type {
        display: none
    }
}

@media (max-width:700px) {
    .banner-overlay .main-container-top-search .field-item {
        width: 100%
    }
}

.main-container-featured-listings .grid-box-overlay {
    position: absolute
}

.main-container-featured-listings .grid-content {
    height: calc(100% - 20px);
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: calc(100% - 20px);
    z-index: 10
}

.main-container-featured-listings .grid-text {
    background: rgba(21,114,164,.45);
    height: 100%;
    position: absolute;
    top: calc(100% - 54px);
    width: 100%;
    padding: 5px 12px;
    display: table;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-container-featured-listings .featured-listing-content-divider,.main-container-featured-listings .grid-box .grid-box-heading {
    display: none
}

.main-container-featured-listings .grid-box-inner:hover .grid-text {
    top: 0
}

.main-container-featured-listings .featured-listing-address,.main-container-featured-listings .featured-listing-description,.main-container-featured-listings .featured-listing-price-value {
    color: #fff!important
}

.main-container-featured-listings .featured-listing-header.featured-listing-price {
    display: table-row;
    height: 22px
}

.main-container-featured-listings .featured-listing-header.featured-listing-address {
    display: table-row;
    overflow: hidden;
    height: 22px;
    white-space: nowrap
}

.main-container-featured-listings .featured-listing-open-house {
    display: table-row
}

.main-container-featured-listings .featured-listing-open-house-text,.share-button::before {
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.main-container-featured-listings .featured-listing-description {
    display: table-cell;
    vertical-align: middle
}

.main-container-featured-listings .grid-link {
    display: none
}

.main-container-featured-listings .grid-boxes.vertical .grid-box .grid-box-image-container {
    padding-bottom: 70%
}

.main-container-featured-listings .grid-boxes .grid-box .grid-box-image-container .grid-box-image-inner img.grid-image {
    width: 110%
}

.weblet_featured-listings-title,h1 {
    color: rgba(var(--theme-primary));
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px 0
}

#resource-items .grid-box-heading,h2 {
    text-transform: uppercase;
    color: #131313
}

h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0
}

#resource-items .grid-box-heading {
    margin-top: 5px
}

#resource-items .grid-boxes.vertical .grid-box .grid-box-image-container {
    padding-bottom: 80px
}

#resource-items .grid-boxes .grid-box .grid-box-image-container .grid-box-image-inner {
    height: 80px
}

#resource-items .grid-boxes.grid .grid-box .grid-text {
    height: 83pt
}

#resource-items .grid-link {
    margin-top: 0
}

#resource-items .grid-box {
    border: 1px solid #fff;
    margin-top: 40px
}

#resource-items .grid-box:hover {
    border: 1px solid rgba(var(--theme-primary));
    background-color: #fbfbfb
}

#tabs .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid!important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 20px
}

#group {
    float: left
}

#result,.img {
    height: 500px;
    float: left
}

.img {
    width: 50px;
    height: 50px;
    margin: 6px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 3px #666;
            box-shadow: 0 0 3px #666
}

#result img {
    width: 100%;
    height: 480px
}

.options .options-container {
    -webkit-box-flex: 10;
        -ms-flex: 10 100%;
            flex: 10 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px 17px
}

.options .options-container .launch-grid,.options .options-container .launch-map,.options .options-container .reset-form,.options .options-container .save-search,.options .options-container .show-less,.options .options-container .show-more {
    border: 0;
    font-size: 14px;
    padding: 5px 14px 5px 10px;
    border-radius: 3px;
    color: #fff;
    background-color: rgba(var(--theme-primary));
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 93% center;
    text-decoration: none;
    margin-right: 6px;
    margin-bottom: 6px
}

.property-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: -2px
}

.noselect .add-fav,.noselect .inquire,.noselect .ribbon-new,.noselect .share,.noselect .view-on-map {
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 2px;
    border-radius: 3px
}

.noselect .ribbon-new {
    background-color: rgba(var(--theme-primary));
    width: auto;
    font-size: 15px;
    vertical-align: top;
    font-family: "Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    padding: 0 8px;
    pointer-events: none
}

.noselect .add-fav,.noselect .inquire,.noselect .share,.noselect .view-on-map {
    width: 32px;
    background-color: rgba(var(--theme-primary))
}

.social-media-share-options * {
    -webkit-transition: .33s ease;
    -o-transition: .33s ease;
    transition: .33s ease
}

.share-button,.social-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.share-button {
    z-index: 100001;
    background-color: rgba(var(--theme-primary));
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.58);
            box-shadow: 2px 2px 10px 1px rgba(0,0,0,.58);
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
        transform: scale(.92)
}

.share-button::before {
    content: "\f1e0";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    font-size: 28px;
    font-family: "Font Awesome 5 Free"
}

.share-button:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    -webkit-box-shadow: 3px 3px 12px 2px rgba(0,0,0,.5);
            box-shadow: 3px 3px 12px 2px rgba(0,0,0,.5)
}

.share-button:active {
    -webkit-transform: scale(.96);
    -ms-transform: scale(.96);
        transform: scale(.96);
    -webkit-box-shadow: 2px 3px 11px 1px rgba(0,0,0,.53);
            box-shadow: 2px 3px 11px 1px rgba(0,0,0,.53)
}

.share-button.open {
    -webkit-transform: rotate(45deg) scale(.92);
    -ms-transform: rotate(45deg) scale(.92);
        transform: rotate(45deg) scale(.92);
    background-color: rgba(var(--theme-primary));
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.58);
            box-shadow: 2px 2px 10px 1px rgba(0,0,0,.58)
}

.share-button.open:hover {
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    -webkit-box-shadow: 3px 3px 12px 2px rgba(0,0,0,.5);
            box-shadow: 3px 3px 12px 2px rgba(0,0,0,.5)
}

.share-button.open:active {
    -webkit-transform: scale(.96) rotate(45deg);
    -ms-transform: scale(.96) rotate(45deg);
        transform: scale(.96) rotate(45deg);
    -webkit-box-shadow: 2px 3px 11px 1px rgba(0,0,0,.53);
            box-shadow: 2px 3px 11px 1px rgba(0,0,0,.53)
}

.social-button {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
        transform: scale(.8);
    background-size: 153%!important;
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,.4);
            box-shadow: 2px 2px 7px 0 rgba(0,0,0,.4);
    cursor: pointer;
    z-index: 100000
}

.social-button:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    -webkit-transition: .35s cubic-bezier(.3,.2,0,2.5);
    -o-transition: .35s cubic-bezier(.3,.2,0,2.5);
    transition: .35s cubic-bezier(.3,.2,0,2.5)
}

.social-button a {
    color: #fff
}

.social-button.facebook-button {
    text-align: center;
    font-size: 23px;
    padding-top: 10px;
    color: #fff;
    background-color: #3d5b96
}

.social-button.facebook-button.active {
    bottom: 105px;
    left: 73px
}
.social-login{
    margin-bottom: 3px;
}
.signup-splitline{
    width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #b2b1b1; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
}
.signup-splitline Span{
    font-size: 15px;
    background:#fff; 
    padding:0 10px;
}
.btn-facebook {
    color: #fff!important;
    background-color: #3d5b96;
    border-color: rgba(0,0,0,.2)
}

.btn-facebook.active,.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.open .dropdown-toggle.btn-facebook {
    color: #fff!important;
    background-color: #30487b;
    border-color: rgba(0,0,0,.2)
}

.btn-google {
    color: #fff!important;
    background-color: #4285f4;
    border-color: rgba(0,0,0,.2)
}

.btn-google.active,.btn-google:active,.btn-google:focus,.btn-google:hover,.open .dropdown-toggle.btn-google {
    color: #fff!important;
    background-color: #2c7acf;
    border-color: rgba(0,0,0,.2)
}

.social-button.twitter-button {
    text-align: center;
    font-size: 25px;
    padding-top: 6px;
    color: #fff;
    background-color: #39c
}

.social-button.twitter-button.active {
    bottom: 67px;
    left: 109px
}

.property-price,.section-head {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: -2px
}

.section-head {
    display: block;
    font-size: 20px;
    padding: 15px 0 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    text-align: left
}

.general-info-desc-list {
    margin: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse
}

.general-info-desc-data,.general-info-desc-title {
    display: table-cell;
    width: 50%;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 400
}

.general-info-desc-title {
    border-right: 1px solid #ddd
}

.general-info-desc-data {
    margin-left: 0
}

.rooms-info-desc-list {
    margin: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse
}

.rooms-info-desc-title {
    display: table-cell;
    width: 50%;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 400
}

.rooms-info-desc-data1,.rooms-info-desc-title {
    border-right: 1px solid #ddd
}

.rooms-info-desc-data1,.rooms-info-desc-data2 {
    display: table-cell;
    width: 50%;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    margin-left: 0
}

.form-request-more {
    padding: 20px;
    border-radius: 5px
}

.form-request-more a{
    color: #fff
}

.form-request-more,.request-more-button {
    background-color: rgba(var(--theme-primary));
    color: #fff
}

#privacy_policy:focus, #privacy_policy:active{ 
    outline: none;
    border: none;
    box-shadow: none
}

.iti__country-name {
    color: #606060
}

.cycle-slideshow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../../../../images/property-placeholder4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.cycle-slideshow .img-fluid {
    width: 100%;
    height: 400px
}

.cycle-pager .thumb,.cycle-pager .thumb img {
    vertical-align: middle
}

@media (max-width:767px) {
    .cycle-next,.cycle-prev {
        display: none!important
    }
}

@media (max-width:991px) {
    .cycle-pager {
        display: none!important
    }
}
@media (min-width: 840px) {
    .menu-resp-wrapper span.chevron {
        position: relative;
        height: auto;
    }
 }

#map,.individual-property-container {
    position: relative;
    margin-bottom: 20px
}

.individual-property-wrapper {
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.05);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border: 1px solid #ddd;
    width: 100%;
    min-height: 375px
}

.individual-property-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
    cursor: pointer
}

.individual-property-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../../../../images/property-placeholder3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.individual-map-property-image img,.individual-property-image img,.individual-property-image-banner-inner img,.map-property-image-container .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s transform ease-out;
    -o-transition: .3s transform ease-out;
    transition: .3s transform ease-out;
    max-width: 100%
}

.individual-map-property-image img,.individual-property-image img {
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    display: block
}

.individual-property-wrapper:hover {
    box-shadow: 0 6px 15px 0 rgba(0,0,0,.18);
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.18);
    -moz-box-shadow: 0 6px 15px 0 rgba(0,0,0,.15)
}

.individual-property-type-pill {
    display: block;
    background: -webkit-gradient(linear,left top, right top,color-stop(50%, #131313),color-stop(50%, #fff));
    background: -o-linear-gradient(left,#131313 50%,#fff 50%);
    background: linear-gradient(to right,#131313 50%,#fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    right: 0;
    top: 8px;
    border: 0;
    color: #131313;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    margin: 4px;
    cursor: pointer;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1)
}

.individual-property-wrapper:hover .individual-property-type-pill {
    background-position: left bottom
}

.individual-property-type-pill-text {
    text-align: center;
    font-size: 13px;
    color: #131313;
    -webkit-transition: .3s transform ease-out;
    -o-transition: .3s transform ease-out;
    transition: .3s transform ease-out;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    display: block
}

.individual-property-wrapper:hover .individual-property-type-pill-text {
    color: #fff
}

.individual-property-desc-wrapper {
    position: relative
}

.individual-property-desc-overlay {
    padding: 50px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: 0 0;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),to(rgba(0,0,0,.8)));
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.8) 100%)
}

.individual-property-desc-address-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.individual-property-desc-address-subtitle {
    font-size: 12px;
    line-height: 1.2em;
    color: #ededed;
    text-shadow: 1px 1px 0 #000
}

.individual-property-content {
    padding: 16px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.individual-property-content-details-left {
    border-right: 1px solid #e5e5e5
}

.individual-property-content-price {
    float: left;
    margin-right: 20px;
    padding: 5px 10px 0 0
}

.individual-property-content-favorite {
    border: 1px solid #e5e5e5;
    cursor: pointer
}

.individual-property-content-favorite:hover {
    background-color: #d1d1d1
}

.individual-property-content-mls {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.individual-property-content-address,.individual-property-content-city {
    font-size: 14px;
    color: #333
}

.individual-property-content-features {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.individual-property-content-features-title {
    font-size: 11px
}

.individual-property-content-features-data {
    font-weight: 700;
    font-size: 14px
}

.individual-property-listed-by {
    text-decoration: none;
    font-size: 11px;
    color: #999;
    padding-top: 10px;
    position: absolute;
    bottom: 12px
}

.powered-by-container {
    padding-top: 10px;
    position: absolute;
    bottom: 8px;
    right: 10px
}

.individual-map-property-wrapper {
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.05);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border: 1px solid #ddd;
    width: 100%;
    min-height: 224px
}

.individual-map-property-image-wrapper {
    width: 100%;
    height: 125px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
    cursor: pointer
}

.individual-map-property-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../../../../images/property-placeholder3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.individual-map-property-wrapper:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,.08)
}

.individual-map-property-type-pill {
    display: block;
    background: -webkit-gradient(linear,left top, right top,color-stop(50%, #131313),color-stop(50%, #fff));
    background: -o-linear-gradient(left,#131313 50%,#fff 50%);
    background: linear-gradient(to right,#131313 50%,#fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    right: 0;
    top: 8px;
    border: 0;
    color: #131313;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1)
}

.individual-map-property-wrapper:hover .individual-map-property-type-pill {
    background-position: left bottom
}

.individual-map-property-type-pill-text {
    text-align: center;
    font-size: 11px;
    color: #131313;
    -webkit-transition: .3s transform ease-out;
    -o-transition: .3s transform ease-out;
    transition: .3s transform ease-out;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    display: block
}

.individual-map-property-wrapper:hover .individual-map-property-type-pill-text {
    color: #fff
}

.individual-map-property-desc-wrapper {
    position: relative
}

.individual-map-property-desc-overlay {
    padding: 50px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: 0 0;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),to(rgba(0,0,0,.8)));
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.8) 100%)
}

.individual-map-property-desc-address-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.individual-map-property-desc-address-subtitle {
    font-size: 12px;
    line-height: 1.2em;
    color: #ededed;
    text-shadow: 1px 1px 0 #000
}

.individual-map-property-content {
    padding: 0 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.individual-map-property-content-details-left {
    border-right: 1px solid #e5e5e5
}

.individual-map-property-content-price {
    float: left;
    margin-right: 20px
}

.individual-map-property-content-favorite {
    border: 1px solid #e5e5e5;
    cursor: pointer
}

.individual-map-property-content-map-marker {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    float: right;
    margin-right: 5px
}

.individual-map-property-content-favorite:hover,.individual-map-property-content-map-marker:hover {
    background-color: #d1d1d1
}

.individual-map-property-content-mls {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.individual-map-property-content-address,.individual-map-property-content-city,.individual-map-property-content-features {
    font-size: 14px;
    color: #333
}

.individual-map-property-content-features-title {
    font-size: 11px
}

.individual-map-property-content-features-data {
    font-weight: 700;
    font-size: 14px
}

.individual-map-property-listed-by {
    text-decoration: none;
    font-size: 11px;
    color: #999;
    padding-top: 10px;
    position: absolute;
    bottom: 12px
}

.individual-property-title {
    margin: 5px 0 10px;
    line-height: 1.4em;
    font-size: 20px;
    overflow: hidden;
    font-weight: 700
}

.individual-property-image-container {
    position: relative
}

.individual-property-top-banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: right;
    z-index: 50;
    height: 0
}

.individual-property-top-banner-inner {
    height: 0
}

.individual-property-image-banner-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../../../../images/property-placeholder3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.individual-property-image-banner-inner img,.map-property-image-container .inner img {
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
    vertical-align: middle
}

.individual-property-type {
    position: absolute;
    padding: 5px;
    background-color: rgba(var(--theme-prop-badge));
    color: #fff;
    -webkit-box-shadow: 0 0 3px #333;
            box-shadow: 0 0 3px #333;
    font-size: 13px;
    -webkit-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    transform: translate(0,-150%);
    opacity: .8
}

.individual-property-contact-info-tab,.individual-property-favorite-tab {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    opacity: .8;
    padding: 0 6px;
    cursor: pointer;
    background-color: #fff
}

.individual-property-image-banner {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    padding: 5px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,.16);
            box-shadow: 0 0 29px 0 rgba(0,0,0,.16);
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
    cursor: pointer
}

.individual-property-price {
    position: absolute;
    right: 20px;
    padding: 5px;
    background-color: rgba(var(--theme-price-badge));
    color: #fff;
    -webkit-box-shadow: 0 0 3px #333;
            box-shadow: 0 0 3px #333;
    font-size: 18px;
    -webkit-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    transform: translate(0,-150%);
    opacity: .8
}

.individual-property-details {
    display: table;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    border-collapse: collapse;
    margin-bottom: 10px
}

.individual-property-details-inner {
    display: table-cell;
    border: 1px solid #ddd
}

.individual-property-details-desc-title {
    font-size: 12px;
    line-height: 100%;
    padding: 3px;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 700
}

.individual-property-details-desc-data {
    padding: 3px;
    white-space: nowrap;
    margin-bottom: 0;
    border-top: 1px solid #ddd
}

.propaddress-container {
    padding: 5px;
    border: 1px solid #ddd;
    margin-top: -11px
}

.propaddress-container a {
    color: #606060;
    font-size: 13px
}

.individual-property-moreinfo {
    height: 4em;
    position: relative
}

.individual-property-moreinfo-inner {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 2.8em
}

.individual-property-details-button {
    display: block;
    text-align: left;
    font-size: 14px;
    z-index: 100;
    float: left;
    width: 50%
}

.individual-property-details-button-inner {
    white-space: nowrap;
    display: inline-block;
    padding: 8px 30px;
    border: 0;
    margin: 10px 1px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0!important;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
            box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    -webkit-transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1), -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    background-color: rgba(var(--theme-primary));
    color: rgba(255,255,255,.84)
}

.individual-property-more-button {
    display: block;
    float: right;
    width: 50%;
    z-index: 100;
    font-size: 14px
}

.individual-property-more-button-inner {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding: 8px 30px;
    border: 0;
    margin: 10px 1px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0!important;
    background-color: transparent;
    color: rgba(0,0,0,.84);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
            box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    -webkit-transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1), -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1)
}

.individual-property-more-button-list {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 14px;
    padding: 10px;
    line-height: 150%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #666;
            box-shadow: 0 0 10px #666;
    z-index: 100
}

.loadmore_button {
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-decoration: none
}

.loading span,.loadmore_button,.loadmore_button:hover {
    background-color: rgba(var(--theme-primary))!important
}

.loadmore_button:hover {
    color: #fff;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 5px 40px -10px rgba(0,0,0,.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,.57);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.loading span {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation-name: dots;
            animation-name: dots;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s
}

.loading span:nth-child(2) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s
}

.loading span:nth-child(3) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s
}

.loading span:nth-child(4) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s
}

.tpl_search_card .box {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    margin: 20px 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tpl_search_card .box:hover {
    -webkit-box-shadow: 0 0 6px rgba(var(--theme-primary));
            box-shadow: 0 0 6px rgba(var(--theme-primary))
}

.outer-footer .socials-icons a,.tpl_search_card .box .saved-search-icon {
    color: rgba(var(--theme-primary))
}

#list,.map-responsive {
    position: relative
}

.property-list-sort {
    background-color: #ececec;
    padding-top: .5rem
}

#list {
    margin-bottom: 20px;
    overflow-y: auto;
    -webkit-box-shadow: 5px 5px 15px;
            box-shadow: 5px 5px 15px;
    padding-left: 0!important
}

.map-property-container {
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 8px
}

.map-property-container .map-pointer {
    position: absolute;
    width: 24px;
    -webkit-box-shadow: 0 0 5px;
            box-shadow: 0 0 5px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    background-color: #fff
}

.map-property-container .map-pointer i {
    position: absolute;
    left: 25%;
    top: 50%;
    color: #aaa
}

.map-property-image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.map-property-image-container .results-ribbon {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    -webkit-transform: translate(0,0) rotate(-45deg);
        -ms-transform: translate(0,0) rotate(-45deg);
            transform: translate(0,0) rotate(-45deg);
    text-align: center;
    position: absolute;
    top: 40px;
    left: -35px;
    z-index: 1;
    width: 175px;
    overflow: hidden;
    font-weight: 700;
    opacity: .8
}

.map-property-image-container .inner,.thumb-info-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.thumb-info-container {
    white-space: nowrap;
    bottom: 0;
    padding: 8px 0 8px 32px;
    margin-left: 0;
    height: 48px
}

.thumb-info-container .thumb-price {
    color: #424242;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    top: 8px
}

.thumb-info-container .thumb-address,.thumb-info-container .thumb-details {
    color: #424242;
    position: absolute;
    top: 26px;
    font-size: 11px
}

.thumb-info-container .thumb-details {
    right: 8px;
    top: 8px;
    padding: 0 0 6px 10px
}

.thumb-info-container .thumb-details2 {
    position: absolute;
    right: 8px;
    top: 23px;
    padding: 0 0 6px 10px;
    font-size: 11px
}

#map-container {
    margin-top: 32px
}

.list-map-toggle {
    margin-top: 10px;
    display: none
}

.list-map-toggle #listview-button,.list-map-toggle button:active {
    background-color: rgba(var(--theme-primary-dark));
    -webkit-box-shadow: 1px 3px 9px -2px #999;
            box-shadow: 1px 3px 9px -2px #999
}

.list-map-toggle #listview-button,.list-map-toggle #mapview-button {
    border: 1px solid #c1c1c1;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: 0;
    color: #fff
}

.list-map-toggle #mapview-button {
    background-color: rgba(var(--theme-primary));
    -webkit-box-shadow: 1px 3px 9px -2px #999;
            box-shadow: 1px 3px 9px -2px #999
}

.list-map-toggle button:active {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px)
}

@media (max-width:991px) {
    .view-modes {
        float: left;
        margin-right: 50px;
        margin-top: 8px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    #map-container {
        display: none
    }

    .list-map-toggle {
        display: block!important
    }
}
.testimonial-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}
.outer-footer {
    background-color: rgba(var(--theme-primary));
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 25px;
}

.outer-footer::after {
    content: "";
    background: url(../../media/images/2.jpg) no-repeat;
    background-size: cover;
    opacity: .1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.outer-footer * {
    color: #fff
}

#inner-footer {
    max-width: 1250px;
    margin: auto;
    padding-bottom: 15px
}

.outer-footer h1 {
    text-transform: none;
    font-weight: 400;
    font-size: 40px
}

@media (max-width:767px) {
    .outer-footer h1 {
        font-size: 38px!important
    }
}

@media (max-width:600px) {
    .outer-footer h1 {
        font-size: 36px!important
    }
}
.mls-logo a.login-top.lnk-signin, .hidden{
    display: none;
}
.mls-logo .hidden {
    display: inline-block !important;
    color: #fff !important;
    font-weight: 600;
    margin-left: 5px;
}
.width-limit .lnk-signup, .width-limit .lnk-signin {
    font-size: 18px;
}
#loginForm span a, #signup-form span a {
    font-size: 18px;
    font-weight: 600;
}
#modalLoginForm .modal-content a.lnk-signup, #signup-form .modal-content a.lnk-signin{
    font-size: 18px;
    font-weight: 600;
    -webkit-animation:colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
      
      color: blue;
    }
    
    10% {
      
      color: #8e44ad;
    }
    
    20% {
      
      color: #1abc9c;
    }
    
    30% {
      
      color: #d35400;
    }
    
    40% {
      
      color: blue;
    }
    
    50% {
      
      color: #34495e;
    }
    
    60% {
      
      color: blue;
    }
    
    70% {
      
      color: #2980b9;
    }
    80% {
   
      color: #f1c40f;
    }
    
    90% {
   
      color: #2980b9;
    }
    
    100% {
      
      color: rgb(253, 6, 47);
    }
  }


.login-top.lnk-signin {
    background-color: rgba(var(--theme-primary));
    color: #fff;
    border-radius: 5px;
    padding: 5px 7px;
}
@media (max-width:400px) {
    .login-top.lnk-signin {
        margin-top: 10px;
        display: inline-block;
    }
    .persian-locale-switch {
        margin-bottom: 10px;
    }
    .home-search-input::placeholder {
        font-size: 9px;
    } 
}
.main-logo.mls {
    width: 124px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 0px 35px;
    
}
.mls-logo #header-area {
    padding: 7px 0 !important;
    min-height: 50px !important;
    max-width: 100% !important;
}
.mls-logo .header-flexbox-title a {
    justify-content: space-between !important;
}
.mls-logo h3 {
    text-align: center !important;
    position: absolute;
    left: 79%;
    margin-top: 7px;
}

@media (max-width:1360px) {
    .mls-logo h3 {
        left: 80%;
    }
}
#header-area h1,.square-button {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.square-button,.square-button-sm {
    background-color: rgba(var(--theme-secondary));
    padding: 15px 30px;
    font-size: 18px;
    display: inline-block
}

.outer-footer a.square-button:hover {
    background-color: #eaeaea;
    color: rgba(var(--theme-primary));
    text-decoration: none
}

.square-button-sm {
    padding: 10px 22px;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    color: #fff;
    border-radius: 2px
}

.square-button-sm:hover {
    -webkit-box-shadow: 1px 6px 20px -10px #000;
            box-shadow: 1px 6px 20px -10px #000;
    color: #fff;
    text-decoration: none
}

.outer-footer .socials-icons {
    margin-top: 20px
}

.outer-footer .socials-icons a {
    padding: 4px;
    display: inline-block;
    margin: 5px;
    min-width: 44px;
    font-size: 28px
}

.outer-footer .socials-icons a:hover {
    background-color: rgba(var(--theme-primary-dark));
    color: rgba(var(--theme-primary))
}

.outer-footer .agent-photo {
    width: 150px;
    margin: auto auto -60px;
    position: relative;
    top: -60px;
    min-height: 40px
}

.outer-footer .agent-photo img {
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.75)
}

.outer-footer a:hover {
    color: #000
}

.outer-footer .office-logo {
    max-width: 300px;
    margin: auto auto 15px
}

a.back-to-top {
    color: rgba(var(--theme-secondary));
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 6000;
    right: 20px;
    bottom: 20px
}

#header-area {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 75px;
    padding: 0;
}

.caption-title {
    color: #ff7e00
}

#header-area h1 {
    font-size: 32px
}

#header-area h1 .caption-title {
    font-size: 18px;
    font-weight: 600
}

#header-area h3 {
    font-size: 14px;
    font-weight: 600;
    text-align: right
}

#header-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
            justify-content:center
}

.header-flexbox {
    width: 50%
}

.header-flexbox-title a{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap
}

.main-logo {
    width: auto;
    margin-right: 10px
}

.social-media-icons {
    text-align: right;
    margin-right: 5px
}

.social-media-icons a img {
    width: 16px;
    height: 16px
}

.service-container {
    margin-top: 100px;
    margin-bottom: 80px;
}

.service-container-inner,.service-container-inner:hover{
    text-decoration: none
}

.services-box {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
            box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    width: 100%
}

.services-box:hover {
    border: 5px solid rgba(var(--theme-primary),.56);
    -webkit-animation: fadeIn ease 1;
            animation: fadeIn ease 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 1s;
            animation-duration: 1s
}

.services-box:hover .icon.services-box-icon {
    border: 5px solid rgba(var(--theme-primary),.56)!important
}

.icon.services-box-icon {
    position: relative;
    display: block;
    text-align: center;
    width: 77px;
    height: 77px;
    line-height: 68px;
    border-radius: 50%;
    font-size: 36px;
    color: rgba(var(--theme-primary));
    border: 5px solid #f3f4f9;
    padding-top: 0
}

.icon.services-box-icon i {
    font-size: 40px
}

.services-box-main {
    position: relative;
    min-height: 190px;
    margin-top: 25px
}

.services-box-main p {
    color: #151515;
    text-align: left!important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.services-box-title {
    color: #151515;
    font-weight: 500;
    letter-spacing: .05em
}

.properties-wrapper {
    background-color: #f5f5f5;
    margin-top: 90px;
    padding: 80px
}

.featured-wrapper,.status-counter {
    margin-top: 90px
}

.heading-dec .heading-inner {
    display: block;
    position: relative;
    font-size: 2rem;
    text-align: left;
    padding-left: 16px
}

.heading-dec .heading-inner::after,.heading-dec .heading-inner::before {
    background: rgba(var(--theme-primary));
    content: "";
    position: absolute;
    top: .5em
}

.heading-dec .heading-inner::before {
    right: 100%;
    margin: 5px 0 0 11px;
    width: 100vw;
    height: 1px
}

.heading-dec .heading-inner::after {
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%
}

.status-counter .status-counter-head {
    font-size: 50px;
    font-weight: 600;
    color: rgba(var(--theme-primary))
}

.status-counter .status-counter-subhead {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .2em
}

.counter-area-overlay {
    background-color: #00000085
}

.counter-area-container {
    padding: 85px 0
}

.counter-area-content {
    color: #fff;
    text-align: center
}

.counter-area-content div {
    font-size: 50px
}

.counter-area-content span {
    font-size: 24px
}

.status-banner {
    margin-top: 74px
}

.status-banner-overlay {
    background-color: #00000085
}

.status-banner-container {
    padding: 85px 0
}

.status-banner-content {
    color: #fff;
    text-align: center
}

.status-banner-content div {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.status-banner-content span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px
}

.terms-box .modal-body ol > li {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: justify;
}

@media (max-width:600px) {
    .terms-box .modal-body ol > li {
        font-size: 13px;
        line-height: 20px;
        padding-right: 0;
    }
}

.terms-box .modal-body ol {
    padding-left: 15px;
    margin-bottom: 0;
}
.terms-box button.btn.btn-primary.toc-accept {
    font-size: 15px;
}

@media (max-width:991px) {
    .status-banner-container {
        padding: 60px 0
    }

    .home-slider-content {
        top: calc(50% + -8px)
    }
}

@media (max-width:575px) {
    .status-banner-container {
        padding: 50px 0
    }

    .status-banner-content div {
        font-size: 26px
    }

    .status-banner-content span {
        font-size: 12px
    }
}

.agents-wrapper {
    background-color: #f5f5f5;
    padding: 80px
}

.agents-wrapper img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    border: 1px solid #07a091
}

@media (max-width:991px) {
    .counter-area-container {
        padding: 60px 0
    }
}

@media (max-width:840px) {
    #header-area h3,.header-flexbox {
        text-align: center
    }

    #header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

    .header-flexbox {
        width: 100%
    }

    .social-media-icons {
        text-align: center;
        margin-right: 0
    }
}

@media (min-width:840px) {
    .main-logo,.main-title {
        float: left
    }
}

@media (max-width:767px) {
    .properties-wrapper,.service-container {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .testimonial-wrapper {
        margin-bottom: 75px;
    }
    .counter-area-content div {
        font-size: 44px
    }

    .counter-area-content span {
        font-size: 22px
    }
}

@media (max-width:575px) {
    .counter-area-container {
        padding: 50px 0
    }
}

@media (max-width:550px) {
    #header-area h1 {
        font-size: 23px
    }

    #header-area h1 .caption-title {
        display: block
    }
    .main-logo{
        max-height: 100px
    }
}

.base-login,.base-register,.base-verify-email,.base-verify-phone {
    margin-top: 70px
}

.btn-contact {
    background: rgba(var(--theme-primary));
    color: #fff
}
.mls-logo .persian-locale-switch {
    margin-right: 40px;
}
.persian-locale-switch{
    text-align: right;
    margin-right: 0px
}
.persian-locale-switch .persian-locale-switch-inner strong{
    color: rgba(var(--theme-primary))
}
.persian-locale-switch .persian-locale-switch-inner a{
    color: #606060;
}
.persian-locale-switch .persian-locale-switch-inner strong, .persian-locale-switch .persian-locale-switch-inner a{
    font-size: 14px
}

@media (max-width: 840px){
    .persian-locale-switch {
        text-align: center;
        margin-right: 0
    }
}
[list]::-webkit-calendar-picker-indicator {
    display: none /* To hide the default datalist dropdown arrow */
}

/* Testimonials */
.testimonial-wrapper .testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    border: 1px solid rgba(var(--theme-primary));
    color: #333;
    background-color: rgba(var(--theme-primary),.1);
    text-align: justify;
    word-break: break-word
}
.testimonial-wrapper .testimonial-section:after {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: rgba(var(--theme-primary));
    border-width: 15px;
    margin-left: -15px
}
.testimonial-wrapper .testimonial-section img {
    max-width: 200px;
    height: auto
}
.testimonial-wrapper .testimonial-section p, .testimonial-wrapper .testimonial-section blockquote{
    margin: 0;
    padding: 0
}
.testimonial-wrapper .testimonial-description {
    margin-top: 20px;
    text-align: left;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.testimonial-wrapper .testimonial-description .image-container{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 3px 6px -3px rgb(0 0 0 / 35%);
            box-shadow: 2px 3px 6px -3px rgb(0 0 0 / 35%);
    position: relative;
    background-image: url(../../../../images/profile_md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.testimonial-wrapper .testimonial-description .image-container img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.testimonial-wrapper .testimonial-description .testimonial-writer{
    display: inline-block;
    vertical-align: top;
    padding-left: 10px
}

.testimonial-wrapper .testimonial-description .testimonial-writer .name{
    font-weight: bold;
    color: rgba(var(--theme-primary))
}

.testimonial-wrapper .testimonial-description .testimonial-writer .company{
    font-size: 85%
}

.privacy-section-title{
    color: rgba(var(--theme-primary));
    font-weight: bold
}

.privacy-section-content{
    text-align: justify
}

/* .agents-bio{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
} */

.agents-bio {
	--lh: 1.98rem;
    /* line-height: var(--lh); */
    --max-lines: 6;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem
}

.agents-bio::before {
    position: absolute;
    content: "...";
    bottom: 0px;
    right: 4px
}

.agent-bio img{
    width: 160px;
    height: 160px;
    object-fit: cover
}

.custom-page-content p, .agents-bio p, .agent-bio p{
    text-align: justify
}

.custom-page-content p, .agent-bio p{
    margin: 0;
    margin-top: -4px
}

.agents-bio h1,.agents-bio h2,.agents-bio h3,.agents-bio h4,.agents-bio h5,.agents-bio h6,
.agent-bio h1,.agent-bio h2,.agent-bio h3,.agent-bio h4,.agent-bio h5,.agent-bio h6{
    font-size: 1.2rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px
}

.custom-page-content h1,.custom-page-content h2,.custom-page-content h3,.custom-page-content h4,.custom-page-content h5,.custom-page-content h6,.custom-page-content pre{
    color: rgba(var(--theme-primary));
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px
}

.custom-page-content h1, .custom-page-content h2{
    font-weight: 500;
    font-size: 1.5rem
}

.custom-page-content h3, .custom-page-content h4, .custom-page-content h5, .custom-page-content h6{
    font-size: 1.2rem
}

.custom-page-content ul, .custom-page-content ol, .agents-bio ul, .agents-bio ol, .agent-bio ul, .agent-bio ol{
    margin: 0
}


/* CSS specific to iOS devices */ 
@supports (-webkit-touch-callout: none) {
    .home-search-button i{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
        margin: auto
    }
}
@media (max-width: 650px){
    .banner-container #container4 {
        top: 50%;
        left: 50%;
        margin-left: 0;
        width: 285px;
        transform: translate(-50%,-50%);
    }
    .agents-wrapper {
        padding: 80px 0;
        margin-top: 0;
    }
    .banner-container #container4 {
        top: 50%;
        left: 50%;
        margin-left: 0;
        width: 285px;
        transform: translate(-50%,-50%);
    }
    .outer-footer {
        margin-top: 0;
    }
}

@media (max-width:1360px) {
    #main-header .resp-banner ul.images img {
      width: 154%;
      height: 100%;
      object-fit: none;
    }
}

@media (max-width:1250px) {
    #main-header .resp-banner ul.images img {
        margin-left: 4%;
        width: 138%;
        height: 100%;
        object-fit: cover;
    }
    
    #main-header .resp-banner {
        height: 386px;
    }
}

@media (max-width:960px) {
    #main-header .resp-banner {
        height: 380px;
    }
}

@media (max-width:767px) {
    #main-header .resp-banner ul.images img {
        margin-left: 14%;
    }
}

@media (max-width:650px) {
    #main-header .resp-banner ul.images img {
        margin-left: 0;
        object-fit: cover !important;
        width: 148%;
    }
}

@media (max-width:550px) {
    #main-header .resp-banner {
        height: 350px;
    }
    
    #main-header .resp-banner ul.images img {
        width: 180%;
    }
}

@media (max-width:400px) {
    #main-header .resp-banner {
        height: 320px;
    }
    
    #main-header .resp-banner ul.images img {
        width: 210%;
    }
}