.why-zoomkar-grid {
    align-items: stretch;
}

.zoomkar-slogan {
    position: relative;
    padding: 56px 48px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 45%),
        linear-gradient(130deg, #0f1c2c, #152a45 45%, #273659);
    color: #ffffff;
    box-shadow: 0 32px 60px rgba(15, 28, 44, 0.35);
    overflow: hidden;
    isolation: isolate;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-inner.home-hero-banner {
    background-image: url('../images/banners/02-miami-beach.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zoomkar-slogan::before,
.zoomkar-slogan::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(0);
    z-index: 0;
}

.zoomkar-slogan::before {
    width: 220px;
    height: 220px;
    top: -70px;
    right: -40px;
}

.zoomkar-slogan::after {
    width: 160px;
    height: 160px;
    bottom: -60px;
    left: -20px;
    background: rgba(139, 216, 255, 0.14);
}

.slogan-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #d4e3ff;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 24px;
    z-index: 1;
    position: relative;
}

.slogan-title {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 1;
    position: relative;
    justify-content: center;
    text-align: center;
}

.slogan-fragment {
    display: inline-block;
}

.slogan-fragment.muted {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.slogan-fragment.accent {
    color: #8bd8ff;
}

.slogan-fragment.connector {
    color: #9fb7ff;
}

.slogan-fragment.equals {
    color: #ffb86c;
}

.slogan-caption {
    margin: 18px auto 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 640px;
    z-index: 1;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .zoomkar-slogan {
        padding: 36px 28px;
        border-radius: 24px;
    }

    .slogan-pill {
        letter-spacing: 0.12em;
        font-size: 12px;
    }

    .slogan-title {
        font-size: 32px;
    }
}

.why-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(22, 33, 54, 0.08);
    padding: 30px 28px 34px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(22, 33, 54, 0.15);
}

.why-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.why-card-header .icon-circle {
    display: inline-flex;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.icon-branches {
    background: linear-gradient(135deg, #55c349, #299a6c);
    box-shadow: 0 12px 24px rgba(85, 195, 73, 0.4);
}

.icon-automation {
    background: linear-gradient(135deg, #5d7bff, #3f51b5);
    box-shadow: 0 12px 24px rgba(93, 123, 255, 0.35);
}

.icon-portfolio {
    background: linear-gradient(135deg, #ff8f4c, #f44336);
    box-shadow: 0 12px 24px rgba(255, 143, 76, 0.45);
}

.why-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0f1c2c;
}

.why-text {
    color: #516173;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .why-card {
        margin-bottom: 20px;
    }
}
.easing{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-link{color: #00aeef;cursor: pointer;text-align: center;}
.r92-link:hover, .r92-link:focus{color: #4cc6f4;}
.border-radius-0{border-radius: 0;}
.d-inline-block{display: inline-block;}
.h-100{height: 100%;}
.mh-100{max-height: 100%;}
.w-100{width: 100%;}
.mw-100{max-width: 100%;}
.font-weight-light{font-weight:300;}
.font-weight-bold{font-weight:700;}
.font-italic{font-style: italic;}
.mt-0, .my-0{margin-top: 0 !important;}
.mb-0, .my-0{margin-bottom: 0 !important;}
.pt-0, .py-0{padding-top: 0 !important;}
.pb-0, .py-0{padding-bottom: 0 !important;}
.mt-10, .my-10{margin-top: 10px !important;}
.mb-10, .my-10{margin-bottom: 10px !important;}
.pt-10, .py-10{padding-top: 10px !important;}
.pb-10, .py-10{padding-bottom: 10px !important;}
.mt-15, .my-15{margin-top: 15px !important;}
.mb-15, .my-15{margin-bottom: 15px !important;}
.pt-15, .py-15{padding-top: 15px !important;}
.pb-15, .py-15{padding-bottom: 15px !important;}
.mt-20, .my-20{margin-top: 20px !important;}
.mb-20, .my-20{margin-bottom: 20px !important;}
.pt-20, .py-20{padding-top: 20px !important;}
.pb-20, .py-20{padding-bottom: 20px !important;}
.text-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-gray {color: #999;}
.btn-outline-primary{
    background: transparent;
    border: 2px solid #00aeef;
    color: #00aeef;
}
.btn-outline-primary:hover{
    background: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
}
.btn-outline-secondary{
    background: transparent;
    border: 2px solid #ff6e00;
    color: #ff6e00;
}
.btn-outline-secondary:hover{
    background: #ff6e00;
    border-color: #ff6e00;
    color: #ffffff;
}
.btn-gray,
.btn-gray:hover,
.btn-gray:focus{
    color: #444;
}
.btn-gray{background: #ccc;}
.btn-gray:hover { background-color: #aaa;}

.btn-small{
    padding: 5px 10px;
    line-height: 1.45;
}
.btn:active, .btn.active{
    box-shadow: none;
}
.dropdown [data-toggle=dropdown]{
    cursor: pointer;
}
textarea.form-control{
    resize: none;
    height: 100px;
}
.form-group-sm .form-control{
    height: 30px;
}
.form-group-sm textarea.form-control{
    height:80px;
}
.form-group-sm .input-group-addon{
    color: #c1c1c1;
    padding: 5px 10px;
}
.form-group-sm .input_wrapper:first-child{
    float: left;
    width: calc(100% - 80px);
    margin-right: -1px;
}
.form-group-sm .input_wrapper:first-child .form-control{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.form-group-sm .input_wrapper:last-child{
    float: left;
    width: 80px;
}
.form-group-sm .input_wrapper:last-child .form-control{
    border-radius: 0;
}
.field-info{
    font-size: 12px;
}
.list-square{
    list-style-type: square;
    list-style-position: inside;
}
.r92-checkbox,
.r92-radio-btn{
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-checkbox input,
.r92-radio-btn input{
    opacity: 0;
    position: absolute;
}
.r92-checkbox span,
.r92-radio-btn span{
    position: absolute;
    left:0;
}
.r92-radio-btn span{
    top:3px;
}
.r92-checkbox span{
    top:1px;
    font-family: 'FontAwesome';
}
.r92-checkbox span:before,
.r92-radio-btn span:before,
.r92-radio-btn span:after{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-checkbox span:after{
    content: "\f00c";
    position: absolute;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #666;
    left: 0;
    width: 15px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-radio-btn span:before,
.r92-radio-btn span:after{
    border-radius: 15px;
}
.r92-radio-btn span:after{
    border: 3px solid transparent;
    background-color: #aaa;
    background-clip: content-box;
    opacity: 0;
    z-index:1;
}
.r92-checkbox:hover,
.r92-checkbox:hover span:after,
.r92-radio-btn:hover,
.r92-radio-btn:hover span:after{
    color: #00aeef;
}
.r92-checkbox:hover span:before,
.r92-radio-btn:hover span:before,
.r92-radio-btn input:focus + span:before{
    border-color: #00aeef;
}
.r92-checkbox input:checked + span:after,
.r92-radio-btn input:checked + span:after{
    opacity: 1;
}
.r92-radio-btn:hover span:after{
    background-color: #00aeef;
}
.r92-checkbox.single,
.r92-radio-btn.single{
    padding-left: 0;
    height: 15px;
    width: 15px;
}
.r92-checkbox.single span,
.r92-radio-btn.single span{
    top: 0;
}
.text-radio{
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-radio span{
    border: 1px solid transparent;
    border-radius: 15px;
    display: block;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-radio input{
    position: absolute;
    opacity:0;
}
.text-radio:hover span{
    color: #00aeef;
}
.text-radio input:checked + span {
    background-color: #daf2fb;
    border-color: #b1e2f5;
}
.radio-text{
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-text span{
    border-bottom: 3px solid transparent;
    display: block;
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.radio-text input{
    position: absolute;
    opacity:0;
}
.radio-text:hover span{
    border-bottom-color: #959595;
}
.radio-text input:checked + span {
    border-bottom-color: #b1e2f5;
}
.gutter-0{
    margin-left: 0px;
    margin-right: 0px;
}
.gutter-0 [class^="col-"],
.gutter-0 [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
.gutter-5{
    margin-left: -5px;
    margin-right: -5px;
}
.gutter-5 [class^="col-"],
.gutter-5 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.gutter-10{
    margin-left: -10px;
    margin-right: -10px;
}
.gutter-10 [class^="col-"],
.gutter-10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-rg{
    padding: 8px 15px;
}
.dropdown-menu-small{
    min-width: 180px;
}
.dropdown-menu-small > li > a{
    font-size: 12px;
    padding:5px 10px;
}
.dropdown-menu-medium{
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,.40);
    min-width: 350px;
    padding: 20px 20px 10px;
}
.header-mobile{
    position: relative;
}
.header-section-4{
    z-index:6;
}
.header-section-4 .logo{
    background: #00aeef;
    height: 50px;
    width: 50px;
    line-height: 100%;
    margin-bottom: -50px;
    position: relative;
    z-index: 1000;
}
.header-section-4 .logo a{
    height:100%;
    display: block;
}
.header-mobile .header-logo{
    line-height:60px;
}
.header-mobile .header-logo img {
    max-height: none;
}
.header-right > div > a + a {
    margin-left: 0px;
}
.nav-dropdown li .expand-me{
    background: rgba(0, 0, 0, 0.1);
    width: 45px;
}
.nav-dropdown li .expand-me:before{
    content: "\f105";
}
.nav-dropdown li.active > .expand-me:before{
    content: "\f107";
}
.nav-dropdown > ul{
    background: #fff;
}
.nav-dropdown li{
    font-weight: 300;
    font-size: 14px;
    border-top: 1px solid #f5f5f5 !important;
}
.nav-dropdown ul ul a,
.nav-dropdown li.no-child ul ul > li a{
    padding-left: 35px;
}
.nav-dropdown ul ul ul a{
    padding-left: 50px;
}
.nav-dropdown .nav-link-section > li,
.nav-dropdown li.no-child ul ul > li:first-child{
    border-top: none !important;
}
.header-section-4 .header-left {
    width: 85%;
}
.header-section-4 .header-right {
    width: 15%;
}
.header-section-4.logged_in .header-left {
    width: 90%;
}
.header-section-4.logged_in .header-right {
    width: 10%;
}
.header-right > div > a:focus {
    color: #00aeef;
}
.header-full-width > .container{
    width: 100%;
    padding-left: 0;
    box-shadow: 0 2px 5px 0 rgba(200,200,200,.5);
}
.dropdown-property-search{
    display: none;
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dropdown-property-search ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    margin-left: -10px;
}
.dropdown-property-search ul{
    border-top: 4px solid #000;
    list-style: none;
    max-height: 360px;
    min-width: 300px;
    margin: 0;
    padding: 0 0 1px;
    overflow-y: auto;
}
.dropdown-property-search li{
    border-top: 1px solid #eee;
    position: relative;
}
.dropdown-property-search .icon{
    color: #aaa;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    font-size: 26px;
    height: 26px;
    margin: auto;
}
.dropdown-property-search a{
    background-color: #fff;
    color: #444;
    display: block;
    line-height: 28px;
    overflow: hidden;
    padding: 7px 8px 8px 44px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.dropdown-property-search .subtext {
    color: #aaa;
}
.dropdown-property-search li:hover a{
    color: #00aeef;
}
.header-search .action-bar{
    position: relative;
    padding-left: 115px;
    z-index: 5;
}
.header-search .action-bar .toolbar:not(.right) > li > .btn,
.header-search .action-bar .toolbar:not(.right) > li > .dropdown > .btn,
.header-search .action-bar .toolbar:not(.right) > li > .btn-group > .btn{
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.header-search .dropdown-home-types ul{
    padding: 0 10px;
}
.header-search .bootstrap-select .btn{
    border: none;
    height:auto;
    color: #000;
}
.header-search .bootstrap-select .btn .filter-option{
    width:auto;
}
.header-search .bootstrap-select .btn .caret {
    border: none;
    width: auto;
    height: auto;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
}
.header-search .bootstrap-select .btn .caret:before {
    content: "\f0d7";
}
.header-search .bootstrap-select li.selected{
    background-color: #00aeef;
}
.header-search .bootstrap-select li.selected a{
    color: #fff;
}
.header-search .dropdown-more .dropdown-menu{
    min-width: 340px;
    padding: 10px;
}
.header-search .dropdown-more .form-group{
    margin-bottom: 10px;
}
.header-search .search-from{
    padding: 8px;
    position: relative;
}
.header-search .search-from .form-group{
    margin-bottom: 0;
    position: relative;
}
.header-search .search-from .form-control{
    border-radius: 0;
    color: #666;
    height: 34px;
    padding-right: 35px;
}
.header-search .search-from button{
    font-size: 20px;
    background: none;
    border: none;
    padding: 3px 6px;
    color: #00aeef;
    position: absolute;
    right: 0;
    top: 0;
}
.header-search .price-range-fields{
    position: relative;
    padding: 5px 0 10px;
    overflow: hidden;
}
.header-search .price-range-fields:after{
    content: '';
    background-color: #aaa;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5px;
    margin: auto;
}
.header-search .price-range-fields .form-control{
    height: 34px;
}
.header-search .dropdown-price ul:not(.active){
    display: none;
}
.header-search .dropdown-price ul li a{
    color: #333;
    white-space: nowrap;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}
.header-search .dropdown-price ul li a:hover{
    background-color: rgba(0, 174, 239, 0.12);
    color: #000;
}
.header-search .dropdown-price ul li.active a{
    background-color: #00aeef;
    color: #fff;
}
.header-search .dropdown .afford-link{
    width: 230px;
    border-top: 1px solid #ccc;
    font-size: 16px;
}
.header-search .dropdown .afford-link a{
    display: block;
    padding: 15px;
}
.header-search .dropdown-property-type ul{
    padding-right: 10px;
    padding-left: 10px;
}
.header-search .dropdown-property-type ul ul{
    margin-bottom: 15px;
}
.header-search .dropdown-property-type .count{
    display: inline-block;
}
.header-search .dropdown-property-type strong{
    display: inline-block;
    text-transform: uppercase;
}
.header-search .dropdown-property-type strong:before{
    content: '';
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 4px;
}
.header-search .dropdown-property-type > .btn .circle{
    border-radius: 50%;
    display: inline-block;
    height:10px;
    width:10px;
    margin-right: 3px;
}
.header-search .dropdown-property-type > .btn .red,
.header-search .dropdown-property-type strong.red:before{background-color: #fc385b;}
.header-search .dropdown-property-type > .btn .dark_blue,
.header-search .dropdown-property-type strong.dark_blue:before{background-color: #0076e5;}
.header-search .dropdown-property-type > .btn .purple,
.header-search .dropdown-property-type strong.purple:before{background-color: #a357ee;}
.header-search .dropdown-property-type > .btn .yellow,
.header-search .dropdown-property-type strong.yellow:before{background-color: #fce011;}
.header-search .dropdown-property-type .afford-link{
    padding-top: 10px;
}
.header-search .dropdown-property-type .afford-link ul,
.header-search .dropdown-more .area-field{
    display: none;
}
.header-search .dropdown-more .separator-field{
    position: relative;
}
.header-search .dropdown-more .separator-field:after{
    content: '';
    background-color: #aaa;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    margin: auto;
}
.header-search .dropdown-property-type .dropdown-menu{
    min-width: 200px;
}
.home-page .navi .houzez-megamenu > .mega-dropdown > .sub-menu {
    max-width: 100%;
    padding-left: 110px;
}

.ts-home-search .banner-search-main{
    padding: 0;
}
.ts-home-search .banner-caption{
    text-align: center;
}
.ts-home-search .btn-group{

    border-radius: 4px 4px 0px 0px
}
.ts-home-search .btn-group .btn{
    background: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
}
.ts-home-search .btn-group .btn + .btn{
    margin-left: 0;
}
.ts-home-search .btn-group:hover .btn.active{
    background-color: rgba(255, 110, 0, 0.5);
}
.ts-home-search .btn-group .btn.active,
.ts-home-search .btn-group:hover .btn:hover{
    background-color: #ffffff;
    color: #959595;
}
.ts-home-search .btn-group .btn:focus,
.ts-home-search .btn-group .btn:active,
.ts-home-search .btn-group .btn.active{
    box-shadow: none;
}
.ts-home-search .banner-parallax{
    height: 500px;
}
.ts-home-search .form-group .bootstrap-select .btn{
    background-color: #ffffff !important;
    color: #959595;
    height: 60px;
    font-size: 14px;
}
.ts-home-search .banner-search-main .form-control{
    border-radius: 0px;
    height: 60px;
}
.ts-home-search .banner-search-main .search-btn{
    background-color: #fff;
    border-radius: 0px 4px 4px 0px;
    padding: 4px;
}
.ts-home-search .banner-search-main .btn-secondary{
    padding: 0px 10px;
    height: 52px;
    width: 52px;
    font-size: 30px;
    text-align: center;
}
.ts-home-search .banner-search-main .form-group .sec .btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #ccc !important;
}
.ts-home-search .splash-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.ts-home-search .search{
    position: relative;
}
.ts-home-search ul{
    display: block;

}
.ts-home-search ul:not(.dropdown-menu) li{
    padding: 5px 20px;
}
.ts-home-search ul li{
    border-bottom: 1px solid #cdd0d2;
}
.ts-home-search ul li .media{
    margin-top: 5px;
    margin-bottom: 5px;
}
.ts-home-search ul li .media .media-img {
    color: #869099;
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
.ts-home-search ul li .media-content{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
@media only screen and (min-width: 992px){
    .ts-home-search .form-group .bootstrap-select,
    .ts-home-search .form-group .bootstrap-select .dropdown-toggle{
        border-bottom-left-radius: 4px !important;
    }
    .ts-home-search .form-group .bootstrap-select.sec,
    .ts-home-search .form-group .bootstrap-select.sec .dropdown-toggle{
        border-radius: 0px !important;
    }
    .ts-home-search .form-group .bootstrap-select{
        width: 90px !important;
        min-width: 90px;
    }
}
@media only screen and (max-width: 991px){
    .banner-search-main{
        background: none;
    }
    .ts-home-search .form-group .bootstrap-select,
    .ts-home-search .form-group .bootstrap-select .dropdown-toggle,
    .ts-home-search .form-group .search{
        border-radius: 4px !important;
    }
    .ts-home-search .banner-search-main .form-group .sec .btn{
        border-left: 0px !important;
    }
    .ts-home-search .form-group .bootstrap-select .btn,
    .ts-home-search .banner-search-main .form-control{
        height: 40px;
    }
    .banner-search-main .form-control{
        border-radius: 4px 0 0 4px !important;
    }
    .ts-home-search .banner-search-main .btn-secondary{
        height: 32px;
        width: 42px;
        font-size: 20px;
    }
}
/* Modern Search Bar Styles */
.modern-search-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
}

.modern-search-form {
    width: 100%;
}

.search-input-group {
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-input-group:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.search-field-wrapper {
    position: relative;
    flex: 1;
    margin: 0 4px;
}

.search-field-wrapper:first-child {
    margin-left: 0;
}

.search-field-wrapper:last-child {
    margin-right: 0;
}

/* Override Bootstrap selectpicker styles for modern look */
.search-field-wrapper .bootstrap-select .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #201f1f;
    box-shadow: none !important;
    height: auto !important;
    transition: all 0.3s ease !important;
}

.search-field-wrapper .bootstrap-select .dropdown-toggle:focus,
.search-field-wrapper .bootstrap-select .dropdown-toggle:active {
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.3) !important;
    outline: none !important;
}

.search-field-wrapper .bootstrap-select .dropdown-menu {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    margin-top: 8px !important;
    background: white !important;
}

.search-field-wrapper .bootstrap-select .dropdown-menu li a {
    color: #1a1a1a !important;
    padding: 12px 20px !important;
    transition: all 0.2s ease !important;
}

.search-field-wrapper .bootstrap-select .dropdown-menu li a:hover {
    background: rgba(0, 174, 239, 0.1) !important;
    color: #00aeef !important;
}

.modern-input {
    width: 100%;
    padding: 16px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.modern-input:focus {
    background: rgba(0, 174, 239, 0.05);
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.1);
}

.modern-input:hover {
    background: rgba(0, 0, 0, 0.02);
}

.select-icon,
.location-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
    pointer-events: none;
    transition: color 0.3s ease;
}

.search-field-wrapper:hover .select-icon,
.search-field-wrapper:hover .location-icon {
    color: #00aeef;
}

.purpose-select {

    color: rgb(37, 37, 37);
    font-weight: 600;
}

.purpose-select option {
    background: white;
    color: #1a1a1a;
}

.property-select {
    color: white;
    font-weight: 600;
}

.property-select option {
    background: white;
    color: #1a1a1a;
}

.location-field {
    flex: 2;
    min-width: 300px;
}

.location-input::placeholder {
    color: #999;
    font-weight: 400;
}

.modern-search-btn {
    background: linear-gradient(135deg, #00aeef 0%, #007cba 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 140px;
    box-shadow: 0 4px 15px rgba(0, 174, 239, 0.3);
    position: relative;
    overflow: hidden;
}

.modern-search-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.modern-search-btn:hover::before {
    left: 100%;
}

.modern-search-btn:hover {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 174, 239, 0.4);
}

.modern-search-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 174, 239, 0.3);
}

.btn-text {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .modern-search-container {
        max-width: 100%;
        padding: 0 15px;
    }

    .location-field {
        min-width: 250px;
    }

    .modern-search-btn {
        min-width: 120px;
        padding: 16px 24px;
    }

    .btn-text {
        display: none;
    }
}

@media (max-width: 768px) {
    .search-input-group {
        flex-direction: column;
        gap: 8px;
        padding: 16px;
    }

    .search-field-wrapper {
        margin: 0;
    }

    .location-field {
        min-width: auto;
    }

    .search-field-wrapper .bootstrap-select .dropdown-toggle,
    .modern-input {
        padding: 14px 16px !important;
    }

    .modern-search-btn {
        width: 100%;
        min-width: auto;
        padding: 16px;
        justify-content: center;
    }

    .btn-text {
        display: inline;
    }
}

@media (max-width: 480px) {
    .modern-search-container {
        padding: 0 10px;
    }

    .search-input-group {
        padding: 12px;
    }

    .modern-select,
    .modern-input {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* Animation for search form entrance */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-search-container {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.journey-text-block{
    padding: 20px;
}
#section-body.section-body{
    min-height: inherit;
}
.block{
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    margin-bottom: 30px;
}
.block .block-img{
    position: relative;
}
.block .block-img .block-title{
    position: absolute;
    padding: 8px;
    color: #fff;
    bottom: 0;
    left:0;
    text-align: center;
    width: 100%;
    background: rgba(116,192,5,.75);
    margin-bottom: 0;
    z-index:1;
}
.block .block-content{
    padding: 20px 20px 40px;
    position: relative;
}
.block .block-content .link{
    color: #0074e4;
    position: absolute;
    bottom: 20px;
}
/* Start Custom File Upload */
.custom-input-file input{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.custom-input-file input + label {
    color: #959595;
    display: block;
    padding: 0;
    margin-bottom: 0;
}
.custom-input-file input + label span {
    line-height:43px;
    width: 100%;
    min-height: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0px 80px 0px 40px;
}
.custom-input-file input + label strong {
    height: 100%;
    color: #959595;
    background-color: #f6f6f6;
    position: absolute;
    right: 0;
    top:0;
    padding: 0px 12px;
    min-width: 80px;
    text-align: center;
}
.custom-input-file input + label span,
.custom-input-file input + label strong{
    line-height:43px;
}
.custom-input-file input:focus + label strong,
.custom-input-file input.has-focus + label strong,
.custom-input-file input + label:hover strong {
    background-color: #F2F2F2;
    color: #777;
}
.two-column.field-group{
    overflow: inherit;
}
.login-register-block .input-icon.error:before,
.login-register-block .input-icon span.error,
.login-register-block .input-icon.error span.error,
.login-register-block .form-group.error .checkbox,
.login-register-block .form-group.error span.error{
    color: #e43012;
}
.login-register-block .input-icon span.error:empty,
.login-register-block .input-icon.error span.error:empty {
    display: none;
}
.login-register-block .input-icon span.error,
.login-register-block .input-icon.error span.error{
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 3px;
    pointer-events: none;
}

.login-register-block .input-icon .custom-input-file + span.error,
.login-register-block .input-icon.error .custom-input-file + span.error{
    right: 85px;
}
.login-register-block .input-icon.error .intl-tel-input .selected-flag .iti-arrow{
    border-top-color: #e43012;
}
.login-register-block .form-group.error span.error{
    font-size: 12px;
}
/* End Custom File Upload */
.footer {
    background-color: #eee;
    padding: 30px 0 20px;
}
.widget-links:not(.active) .footer_link li:nth-child(n+6){
    display: none;
}
.footer_link li a.city{
    font-weight: bold;
}
.footer-widget .widget-title,
.footer_link li a {
    color: #444;
}
.footer_link li a:hover {
    color: #0074e4;
}
.footer a {
    color: #0074e4;
}
.navi > ul#footer-menu > li:not(:last-child):after{
    display: none;
}
/* Start Tabs */
.r92-tab{
    position: relative;
    list-style: none;
    z-index:2;
}
.r92-tab > li{
    display: inline-block;
    position: relative;
}
.r92-tab > li + li{
    padding-left: 30px;
}
.r92-tab > li > a{
    border-bottom: 2px solid transparent;
    color: #000;
    display: block;
    padding-bottom: 10px;
}
.r92-tab > li > a:hover{
    color: #00aeef;
}
.r92-tab > li.active > a{
    border-bottom-color: #00aeef;
    color: #00aeef;
}
.r92-tab-border:after{
    content: '';
    background: #d8d8d8;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: -1;
}
/* End Tabs */

/* Start Breadcrumbs */
.r92-breadcrumbs-layout{
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
}
.r92-breadcrumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.r92-breadcrumbs>li {
    display: inline-block;
}
.r92-breadcrumbs>li:before {
    font-size: 12px;
    color: #aaa;
    content: "\b7";
    display: inline-block;
    margin: 0 5px;
}
.r92-breadcrumbs>li a,
.r92-breadcrumbs>li span{
    font-size: 12px;
    color: #aaa;
}
.r92-breadcrumbs>li a:hover{
    font-size: 12px;
    color: #00aeef;
}
/* End Breadcrumbs */

/* Start Feature List */
.feature-list-wrapper{
    list-style:none;
    padding:0;
    margin:0 -10px;
    font-size: 0px;
    letter-spacing:0;
}
.feature-list-wrapper li{
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33.33333%;
    vertical-align: top;
}
.feature-box{
    position: relative;
}
.feature-box .feature-media{
    font-size: 30px;
    float: left;
    min-width: 40px;
    margin-right: 10px;
}
.feature-box .feature-content{
    font-size: 16px;
    float: left;
    width: calc(100% - 50px);
}
.feature-box .feature-content p:last-child{
    margin-bottom: 0;
}
/* End Feature List */

/* Start Facts and Features */
.fact-content-wrapper{
    margin-bottom: 10px;
    position: relative;
}
.fact-content-wrapper .fact-content-inner{
    position: relative;
    margin-bottom: 20px;
    max-height:300px;
    overflow: hidden;
}
.fact-category-title{
    border-top: 1px solid #d8d8d8;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.fact-container-column{
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.fact-container-column .fact-container{
    padding: 0 0 5px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.fact-list {
    font-weight: 300;
    list-style:none;
    margin: 0;
    padding: 0 0 5px;
    width: 100%;
}
.fact-list li {
    padding-bottom: 5px;
}
.fact-list li .fact-name{
    color: #141414;
}
.fact-more-less-shadow{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 9;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.additional-links a{
    display: inline-block;
}
.additional-links .data-sources{
    margin-left: 20px;
    margin-right: 10px;
}
.fact-content-wrapper.fact-full-view .fact-more-less-shadow{
    display: none;
}
.fact-content-wrapper.fact-full-view .fact-content-inner{
    max-height: none;
}
/* End Facts and Features */
/* Start Panel Toggle */
.panel-group .panel.panel-toggle {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.panel.panel-toggle > .panel-heading{
    background: none;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
}
.panel.panel-toggle .panel-title{
    border-top: 1px solid #ddd;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 18px 40px 18px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel.panel-toggle .panel-title:after{
    content: "";
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    display: block;
    position: absolute;
    height: 14px;
    top: 19px;
    width: 14px;
    right: 4px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.panel.panel-toggle.active .panel-title:after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 27px;
}
.panel-group .panel.panel-toggle  + .panel.panel-toggle  {
    margin-top: 0px;
}
.panel.panel-toggle:last-child .panel-title{
    border-bottom: 1px solid #ddd;
}
.panel.panel-toggle .panel-body{
    padding-left: 0;
    padding-right: 0;
}
.panel.panel-toggle:last-child > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
/* End Panel Toggle */
/* Start Agent List */
.agent-list{
    list-style:none;
    margin-bottom: 0;
    padding: 0;
}
.agent-list li{
    margin-bottom: 10px;
}
.agent{
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.25;
    padding-right: 50px;
}
.agent.has-no-badge{
    padding-right: 0px;
}
.agent .agent-photo{
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.agent .agent-photo a,
.agent .agent-photo .r92-radio-btn{
    display: inline-block;
    vertical-align: middle;
}
.agent .agent-photo .r92-radio-btn{
    margin-bottom: 0;
}
.agent .agent-photo img{
    border-radius: 5px;
    width: 100%;
    max-width: 60px;
}
.agent .agent-photo:hover .r92-radio-btn span:before{
    border-color: #00aeef;
}
.agent .agent-info-wrapper{
    overflow: hidden;
}
.agent .agent-name{
    font-size: 14px;
}
.agent .agent-rating a{
    color: #03c04a;
    font-size: 14px;
}
.agent .agent-name,
.agent .agent-sales,
.agent .agent-phone{
    display: block;
}
.agent .agent-sales a{
    color: #000;
}
.agent .agent-sales span{
    background: #184786;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 1px;
    min-width: 20px;
    font-weight: 700;
    text-align: center;
}
.agent .agent-badge{
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #808080;
    font-size: 8px;
    line-height: 9px;
    max-width: 45px;
    padding: 1px 2px;
    position: absolute;
    right: 0;
    top:3px;
    text-align: center;
    text-transform: uppercase;
}
.agent.agent-small .agent-photo img{
    border-radius: 0;
    max-width: 40px;
}
/* End Agent List */
/* Start Popover */
.webui-popover-inverse {
    background-color: #424242;
    color: #fff;
}
.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after{
    border-left-color: #424242;
}
.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after{
    border-bottom-color: #424242;
}
.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after{
    border-top-color: #424242;
}
.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
    border-right-color: #424242;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
    margin-left: -20px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
    margin-left: 20px;
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right{
    margin-top:-20px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right{
    margin-top:10px;
}
.webui-popover-inverse .webui-popover-inner .close {
    color: #fff;
    font-family: 'FontAwesome';
    opacity: 1;
    text-shadow: none;
}
.webui-popover-inverse .webui-popover-inner .close:after {
    content: "\f00d";
}
.webui-popover-inverse .webui-popover-inner .close:hover{
    color: #00aeef;
    opacity: 1;
}
.webui-popover h6{
    font-weight: bold;
    text-transform: uppercase;
}
.webui-popover h6,
.webui-popover p{
    margin-bottom: 10px;
}
.webui-popover .webui-popover-content :last-child {
    margin-bottom: 0;
}
.webui-popover-small{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    font-size: 11px;
    color: #333;
    width: 140px;
}
.webui-popover-small.in{
    opacity: .9;
}
.webui-popover-small .webui-popover-content{
    padding: .5rem;
}
/* End Popover */
/* Start Map Page */
#main,
.map{
    position: relative;
}
.map-alert{
    background: #1b5299;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0px;
    top: 15px;
    width: auto;
    max-width: calc(100% - 30px);
    margin: 0px auto;
    z-index: 1;
}
.map-alert .close{
    color: #fff;
}
.alert-inline{
    display: table;
    padding: 10px;
}
.alert-inline .alert-item{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
.alert-inline .alert-item:first-child{
    width: 100%;
}
.alert-inline .alert-item .close{
    float: none;
    opacity: 1;
    text-shadow: none;
    right: auto;
    top: auto;
}
.map-list-toggle {
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    position: absolute;
    top: 100px;
    bottom: inherit;
    right: 7px;
    outline: 0;
    z-index: 1;
}
.map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto', 'sans-serif';
    margin: 10px;
    display: none;
}
#map .map-control {
    display: block;
}
.selector-control {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.map_labels {
    margin-top: -3px;
    padding: 5px;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.map_labels .arrow {
    border-top-color: #000000;
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
    display: none;
}
.map_labels .inner {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    color: #888888;
    max-width: 200px;
    width: auto;
    margin-left: 10px;
    padding: 2px 5px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.map-info-window{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table;
}
.map-info-window .map-info-window-inner{
    color: #000;
    display: table-row;
}
.map-info-window .map-info-window-thumbnail{
    width: 46px;
    height: 46px;
    display: table-cell;
    vertical-align: top;
}
.map-info-window .map-info-window-thumbnail img{
    max-width: 46px;
}
.map-info-window .map-info-window-content{
    width: auto;
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}
.map-content-wrapper{
    height: calc(100vh - 101px);
    margin-right: 0;
    -webkit-transition: margin-right .3s ease-in-out;
    -moz-transition: margin-right .3s ease-in-out;
    transition: margin-right .3s ease-in-out;
}
#list-loader{
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
    padding: 20px;
    width: 200px;
    text-align: center;
    z-index: 9;
}
#list-loader:not(.hidden) + .map-content-inner{
    opacity: 0.3;
}
.map-content-wrapper .map-content{
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    /*z-index: 1;*/
    overflow-y: auto;
}
.map-content-wrapper .map-content .map-content-inner{
    padding-top: 1.5rem;
}
.map-content-wrapper .map-content-title{
    margin-bottom: 1.5rem;
}
.map-content-wrapper .map-content h1{
    margin-bottom: 0;
}
.map-content-wrapper .map-content h1,
.map-content-wrapper .map-content .map-result-count,
.map-content-wrapper .map-content .tabs-wrapper{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.property-gallery-container .fancybox-caption-wrap,
.property-gallery-container .fancybox-infobar,
.property-gallery-container .fancybox-toolbar{
    visibility: visible;
    opacity: 1;
}
.property-gallery-container .fancybox-navigation{
    display: block;
}
.property-gallery-container .fancybox-header {
    border-bottom: 1px solid #444;
    padding: 0 20px;
    height: 44px;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
}
.property-gallery-container .fancybox-button,
.property-gallery-container .fancybox-infobar{
    background: none;
    color: #fff;
}
.property-gallery-container .fancybox-button +.fancybox-button{
    margin-left: 20px;
}
.property-gallery-container .btn-custom{
    width: auto;
}
.property-gallery-container .btn-custom i{
    margin-right: 5px;
}
.property-gallery-container .fancybox-bg{
    background-color: #000;
    opacity: .9;
}
#modal-share-property{
    z-index: 100000;
}
.property-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 5px;
}
.property-list > li{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    width: 50%;
    padding: 0 5px;
    margin: 5px 0;
}
.property-list > li .property-card{
    height: 100%;
}
.property-card{
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.property-card .property-save-btn{
    position: absolute;
    background: none;
    border: none;
    right: 0;
    top: 0;
    font-size: 24px;
    outline: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    text-align: center;
}
.property-card .property-save-btn i{
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    width: 24px;
    height: 24px;
}
.property-card .property-save-btn i:first-child{
    color: rgba(71,78,82,.4);
}
.property-card .property-save-btn.active i:first-child{
    color: #ed1b77;
}
.property-card .property-save-btn:hover i{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.property-card .property-card-header{
    height:160px;
    position: relative;
}
.property-card .property-card-header.more-card{
    background: #00aeef;
    color: #fff;
    line-height:160px;
    text-align: center;
}
.property-card .property-card-header img{
    border-radius: 5px 5px 0 0;
    object-fit: cover;
    height:160px;
}
.property-card .carousel-control{
    height:40px;
    width:40px;
    margin: auto 0;
    background: none;
    opacity:1;
}
.property-card .carousel-control .fa{
    font-size: 40px;
}
.property-card .carousel-indicators{
    bottom: 10px;
}
.property-card .carousel-indicators li{
    background: #fff;
    width: 5px;
    height: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.property-card .carousel-indicators li.active{
    width: 8px;
    height: 8px;
}
.property-card .property-card-header .btn{
    position: absolute;
    left:0;
    right: 0;
    bottom: 10px;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    z-index: 15;
    display: none;
}
.property-card .property-card-body {
    color: #3b4144;
    padding: 5px 10px;
}
.property-card .property-card-body .price{
    display: block;
    text-align: left;
    font-weight: 700;
}
.property-card .property-card-body h6{
    color: #869099;
    font-weight: 300;
    margin-bottom: 0;
}
.property-card-inline .property-card-header{
    float: left;
    max-width: 350px;
    margin-right: 15px;
    height: 220px;
}
.property-card-inline .property-card-header img{
    border-radius: 0;
    height: 220px;
}
.property-card-inline .property-info-mask{
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.8));
    background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#10000000', endColorstr='#99000000')";
    color: #fff;
    font-size: 12px;
    line-height:1.2;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    left: 0;
    width: 100%;
    z-index:2;
}
.property-card-inline .property-info-mask strong{
    font-size: 15px;
}
.property-card-inline .property-info strong{
    font-size: 18px;
}
.property-card-inline .property-info .city{
    color: #ccc;
}
.property-card-inline .property-info,
.property-card-inline .property-stats{
    width: 50%;
    float: left;
}
.property-card-inline .property-stats{
    text-align: right;
}
.property-card-inline .property-stats li{
    border-right: 1px solid #fff;
    padding: 0 5px;
    text-align: center;
}
.property-card-inline .property-stats li:last-child{
    border-right: none;
    padding-right:0;
}
.property-card-inline .property-card-body{
    overflow: hidden;
}
.property-card-inline .property-highlights{
    margin-bottom: 30px;
}
.property-card-inline .home-stats{
    line-height:1;
}
.property-card-inline .home-stats li{
    margin-right: 15px;
}
.property-card-inline .home-stats strong{
    display: block;
    font-size: 20px;
}
.property-card-inline .home-stats li.views strong,
.property-card-inline .home-stats span{
    display: inline-block;
}
.property-card-inline .home-stats .new{
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}
.property-card-inline .home-stats li.views strong{
    font-size: 35px;
}
.property-card-inline .home-stats li.views strong,
.property-card-inline .home-stats li.views span{
    vertical-align: bottom;
}
.tag-list{
    position: absolute;
    left:0;
    top:0;
    max-width: 99%;
    overflow-x: hidden;
    line-height: normal;
    font-weight: 500;
    font-size: 0px;
    z-index: 1;
    white-space: nowrap;
}
.tag-list li{
    display: inline-block;
    font-size: 13px;
    padding: 2px 5px 2px 0px;
    text-transform: uppercase;
}
.tag-list li:not(:first-child):before {
    content: '\2022';
    margin-right: 5px;
}
.tag-list li:first-child {
    border-top-left-radius: 4px;
    padding-left: 5px;
}
.tag-list li:last-child {
    border-bottom-right-radius: 4px;
}
.tag-highlight {
    color: #fff;
    background-color: #00aeef;
    background-color: rgba(0, 174, 239,.7);
}
.tag-low-light {
    color: #fff;
    background-color: #474e52;
    background-color: rgba(71,78,82,.7);
}
.map-content-wrapper .pagination-main{
    margin-top: 10px;
}
.map-content-wrapper .footer-v2{
    margin-top: 20px;
}
.map-content-wrapper .footer-v2 .container{
    width: 100%;
}
.map-content-wrapper .footer-v2 [class^="col-"],
.map-content-wrapper .footer-v2 [class*=" col-"] {
    width: 100%;
}
.map-content-wrapper .footer-v2 .footer-col{
    text-align: center;
}
.modal-overlay{
    background-color: rgba(255,255,255,0.8);
}
.modal-body > .close{
    opacity: 1;
}
.modal-property .modal-dialog{
    margin-top: 0;
    margin-bottom: 0;
    padding:0 15px 70px;
    height:100%;
    width: 100%;
    max-width: 1054px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-property .modal-body{
    padding-top: 10px;
}
.property-list-upper-lip{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 12px;
    background: rgb(27, 27, 27);
    color: #fff;
    padding: 3px;
    text-transform: uppercase;
}
.modal-property .action-bar{
    left: 16px;
    right: 33px;
    max-width: 1022px;
    margin: 0 auto;
    z-index: 10000;
}
.action-bar{
    background: #b1e2f5;
    box-shadow: 0 2px 5px 0 rgba(200,200,200,.5);
    left:0px;
    right:0px;
    top:0;
    position: fixed;
    height:50px;
    z-index:2;
}
.toolbar{
    list-style:none;
    margin: 0;
    padding:0;
    letter-spacing: 0;
    font-size: 0;
}
.toolbar > li{
    border-right: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.toolbar > li > .btn,
.toolbar > li > .dropdown > .btn,
.toolbar > li > .btn-group > .btn{
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
}
.toolbar > li > .btn:focus,
.toolbar > li > .dropdown > .btn:focus,
.toolbar > li > .btn-group > .btn:focus{
    box-shadow: none;
}
.toolbar > li > .btn:not(.btn-primary),
.toolbar > li > .dropdown > .btn:not(.btn-primary),
.toolbar > li > .btn-group > .btn:not(.btn-primary){
    background: none;
}
.action-bar .toolbar:not(.right){
    float: left;
}
.toolbar.right{
    float: right;
}
.toolbar.right > li{
    border-left: 1px solid #fff;
    border-right: none;
}
.r92-header h1{
    margin-bottom: 0;
}
.r92-summary .estimates{
    margin-bottom: 15px;
}
.r92-summary .property-price{
    font-size: 3rem;
}
.r92-summary .estimate-price{
    font-size: 1.2rem;
}
.r92-summary .estimate-price span{
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.r92-summary .loan-calculator-container h6{
    margin-bottom: 0;
}
.r92-summary .loan-calculator-estimate{
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle;
}
.r92-summary .calculator-launch-menu{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.r92-summary .calculator-launch-menu .btn.dropdown-toggle{
    padding: 2px 5px;
    border: 1px solid #bebebe;
    background: none;
}
.r92-summary-calc{
    min-width: 360px;
}
.r92-summary-calc h6{
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
.r92-summary-calc-form .form-inner{
    padding: 20px 20px 0;
}
.r92-summary-calc-form .form-inner .row{
    margin-left: -5px;
    margin-right: -5px;
}
.r92-summary-calc-form .form-inner [class^="col-"],
.r92-summary-calc-form .form-inner [class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.r92-summary-calc-form .from-footer{
    background: #b1e2f5;
    padding: 20px 0;
    margin: 10px 0;
}
.r92-summary-calc-form .from-footer strong{
    font-size: 140%;
}
.r92-summary-calc .sub-text p{
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.table-price-history{
    font-size: 14px;
}

.table-price-history .dec{
    color: #fc385b;
}
.table-price-history .inc{
    color: #03c05b;
}
.table-price-history tbody tr {
    border-left: 2px solid transparent;
}
.dropdown-complaint{
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,.40);
    min-width: 350px;
    padding: 20px 20px 10px;
}
.input-with-label{
    position: relative;
}
.input-with-label .form-control{
    padding-right: 65px;
}
.input-with-label .form-control + span{
    position: absolute;
    right: 5px;
    z-index: 3;
    top: 4px;
    color: #c5c5c5;
}
.info-circle{
    color: #a1a1a1;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}
.info-circle:hover{
    color: #424242;
}
.table-banks-compare{
    font-size: 14px;
}
.table-banks-compare img{
    max-width: 40px;
}
.table-banks-compare .terms {
    width: 90px;
}
.mortgages-check-list{
    margin-bottom: 0;
}
.mortgages-check-list .r92-checkbox{
    display: inline-block;
}
#pie-chart {
    width : 100%;
    height : 250px;
}
.amcharts-chart-div svg + a{
    display: none !important;
}
.neighborhood-wrapper{}
.neighborhood-wrapper .neighborhood-header{
    margin-bottom: 30px;
}
.neighborhood-wrapper .neighborhood-header h2{
    margin-bottom: 0;
}
.neighborhood-wrapper .neighborhood-header .neighborhood-percentage{
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
}
.neighborhood-wrapper .neighborhood-header .neighborhood-percentage .icon{
    color: #87d500;
    font-size: 35px;
    position: absolute;
    left:0;
    top:0;
    line-height:1;
}
.neighborhood-wrapper .neighborhood-header p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}
.neighborhood-wrapper .neighborhood-header strong{
    display: block;
    font-size: 120%;
}
.walker-scrore{
    font-size: 14px;
    list-style:none;
    padding: 0;
    margin-bottom: 30px;
}
.walker-scrore li{
    display: inline-block;
    margin-right: 10px;
}
.walker-scrore li a,
.walker-scrore li span{
    margin-right: 5px;
}
.homes-carousel-wrapper,
.neighborhood-map{
    margin-bottom: 30px;
}
.homes-carousel-holder{
    padding: 0 30px;
    position: relative;
}
.homes-carousel-holder .owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: none;
    opacity: 1;
    color: #000;
    width: auto;
    border:none;
}
.homes-carousel-holder .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    color:#00aeef;
}
.homes-carousel-holder .owl-theme .owl-controls .owl-nav .disabled{
    pointer-events: none;
    color: #ababab;
}
.homes-carousel-holder .owl-theme .owl-controls .owl-nav [class*=owl-] .fa{
    line-height: 25px;
    font-size: 25px;
    height:25px;
}
.homes-carousel-holder .owl-controls .owl-nav .owl-prev{
    left:-30px;
}
.homes-carousel-holder .owl-controls .owl-nav .owl-next{
    right: -30px;
}
.owner-dashboard-locked{
    position: relative;
    background: url("../images/owner-dashboard-background.png") center top / contain no-repeat;
    min-height: 307px;
    text-align: center;
}
.owner-dashboard-locked .icon{
    font-size: 80px;
    margin-top: 50px;
    display: inline-block;
}
.owner-dashboard-locked .dashboard-bottom{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
}
.owner-dashboard-locked .btn{
    max-width: 270px;
    margin: 0 auto;
}
.related-properties{
    margin-top: 30px;
    margin-bottom: 60px;
}
.listing-provided-by{
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
    margin-bottom: 30px;
}
.modal-property .footer-v2{
    margin: 0 -15px -15px -15px;
}
.modal-property .footer-v2 .container{
    width: 100%;
    max-width: 100%;
}
.widget-default{
    border: 1px solid #ccc;
    border-top: 2px solid #00aeef;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    overflow: hidden;
}
.widget-default p{
    margin-bottom: 15px;
}
.widget .disclaimer-text{
    font-size: 10px;
    line-height: 1.5;
}
.modal-property aside.widget > h6{
    margin-bottom: 10px;
}
.modal-property aside.widget .agent-list{
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.property-gallery-slider{
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.property-gallery-slider .swiper-slide {
    width: 180px;
}
#dashboardChart {
    width		: 100%;
    height		: 500px;
    font-size	: 11px;
}
/* End Map Page */
/* Start Home Design */
#r92-section-body{
    padding-top: 40px;
    position: relative;
}
.home-design-sidebar{
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
    width: 220px;
    padding: 16px;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
}
.accordion{
    padding-bottom: 20px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.accordion:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.accordion.accordion-toggle{
    padding-bottom: 0;
}
.accordion .accordion-title{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px 15px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.accordion .accordion-title .fa{
    font-size: 18px;
    vertical-align: middle;
}
.accordion .accordion-title:hover{
    color: #00aeef;
}
.accordion.accordion-toggle .accordion-title .fa{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accordion.accordion-toggle .accordion-content{
    display: none;
}
.accordion .accordion-content,
.accordion .accordion-content .r92-checkbox{
    font-size: 13px;
}
.accordion .accordion-content .count{
    color: #8e8e8e;
    font-size: 12px;
    display: inline;
}
.accordion .accordion-content .list-short-view{
    max-height: 135px;
    overflow: hidden;
}
.accordion .accordion-content .see-more-link{
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 20px;
}
.accordion .accordion-content ul li{
    clear: both;
}
.accordion .accordion-content .info-circle{
    color: #424242;
    position: relative;
    z-index:2;
    float: right;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.accordion .accordion-content li:hover .info-circle{
    opacity: 1;
}
.accordion-room a{
    color: #000;
    display: block;
    padding: 4px 0px;
    word-wrap: break-word;
    outline: none;
}
.accordion .accordion-content ul li.active .r92-checkbox,
.accordion .accordion-content ul li.active .r92-checkbox span:after,
.accordion-room li.active a{
    color: #00aeef;
}
.accordion .accordion-content ul li.active .r92-checkbox span:before{
    border-color: #00aeef;
}
.accordion-room ul ul{
    padding-left: 10px;
}
.accordion .colors-list li{
    display: inline-block;
    vertical-align: top;
    margin: 7px 4px;
}
.accordion .colors-list li a{
    display: block;
    height: 18px;
    width: 18px;
    position: relative;
    z-index:2;
}
.accordion .colors-list li a:after {
    content: '';
    display: none;
    position: absolute;
    left: -4px;
    right: -4px;
    top:-4px;
    bottom: -4px;
    border: 1px solid #84848e;;
    z-index:-1;
}
.accordion .colors-list li.active a:after {
    display: block;
}
.dropdown-location .dropdown-menu{
    z-index: 5;
}
.dropdown-location.open .dropdown-menu{
    display: -ms-flexbox;
    display: flex;
}
.dropdown-location .btn{
    background: transparent;
    border: 1px solid #aaa;
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}
.dropdown-location .btn span{
    position: absolute;
    right: 15px;
    top:0;
    bottom: 0;
    margin: auto;
}
.dropdown-location ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-location ul li{
    cursor: pointer;
}
.dropdown-location ul li,
.dropdown-location ul span{
    display: block;
    position: relative;
}
.dropdown-location .country-list{
    min-width: 195px;
    padding: 0;
}
.dropdown-location .country-list li{
    color: #333;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
}
.dropdown-location .country-list li:after{
    content: '';
    opacity: 0;
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    top: 0;
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #eee;
}
.dropdown-location .country-list li:hover,
.dropdown-location .country-list li.active{
    background: #eee;
}
.dropdown-location .country-list li:hover:after,
.dropdown-location .country-list li.active:after{
    opacity: 1;
}
.dropdown-location .country-list .flag{
    background: url("../images/flag-pk.png") 0 0 / cover no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 27px;
    margin-right: 3px;
}
.dropdown-location .cities-list{
    border-left: 1px solid #eee;
    padding: 0 10px;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}
.dropdown-location .cities-list li{
    color: #333;
    line-height: 24px;
    min-width: 172px;
    padding: 0 12px;
    white-space: nowrap;
}
.dropdown-location .cities-list li:hover{
    background-color: #eee;
}
.home-design-content{
    float: left;
    width: calc(100% - 235px);
    margin-bottom: 30px;
}
.home-design-content .home-design-content-inner{
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
    padding: 16px;
    margin-bottom: 30px;
}
.home-design-filter{
    margin-bottom: 10px;
}
.home-design-filter .breadcrumb-tag,
.home-design-filter .clear-all{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 5px 5px 0px;
    vertical-align: middle;
}
.breadcrumb .breadcrumb-tag,
.home-design-filter .breadcrumb-tag{
    border: 1px solid #707070;
    border-radius: 5px;
    color: #707070;
    font-weight: 400;
    padding: 2px 5px;
}
.breadcrumb .breadcrumb-tag i,
.home-design-filter .breadcrumb-tag i{
    opacity: 0.7;
    cursor: pointer;
}
.breadcrumb .clear-all a:hover,
.breadcrumb .breadcrumb-tag:hover,
.home-design-filter .clear-all{
    color: #707070;
}
.breadcrumb .breadcrumb-tag:hover i,
.home-design-filter .breadcrumb-tag:hover i{
    opacity: 1;
}
.home-design-content .breadcrumb{
    padding-top: 0;
    margin-bottom: 15px;
}
.home-design-content .breadcrumb li.active:after{
    display: none;
}
.home-design-header .property-selection{
    position: relative;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
}
.home-design-header .property-sort,
.home-design-header .layout-control{
    display: inline-block;
    vertical-align: top;
}
.home-design-header .property-sort{
    margin-right: 10px;
}
.home-design-header .bootstrap-select{
    width: 150px !important;
}
.home-design-header .bootstrap-select .btn{
    height: 30px;
    padding: 0 15px 0 10px;
}
.home-design-header .bootstrap-select .dropdown-toggle .caret{
    right: 7px;
}
.home-design-header .bootstrap-select .dropdown-menu > li > a {
    padding: 5px 10px;
}
.layout-control .btn{
    border: 1px solid #CCCCCC;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    position: relative;
}
.layout-control .btn .icon{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
    display: block;
    height: 14px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.layout-control .btn.active .icon{
    opacity: 1;
}
.layout-control .btn:hover .icon{
    opacity: 0.7;
}
.layout-control .btn.view-s .icon{background-image: url("../images/listings-view-1.png");}
.layout-control .btn.view-m .icon{background-image: url("../images/listings-view-2.png");}
.layout-control .btn.view-l .icon{background-image: url("../images/listings-view-3.png");}
.layout-control .btn.view-xl .icon{background-image: url("../images/listings-view-4.png");}
.layout-control .btn.view-single .icon{background-image: url("../images/listings-view-5.png");}
.top-pagination{
    font-size: 14px;
}
.top-pagination .top-paginatio-text{
    line-height: 1;
    padding: .5rem;
}
.top-pagination .btn{
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #333;
}
.top-pagination .btn:hover{
    background-color: #eee;
}
.r92-card-row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.r92-card-row .r92-card-column{
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}
.r92-card{
    font-size: 14px;
    position: relative;
    margin: 0px 0px 20px;
}
.r92-card .r92-card-photo{
    position: relative;
}
.r92-card .r92-card-photo a{
    cursor: zoom-in;
    display: block;
    width: 100%;
    height: 100%;
}
.r92-card .r92-card-photo img{
    width: 100%;
}
.r92-card .r92-card-photo .r92-card-overlay{
    background-color: rgba(0,0,0,.06);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.r92-card .r92-card-photo .r92-card-overlay-btn,
.fullViewDesignWrapper .imgWrapper .btn-wrapper{
    position: absolute;
    width: 100%;
    bottom: 18px;
    text-align: center;
    opacity: 0;
    z-index:2;
}
.r92-card .r92-card-photo .r92-card-overlay-btn .btn,
.fullViewDesignWrapper .imgWrapper .btn{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.6);
    background: #fff;
    border-color: transparent;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 9px 16px;
}
.r92-card .r92-card-photo .r92-card-overlay-btn .btn:hover,
.fullViewDesignWrapper .imgWrapper .btn:hover{
    background-color: #e5e5e5;
}
.r92-card .r92-card-photo .r92-card-overlay-btn .btn + .btn,
.fullViewDesignWrapper .imgWrapper .btn + .btn{
    margin-left: 10px;
}
.r92-card .r92-card-photo .r92-card-overlay-btn .btn i,
.r92-card .r92-card-photo .r92-card-overlay-btn .btn span,
.fullViewDesignWrapper .imgWrapper .btn i,
.fullViewDesignWrapper .imgWrapper .btn span{
    display: inline-block;
    vertical-align: middle;
}
.r92-card .r92-card-photo .r92-card-overlay-btn .btn i,
.fullViewDesignWrapper .imgWrapper .btn i{
    font-size: 16px;
}
.r92-card .r92-card-photo .r92-card-overlay-btn .btn span,
.fullViewDesignWrapper .imgWrapper .btn span {
    margin-left: 4px;
}
.r92-card .r92-card-photo .btn-budget-wrapper{
    position: absolute;
    top:10px;
    opacity: 0;
    left:0;
    width: 100%;
    text-align: center;
}
.r92-card .r92-card-photo .save-photo{
    font-size: 22px;
    font-weight: bold;
    padding: 22px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0;
    z-index:2;
}
.r92-card .r92-card-photo .btn-budget-wrapper,
.r92-card .r92-card-photo .save-photo,
.r92-card .r92-card-photo .r92-card-overlay,
.r92-card .r92-card-photo .r92-card-overlay-btn,
.fullViewDesignWrapper .imgWrapper .btn-wrapper{
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.r92-card .r92-card-photo:hover .save-photo,
.r92-card .r92-card-photo:hover .r92-card-overlay,
.r92-card .r92-card-photo:hover .btn-budget-wrapper,
.r92-card .r92-card-photo:hover .r92-card-overlay-btn,
.fullViewDesignWrapper .imgWrapper:hover .btn-wrapper,
.fullViewDesignWrapper .imgWrapper .btn-wrapper.show-btns{
    opacity: 1;
}
.r92-card .r92-card-content{
    padding: 8px 0;
}
.r92-card .r92-card-content .h3,
.r92-card .r92-card-content .h4{
    font-weight: 400;
}
.r92-card .r92-card-content a{
    color: #333;
}
.r92-card .r92-card-content a:hover{
    color: #00aeef;
}
.r92-card .r92-card-content .r92-card-category{
    font-weight: bold;
}
.r92-card .save-and-question-photo{
    color: #888;
    margin: 8px 0 16px;
}
.r92-card .photo-details .media{
    margin-bottom: 10px;
}
.r92-card .photo-details .rating-mask .reviews-count{
    font-size: 13px;
    color: #00aeef;
}
.r92-card .photo-details .rating-mask .reviews-count,
.r92-card .photo-details .rating-container{
    display: inline-block;
    vertical-align: middle;
}
.r92-card .photo-details .rating-container{
    font-size: 16px;
    line-height: 1;
}
.r92-card .photo-details .rating-container .input-rating{
    display: none !important;
}
.r92-card .photo-details .rating-container .star{
    margin: 0 3px 0 0;
}
.r92-card .photo-details .rating-container .filled-stars{
    color: #00aeef;
}
.r92-card .photo-details p{
    font-size: 14px;
    line-height:1.4;
    margin-bottom: 15px;
}
.r92-card .r92-card-content .media-body{
    width: auto;
}
.r92-card .bottom-content{
    position: absolute;
    bottom: 10px;
    left:0;
    width: 100%;
    padding-left: 10px;
}
.r92-card .photo-details .bottom-content p{
    color: #666;
    font-size: 13px;
}
.r92-card .share-link{
    margin-bottom: 10px;
}
.r92-card .share-link li button{
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 18px;
    line-height: 1;
    outline: none;
}
.r92-card .share-link li button.facebook:hover{
    color: #3b5998;
}
.r92-card .share-link li button.twitter:hover{
    color: #00aced;
}
.r92-card .embed-link button{
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 1;
    outline: none;
}
.r92-card .embed-link button span{
    font-size: 12px;
}
.modal-designer-budget .designer-list {
    max-height: 110px;
    overflow: auto;
}
.modal-designer-budget .designer-list .designer {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 33px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.modal-designer-budget .designer-list .designer .r92-radio-btn{
    padding: 5px 10px 5px 30px;
    margin-bottom: 0;
}
.modal-designer-budget .designer-list .designer .r92-radio-btn span{
    left: 10px;
    top: 7px;
}
.modal-design{
    padding: 0 !important;
}
.modal-design .modal-dialog,
.modal-design .modal-content,
.modal-design .modal-body,
.fullViewDesignWrapper{
    width: 100%;
    height: 100%;
}
.modal-design .modal-dialog{
    margin: 0;
    -webkit-transform: translate(0, 0) !important;;
    -ms-transform: translate(0, 0) !important;;
    -o-transform: translate(0, 0) !important;;
    transform: translate(0, 0) !important;
}
.modal-design .modal-content{
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.modal-design .close{
    background-color: #333;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    z-index: 10;
}
.fullViewDesignWrapper{
    background-color: #f4f4f4;
}
.fullViewDesignWrapper .imgWrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 420px);
    min-height: 470px;
    height: 100%;
    -webkit-transition: width 250ms ease-out;
    -moz-transition: width 250ms ease-out;
    transition: width 250ms ease-out;
}
.fullViewDesignWrapper .imgWrapper img{
    cursor: pointer;
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.fullViewDesignWrapper .imgWrapper .dropup{
    display: inline-block;
    float: right;
    margin-right: 30px;
}
.fullViewDesignWrapper .infoWrapper{
    position: absolute;
    overflow: hidden;
    width: 420px;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
    -webkit-transition: right 250ms ease-out;
    -moz-transition: right 250ms ease-out;
    transition: right 250ms ease-out;
    z-index: 3;
}
.fullViewDesignWrapper .infoWrapper .infoMask{
    background-color: #fff;
    font-size: 14px;
    line-height:1.3;
    position: absolute;
    top: 48px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.fullViewDesignWrapper .infoWrapper .infoMask:before,
.fullViewDesignWrapper .infoWrapper .infoMask:after{
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    height: 16px;
    pointer-events: none;
}
.fullViewDesignWrapper .infoWrapper .infoMask:before{
    background: linear-gradient(to bottom, #fff 10%, rgba(255,255,255,0) 100%);
    top: 0px;
    z-index: 1;
}
.fullViewDesignWrapper .infoWrapper .infoMask:after{
    background: linear-gradient(to top, #fff 10%, rgba(255,255,255,0) 100%);
    bottom: 0;
}
.infoMask .infoMaskInner{
    height: 100%;
    overflow: auto;
}
.fullViewDesignWrapper .infoWrapper .infoMask p{
    font-size: 14px;
    line-height:1.3;
    margin-bottom: 10px;
}
.fullViewDesignWrapper .infoWrapper .infoMask h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.fullViewDesignWrapper .infoWrapper .infoMask h3 a{
    color: #000;
}
.fullViewDesignWrapper .infoWrapper .infoMask h3 a:hover{
    color: #00aeef;
}
.fullViewDesignWrapper .info_tabs{
    list-style: none;
    margin: 0;
    padding:0;
}
.fullViewDesignWrapper .info_tabs li{
    border-right: 1px solid #e5e5e5;
    float: left;
}
.fullViewDesignWrapper .info_tabs li a{
    border-top: 2px solid transparent;
    color: #333333;
    display: block;
    font-size: 20px;
    height: 48px;
    width: 48px;
    line-height:46px;
    padding: 0;
    text-align: center;
}
.fullViewDesignWrapper .info_tabs li.active a{
    background-color: #fff;
    border-top-color: #00aeef;
    box-shadow: 2px -1px 2px rgba(0,0,0,0.08);
}
.fullViewDesignWrapper .owner-info,
.fullViewDesignWrapper .info-section{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.fullViewDesignWrapper .owner-info .avatar{
    margin-right: 15px;
    float: left;
}
.fullViewDesignWrapper .owner-info .avatar img{
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    height: 38px;
    width:38px;
}
.fullViewDesignWrapper .owner-info .rating{
    overflow: auto;
}
.fullViewDesignWrapper .owner-info .rating-container,
.fullViewDesignWrapper .owner-info .count{
    display: inline-block;
    vertical-align: middle;
}
.fullViewDesignWrapper .owner-info .rating-container{
    font-size: 16px;
}
.fullViewDesignWrapper .owner-info .rating-container .star{
    margin: 0 2px;
}
.fullViewDesignWrapper .infoMask .facts-list{
    list-style: none;
    padding: 0;
}
.fullViewDesignWrapper .infoMask .facts-list li{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.fullViewDesignWrapper .infoMask .facts-list li:not(:last-child){
    border-right: 1px solid #00aeef;
}
.fullViewDesignWrapper .properties-thumbnails,
.fullViewDesignWrapper .photos-thumbnails{
    list-style: none;
    margin: 5px -5px 0;
    padding: 0px;
}
.fullViewDesignWrapper .properties-thumbnails li,
.fullViewDesignWrapper .photos-thumbnails li{
    float: left;
    width: 20%;
    padding: 0 5px;
}
.fullViewDesignWrapper .properties-thumbnails li{
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
}
.fullViewDesignWrapper .properties-thumbnails li a,
.fullViewDesignWrapper .photos-thumbnails li a{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.fullViewDesignWrapper .properties-thumbnails li a{
    color: #000000;
}
.fullViewDesignWrapper .properties-thumbnails .property-img{
    position: relative;
    margin-bottom: 5px;
}
.fullViewDesignWrapper .properties-thumbnails .property-img:before{
    content: '';
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fullViewDesignWrapper .properties-thumbnails .property-img span{
    color: #fff;
    font-weight: 500;
    position: absolute;
    width: 100%;
    max-width: 70px;
    top: 50%;
    left: 50%;
    opacity:0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fullViewDesignWrapper .properties-thumbnails a:hover .property-img:before,
.fullViewDesignWrapper .properties-thumbnails a:hover .property-img span{
    opacity: 1;
}
.fullViewDesignWrapper .properties-thumbnails li img,
.fullViewDesignWrapper .photos-thumbnails li img{
    width: 100%;
}
.fullViewDesignWrapper .btn-default{
    background-color: #fbfbfb;
    border-color: #cccccc;
    color: #333333;
    padding: 6px 10px;
    margin-bottom: 15px;
}
.fullViewDesignWrapper .btn-default:hover{
    background-color: #e5e5e5;
    border-color: #cccccc;
    color: #333333;
}
.comments-box{
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.comments-box a{
    color: #333333;
}
.comments-box a:hover{
    color: #00aeef;
}
.comments-box .comment-box-inner{
    padding: 8px;
    overflow: hidden;
}
.comments-box .avatar{
    float: left;
    margin-right: 10px;
}
.comments-box .avatar img{
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 20px;
    height: 20px
}
.comments-box .comment-info{
    float: left;
    width: calc(100% - 30px);
}
.comments-box .name{
    font-size: 14px;
    font-weight: bold;
    display: inline;
}
.comments-box .action_list{
    list-style-type:none;
    padding-top: 3px;
    margin-bottom: 0;
}
.comments-box .action_list li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.comments-box .action_list li.time{
    color: #777;
}
.comments-box .action_list li a {
    color: #999;
}
.comments-box .action_list li a:hover{
    color: #00aeef;
}
.comments-box .comment-reply-list{
    background-color: #fbfbfb;
    list-style:none;
    margin: 0;
    padding: 0;
}
.comments-box .comment-reply-list > li:not(:first-child){
    border-top: 1px solid #e6e6e6;
}
.comments-box .toggle-comment{
    background: #f0f0f0;
    border-top: 1px solid #e6e6e6;
    padding: 2px 26px;
}
.comments-box .toggle-comment button{
    background: none;
    border: none;
    outline:none;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    color: #00aeef;
}
.comments-box .toggle-comment button:hover{
    color: #4cc6f4;
}
.comments-box .comment-area{
    background: #f0f0f0;
    padding: 10px 8px;
}
.comments-box .comment-area .comment-form{
    overflow: auto;
}
.comments-box .comment-area .comment-form textarea.form-control{
    font-size: 12px !important;
    padding: 2px 8px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    resize: none;
    height: 24px;
}
.fullViewDesignWrapper.fullView .imgWrapper{
    width: 100%;
}
.fullViewDesignWrapper.fullView .infoWrapper{
    right: -420px;
}
.modal-share-home-design ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal-share-home-design ul li{
    margin-bottom: 10px;
}
.modal-share-home-design ul li a{
    color: #000;
}
.modal-share-home-design ul li i{
    display: inline-block;
    width: 18px;
    text-align: center;
    margin-right: 10px;
}
.modal-share-home-design ul li a.facebook i{
    color: #3b5998;
}
.modal-share-home-design ul li a.twitter i{
    color: #00b3ea;
}
.modal-embed-home-design p{
    font-size: 14px;
}
.modal-embed-home-design h6{
    margin-bottom: 5px;
}
.modal-embed-home-design textarea.form-control{
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #efefef;
    font-size: 14px;
    margin-bottom: 10px;
}
.r92-content .widget #messageBox{
    background: #00A1DE;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    padding: 5px;
}
@media only screen and (min-width: 992px){
    .r92-card-row .view-m .r92-card-column,
    .r92-card-row[data-layout-view="l"] .r92-card-column{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .r92-card-row[data-layout-view="m"] .r92-card-column{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .r92-card-row[data-layout-view="s"] .r92-card-column{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .r92-card-row[data-layout-view="s"] .r92-card .r92-card-photo .r92-card-overlay-btn .btn span,
    .r92-card-row[data-layout-view="s"] .r92-card .r92-card-photo .save-photo,
    .r92-card-row[data-layout-view="m"] .r92-card .r92-card-photo .save-photo,
    .r92-card-row[data-layout-view="xl"] .r92-card .thumbnail-view-content,
    .r92-card-row[data-layout-view="single"] .r92-card .thumbnail-view-content,
    .r92-card-row:not([data-layout-view="xl"]) .r92-card .photo-details{
        display: none;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card{
        margin-bottom: 16px;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card-column:not(:first-child) .r92-card{
        border-top: 1px solid #e6e6e6;
        padding-top: 16px;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card{
        display: table;
        width:100%;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card r92-card-inner{
        display: table-row;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card .r92-card-photo,
    .r92-card-row[data-layout-view="xl"] .r92-card .r92-card-content{
        display: table-cell;
        vertical-align: top;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card .r92-card-photo{
        width: 550px;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card .r92-card-content{
        padding-left: 10px;
        padding-top: 0;
        position: relative;
    }
}
@media only screen and (max-width: 1199px){
    .dropdown-location .cities-list{
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}
@media only screen and (max-width: 991px){
    .dropdown-location .btn{
        display: none;
    }
    .dropdown-location .dropdown-menu{
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
    .dropdown-location .cities-list{
        width: calc(100vw - 215px);
        -webkit-columns: 172px 4;
        -moz-columns: 172px 4;
        columns: 172px 4;
    }
    .dropdown-location ul li{
        border-top: none !important;
    }
    .dropdown-location .country-list li{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 479px){
    .dropdown-location .dropdown-menu{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dropdown-location .country-list,
    .dropdown-location .cities-list{
        width: 100%;
    }
    .dropdown-location .cities-list{
        margin-top: 10px;
    }
}
/* End Home Design */
/* Start Rating */
.rating-container .filled-stars{
    -webkit-text-stroke: 0px;
    text-shadow: none;
}
/* End Rating */
/* Start Web UI Popover */
.webui-popover i.icon-refresh{
    background-size: cover;
    margin-top: -15px;
}
.webui-popover-card-popover .webui-popover-content{
    min-height:40px;
}
.webui-popover-card-popover{
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    border-radius: 0;
    max-width: 650px;
}
.webui-popover-card-popover .webui-popover-content{
    padding: 0;
}
.webui-popover-card-popover .webui-popover-content>div:first-child{
    width: 100% !important;
}
.card-popover-basic-info{
    height: 70px;
}
.card-popover-basic-info .basic-info-thumbnail{
    float: left;
    margin: 5px;
}
.card-popover-basic-info .basic-info-name,
.card-popover-basic-info .basic-info-other{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}
.card-popover-basic-info .basic-info-thumbnail img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    width: 60px;
    height: 60px;
}
.card-popover-basic-info .basic-info-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 5px 10px;
    overflow: hidden;
}
.card-popover-basic-info .basic-info-content a{
    color: #333;
}
.card-popover-basic-info .basic-info-rating .rating-container{
    font-size: 16px;
    line-height: 1;
}
.card-popover-basic-info .basic-info-content a:hover,
.card-popover-basic-info .rating-container .filled-stars{
    color: #00aeef;
}
.card-popover-basic-info .basic-info-other{
    color: #808080;
    font-size: 13px;
}
.card-popover-basic-info .basic-info-other-item + .basic-info-other-item{
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid gray;
}
.card-popover-stats{
    border-top: 1px solid #ccc;
}
.card-popover-stats .card-popover-cell{
    float: left;
    width: 85px;
    height: 40px;
    text-align: center;
    position: relative;
}
.card-popover-stats .card-popover-cell +  .card-popover-cell{
    border-left: 1px solid #ccc;
}
.card-popover-stats .card-popover-cell-follow{
    width: auto;
    min-width: 70px;
    padding-left: 5px;
    padding-right: 5px;
}
.card-popover-stats .card-popover-count{
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    line-height:16px;
}
.card-popover-stats .card-popover-item {
    font-size: 11px;
    color: #808080;
}
.card-popover-stats .card-popover-cell a{
    color: #333;
}
.card-popover-stats .card-popover-cell a:hover{
    color: #00aeef;
}
.card-popover-stats .card-popover-cell-follow .btn{
    background-color: #fafafa;
    border: 1px solid #cccccc;
    color: #ababab;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 9px;
    padding: 1px 7px;
}
.card-popover-stats .card-popover-cell-follow .btn:hover{
    background-color: #e7e7e7;
    color: #4d4d4d;
}
/* End Web UI Popover */
/* Start Mortgages Page */
.mortgages_guide.active .fa,
.agent-finder-form .btn.active .fa{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box{
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px 15px 0;
    margin-bottom: 20px;
}
.mortgages-guide-content{
    display: none;
}
.mortgages-form,
.agent-finder-form,
.finder-box{
    margin-bottom: 0;
}
/* End Mortgages Page */
/* Start Agent Finder Page */
.advance-search-options{
    background-color: #d9f0f9;
    position: relative;
    padding: 15px 15px 0;
}
.advance-search-options .form-group{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 100%;
    max-width: 150px;
}
.advance-search-options .form-group.to{
    max-width: 15px;
}
.advance-search-options .form-group:last-child{
    margin-right: 0;
}
.agent-finder-form .advance-search-options{
    display: none;
}
.radio-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.radio-list li{
    float: left;
    padding-top: 14px;
}
.radio-list li label{
    margin-bottom: 0;
}
.featured-contact{
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
.featured-contact .featured-contact-image{
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 90px;
    float: left;
    pointer-events: none;
    position: relative;
    overflow: hidden;
    width: 90px;
}
.featured-contact .featured-contact-image img{
    border-radius: 50%;
}
.featured-contact .featured-contact-summary{
    padding-left: 20px;
    overflow: auto;
}
.featured-contact h3{
    margin-bottom: 10px;
}
.featured-contact h3 a{
    display: block;
    width: 100%;
    color: #444;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index:1;
}
.featured-contact .featured-rating{
    margin-bottom: 10px;
    position: relative;
    z-index:1;
}
.featured-contact .featured-rating .rating-container{
    line-height: 1;
    font-size: 20px;
    pointer-events: none;
}
.featured-contact .rating-container .empty-stars,
.featured-contact .rating-container .filled-stars{
    color: #03c04a;
}
.featured-contact .featured-number{
    font-size: 16px;
}
.featured-contact .bg-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.review-result{
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    word-spacing: -4px;
}
.review-result:first-child{
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.review-result .col{
    display: inline-block;
    vertical-align: middle;
    word-spacing: initial;
}
.review-result .col{
    width: 31%;
}
.review-result .col:nth-child(2){
    text-align: center;
}
.review-result .col:last-child{
    width: 38%;
}
.review-result p{
    font-size: inherit;
    margin-bottom: 0;
}
.review-contact{
    display: table;
    width: 100%;
}
.review-contact .review-contact-inner{
    display: table-row;
}
.review-contact .review-contact-photo,
.review-contact .review-contact-summary{
    display: table-cell;
    vertical-align: middle;
}
.review-contact .review-contact-photo{
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 120px;
    width: 120px;
    position: relative;
}
.review-contact .review-contact-photo img{
    width: 100%;
}
.review-contact .review-contact-summary{
    padding-left: 15px;
}
.review-contact .review-rating .rating-container{
    font-size: 16px;
}
.review-contact .review-rating .empty-stars,
.review-contact .review-rating .filled-stars{
    color: #03c04a;
}
.fine-print,
.review-result .fine-print{
    font-size: 12px;
}
.review-result .review-map-wrapper{
    display: inline-block;
    width: 100%;
    max-width: 265px;
    position: relative;
}
.review-result .review-map-wrapper .review-map{
    background-image: url("../images/road.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 110px;
}
.review-result .review-map-wrapper .review-map-label{
    text-align: left;
}
.review-result .review-map-wrapper .review-business-name{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.review-result .review-map-wrapper .review-map-list{
    background-color: rgba(98,174,247,.9);
    color: #fff;
    top: 24px;
    left: 0;
    height: 110px;
    line-height: 36.67px;
    padding: 1px 30px 0 10px;
    padding-right: 0;
    min-width: 135px;
    position: absolute;
    text-align: left;
}
.review-result .review-map-wrapper .review-map-list:after{
    content: "";
    border-left: 15px solid rgba(98,174,247,.9);
    border-bottom: 110px solid transparent;
    border-top-width: 200px;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -15px;
}
.review-result .review-map-wrapper .review-map-list p{
    line-height: 46px;
}
.review-result .review-excerpt{
    padding-right: 50px;
    text-align: center;
}
.review-result .right-arrow{
    color: #000;
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    height: 28px;
    font-size: 28px;
    margin: auto;
}
.review-result .right-arrow i{
    vertical-align: top;
}
.review-result .right-arrow:hover{
    color: #00aeef;
}
.houzez-module.review_filter .bootstrap-select{
    width: auto  !important;
}
.houzez-module.review_filter .bootstrap-select > .dropdown-toggle {
    border: none;
    color: #000;
    font-size: inherit;
    font-weight: 500;
    height: auto;
    padding-right: 26px;
    margin-left: 0px;
    padding-left: 0;
}
/* End Agent Finder Page */
.houzez-module .bootstrap-select > .dropdown-toggle {
    padding-right: 24px;
}
.dropdown-skills .btn{
    background: #fff;
    border: 1px solid #cccccc;
    color: #959595;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.dropdown-skills .btn:after {
    content: '';
    position: absolute;
    background: #fff;
    right: 1px;
    top: 2px;
    bottom: 2px;
    width: 15px;
    z-index: 1;
}
.dropdown-skills .btn .caret{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    z-index: 3;
}
.dropdown-skills .dropdown-menu{
    min-width: 250px;
}
.dropdown-skills .dropdown-menu .dropdown-item{
    display: block;
    padding: 5px 10px
}
.dropdown-skills .dropdown-menu .rating-container{
    display: inline-block;
    font-size: 15px;
    float: right;
    margin-top: 1px;
}
.breadcrumb-bottom{
    padding-top: 0;
    margin-bottom: 15px;
}
.profile-header{
    margin-bottom: 15px;
}
.profile-header .image-holder{
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 10px;
}
.profile-header .image-holder img{
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.profile-header .profile-header-info{
    border-left: 5px #aaa solid;
    font-size: 15px;
    float: left;
    width: calc(100% - 170px);
}
.profile-header .profile-header-info h1{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.profile-header .profile-header-info .dropdown{
    display: inline-block;
    margin-left: 5px;
}
.profile-header .profile-header-info .list-unstyled{
    background-color: #eee;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
}
.profile-header .rating-star-wrapper{
    margin-right: 5px;
}
.profile-header .rating-star-wrapper i{
    color: #03c04a;
    font-size: 25px;
    position: relative;
    top: 2px;
    vertical-align: top;
}
.profile-header .rating-star-wrapper .rating-top{
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    line-height: 1em;
}
.profile-header .rating-star-wrapper .rating-bottom{
    font-size: 13px;
    color: #aaa;
}
.profile-header .profile-header-info .btn{
    margin-left: 10px;
    margin-right: 10px;
}
.profile-map,
.listing-property{
    margin: 30px 0;
}
.profile-map h3{
    float: left;
}
.profile-map-legend {
    float: right;
}
.profile-map-legend li{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}
.profile-map-legend li .icon-for-sale{color: #fc384a;}
.profile-map-legend li .icon-for-rent{color: #a357de;}
.profile-map-legend li .icon-recently-sold{color: #fce013;}
.property-listing-table{
    background: #ffff;
    padding: 10px 0 0;
}
.property-listing-table .listing-row{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: -4px;
}
.property-listing-table .listing-row [class^="col-"],
.property-listing-table .listing-row [class*="col-"]{
    display: inline-block;
    letter-spacing: normal;
    float: none;
    word-spacing: normal;
    vertical-align: middle;
    text-rendering: auto;
    padding: 0 10px;
}
.property-listing-table .listing-row-head strong{
    color: #aaa;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.property-listing-table .photo-wrapper .image{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 100px;
}
.property-listing-table .photo-wrapper .image img{
    height: 80px;
    max-width: 100%;
}
.property-listing-table .photo-wrapper .address{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
}
.data-list-inline{
    font-size: 0;
    margin-bottom: 0;
}
.data-list-inline dt,
.data-list-inline dd{
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: top;;
}
.data-list-inline dt{
    width: 40%;
}
.data-list-inline dd{
    padding-left: 10px;
    word-wrap: break-word;
    width: 60%;
}
.dropdown-report .dropdown-menu{
    min-width: 240px;
    padding: 10px 10px 0;
}
.dropdown-report .dropdown-menu .btn{
    margin-left: 0;
}
.review-holder{
    background: #fff;
    padding: 15px;
}
.review{
    border-bottom:1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.review h3{
    position: relative;
}
.review h3 .rating-container{
    display: inline;
    font-size: 1.3em;
    margin-right: 5px;
    line-height: 1;
}
.review .rating-container .star{
    margin: 0 1px;
}
.review .rating-container .empty-stars,
.review .rating-container .filled-stars{
    color: #03c04a;
}
.review h3 .modal-opener{
    cursor: pointer;
    position: absolute;
    right: 0;
    top:5px;
}
.review .review-meta{
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 15px;
}
.review-sub-rating {
    list-style: none;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 15px;
}
.review-sub-rating label{
    display: block;
    float: left;
    width: 10em;
    font-weight: 300;
    margin-bottom: 0;
}
.review-sub-rating .rating-container {
    font-size: inherit;
    line-height:1;
}
.review-holder + .pagination-main{
    margin: 15px 0;
}
.review-holder + .pagination-main .pagination{
    text-align: left;
}
.services-areas{
    list-style: none;
    padding: 0;
    margin:0 -15px 15px;
}
.result-map .btn,
.result-map .embed-responsive{
    margin-bottom: 15px;
}
.result-map .embed-responsive{
    display: none;
}
@media only screen and (min-width: 768px) {
    .header-search .dropdown-more .form-horizontal .form-group-sm .control-label {
        padding-right: 0;
    }
    .header-search .dropdown-more .area-field .control-label{
        padding-top: 0;
    }
    .header-search .dropdown-more .control-label{
        width: 130px;
    }
    .header-search .dropdown-more .control-label + div{
        width: calc(100% - 130px);
    }
    .login-register-block.block-lg{
        max-width: 700px;
    }
    .two-column .input-icon{
        width: 50%;
        float: left;
    }
    .two-column .input-icon:nth-child(2):not(.full){
        border-top: none;
    }
    .two-column .input-icon:nth-child(odd){
        border-right: 1px solid #ccc;
    }
    .two-column .input-icon.full{
        width: 100%;
    }
    .two-column .input-icon.full:last-child{
        border-right: none;
    }
    .modal-property .modal-content{
        margin-bottom: 70px;
    }
    .listing-property .pagination-main{
        float: left;
    }
    .review h3{
        padding-right: 25px;
    }
    .finder-box .btn{
        margin-top: 27px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .radio-list li{
        min-height: 50px;
    }
}
@media only screen and (min-width: 992px) {
    /*.navi > ul > li:not(:last-child):after{*/
    /*content: '';*/
    /*border-right: 1px solid #333;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*height: 20px;*/
    /*margin-left: -4px;*/
    /*}*/
    .navi > ul > li > a{
        position: relative;
    }
    .navi > ul > li:not(:last-child) > a:after{
        content: '';
        background-color: #333;
        display: block;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        margin: auto;
    }
    .navi ul li,
    .navi ul ul li{
        font-size: 14px;
    }
    .navi > ul > li > a,
    .navi > ul ul a{
        color: #333;
    }
    .navi > ul > li > a{
        padding: 0 5px;
    }
    .navi > ul .has-child > a:after{
        display: none;
    }
    .navi ul ul li{
        font-weight: 300;
        border-bottom: none;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu > li > a{
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu  .sub-menu  > li > a{
        padding: 0 15px;
    }
    .header-section-4 .header-left .navi{
        margin-left: 15px;
    }
    .header-section-4 .navi > ul > li{
        font-weight: 300;
    }
    .header-section-4 .navi > ul > li > a{
        color: #333;
    }
    .header-section-4 .navi > ul > li > a,
    .header-section-4 .header-right .user {
        line-height: 50px;
    }
    .header-main .container,
    .navi > ul > li{
        position: initial !important;
    }
    .mega-dropdown{
        background: #fff;
        border-top: 1px solid #333;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
        position: absolute;
        left:0;
        top:80px;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: -1;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .navi > ul > li.active > .mega-dropdown,
    .navi > ul > li:hover > .mega-dropdown{
        top:51px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        z-index: 999;
        transition: all 1s ease-in-out;
    }
    .navi .houzez-megamenu > .mega-dropdown .sub-menu{
        box-shadow: none;
        top: auto;
        width: auto;
        right: auto;
        position: initial;
    }
    .navi .houzez-megamenu:hover > .mega-dropdown .sub-menu{
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .navi .houzez-megamenu:hover{
        -webkit-transition: all 5.3s ease-in-out!important;
        -moz-transition: all 5.3s ease-in-out!important;
        transition: all 5.3s ease-in-out!important;
        transition-timing-function: ease-in-out!important;
        transition-delay: 6s;
        /* display: none!important; */
        }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu{
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        box-shadow: none;
        min-width: 140px;
        width: 100% !important;
        max-height: none;
        max-width: 970px;
        padding: 0 0 0 120px;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        overflow: hidden;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu > li{
        -webkit-flex-preferred-size: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-flex-basis: auto;
        min-width: 160px;
        padding: 15px 0px !important;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu > li:not(:last-child){
        border-right: 1px solid #ccc !important;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu .nav-link-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        text-align: left;
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu .nav-link-section .list-drawer {
        display: list-item!important;
    }
    .header-search .search-from {
        width: 250px;
        border-right: 1px solid #fff;
        float: left;
    }
    .map-content-wrapper{
        margin-right: 390px;
    }
    .map-content-wrapper .map-content {
        width: 390px;
        box-shadow: -2px -1px 5px 0 rgba(0,0,0,.4);
    }
    .map-content-wrapper.single-column{
        margin-right: 0px;
    }
    .map-content-wrapper.single-column .map-content{
        width: 0px;
    }
    .property-list > li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-content-wrapper .r92-tab > li + li {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .navi ul li,
    .navi ul ul li{
        font-size: 15px;
    }
    .navi > ul > li > a{
        padding: 0 10px;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu {
        max-width: 1170px;
        padding-left: 126px;
    }
    .map-content-wrapper{
        margin-right: 50%;
    }
    .map-content-wrapper .map-content {
        width: 50%;
    }
    .map-content-wrapper.single-column{
        margin-right: 390px;
    }
    .map-content-wrapper.single-column .map-content {
        width: 390px;
        display: block;
    }
    .map-content-wrapper:not(.single-column) .r92-tab > li + li {
        padding-left: 30px;
    }
    .map-content-wrapper .property-list > li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .map-content-wrapper.single-column .property-list > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .agent-finder-form .btn-toggle{
        margin-top: 27px;
    }
}
@media only screen and (min-width: 1500px){
    .map-content-wrapper{
        margin-right: 44%;
    }
    .map-content-wrapper .map-content {
        width: 44%;
    }
}
@media only screen and (max-width: 1199px) {
    .journey-text-block{
        padding: 0;
    }
    .header-search .toolbar > li > .btn,
    .header-search .toolbar > li > .dropdown > .btn,
    .header-search .toolbar > li > .btn-group > .btn{
        font-size: 12px;
        padding: 0 5px;
    }
    .r92-card-row[data-layout-view="xl"] .r92-card .r92-card-photo{
        width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .no-child .sub-menu .sub-menu{
        display: block !important;
    }
    .no-child .sub-menu .expand-me,
    .nav-link-section .expand-me{
        display: none !important;
    }
    .header-search .action-bar{
        padding-left: 0;
        height: auto;
    }
    .header-search .search-from{
        border-bottom: 1px solid #fff;
    }
    .ts-home-search .banner-search-main .form-group .search{
        margin-bottom: 0;
    }
    .ts-home-search .banner-search-main .form-group .search,
    .banner-search-main .form-group .search-btn{
        display: table-cell;
    }
    .custom-input-file input + label span,
    .custom-input-file input + label strong{
        line-height:50px;
    }
    .map-content-wrapper{
        margin-right: 0;
        height: calc(100vh - 161px);
    }
    .map-content-wrapper .map-content{
        display: block;
        width: 100%;
    }
    .map-content-wrapper.single-column .map-content{
        display: none;
    }
    .map-list-toggle{
        z-index: 2;
    }
    .property-card-inline .property-highlights{
        margin-bottom: 15px;
    }
    #r92-section-body{
        padding-top: 15px;
    }
    .home-design-sidebar,
    .home-design-content{
        width: 100%;
        margin-bottom: 15px;
    }
    .home-design-sidebar{
        margin-right: 0;
        overflow-x: auto;
        white-space: nowrap;
    }
    body.filter-accordion-toggle{
        overflow: hidden;
    }
    .accordion{
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: inline-block;
    }
    .accordion + .accordion{
        margin-left: 5px;
    }
    .accordion .accordion-title{
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        padding: 7px 10px 7px 12px;
    }
    .accordion .accordion-title:hover {
        color: #000;
    }
    .accordion .accordion-title .fa{
        margin-left: 2px;
    }
    .accordion .accordion-content{
        display: none;
        background: #fff;
        height: calc(100% - 45px);
        overflow: auto;
    }
    .accordion .accordion-content,
    .accordion .accordion-content .r92-checkbox {
        font-size: 15px;
    }
    .accordion .accordion-content ul,
    .accordion .accordion-content .r92-checkbox{
        margin-bottom: 0;
    }
    .accordion .accordion-content ul li{
        border-top: 1px solid #e5e5e5;
    }
    .accordion .accordion-content > ul > li:first-child{
        border-top: none;
    }
    .accordion .accordion-content > ul > li:last-child{
        border-bottom: 1px solid #e5e5e5;
    }
    .accordion-room ul ul {
        padding-left: 0;
    }
    .accordion .accordion-content .r92-checkbox{
        padding: 10px 15px 10px 45px;
    }
    .accordion .accordion-content .r92-checkbox span{
        top:12px;
        left:25px;
    }
    .accordion .accordion-content .list-short-view{
        max-height: 100%;
        overflow: inherit;
    }
    .accordion .accordion-content .info-circle,
    .accordion .accordion-content .see-more-link{
        display: none;
    }
    .accordion .colors-list{
        white-space: normal;
    }
    .accordion .colors-list li{
        margin: 10px;
        padding: 0 !important;
        border: none !important;
    }
    .accordion .colors-list li a{
        height: 30px;
        width: 30px;
    }
    .accordion-room a{
        padding: 10px 25px;
    }
    .accordion-room ul ul a{
        padding-left: 35px;
    }
    .accordion.accordion-toggle{
        background: #fff;
        position: fixed;
        left:0;
        top: 75px;
        bottom: 0;
        margin-left: 0;
        width: 100%;
        z-index: 3;
    }
    .accordion.accordion-toggle:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    .accordion.accordion-toggle .accordion-title{
        border-radius: 0;
        border-width: 0 0 1px;
        font-size: 17px;
        padding: 10px 15px;
    }
    .accordion.accordion-toggle .accordion-title .fa{
        float: right;
        color: #000;
        margin-top: 2px;
    }
    .accordion.accordion-toggle .accordion-title .fa:before{
        content: "\f00d";
    }
    .accordion.accordion-toggle .accordion-content{
        display: block;
    }
    .r92-card-row .r92-card-column{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .r92-card-row .r92-card .r92-card-photo {
        width: 100% !important;
    }
    .r92-card .r92-card-photo .r92-card-overlay-btn{
        position: relative;
        opacity: 1;
        bottom: auto;
        margin: 10px 0 5px;
    }
    .r92-card .r92-card-photo .r92-card-overlay-btn .btn{
        float: right;
        box-shadow: none;
    }
    .r92-card .r92-card-photo .r92-card-overlay-btn .btn:first-child{
        border-color: #cccccc;
    }
    .r92-card .r92-card-photo .r92-card-overlay-btn .btn:first-child span{
        display: none;
    }
    .r92-card .r92-card-photo .r92-card-overlay-btn .btn + .btn{
        color: #fff;
        background-color: #ff6e00;
        border-color: #ff6e00;
        margin-right: 10px;
        margin-left: 0;
        width: calc(100% - 60px);
    }
    .r92-card .r92-card-photo .r92-card-overlay-btn .btn + .btn:hover{
        color: #fff;
        background-color: #e66300;
        border-color: #e66300;
    }
    .webui-popover-card-popover,
    .r92-card .r92-card-content .thumbnail-view-content{
        display: none !important;
    }
    .r92-card .r92-card-content .photo-details{
        display: block !important;
    }
    .r92-card .bottom-content{
        position: relative;
        bottom: auto;
        padding-left:0;
    }
    .advance-search-options .form-group{
        max-width: 120px;
    }
    .review-contact{
        margin-bottom: 15px;
    }
    .review-result .col{
        width: 50%;
    }
    .review-result .col:last-child{
        width: 100%;
    }
    .review-result .review-excerpt{
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
    }
    .review-result .right-arrow{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .ts-home-search .banner-search-main{
        width: 100%;
        max-width: calc(100% - 30px);
    }
    .ts-home-search .banner-caption{
        top:45%;
    }
    .ts-home-search .splash-footer{
        padding: 15px;
    }
    .ts-home-search .splash-footer .splash-foot-left,
    .ts-home-search .splash-footer .splash-foot-right{
        text-align: center;
    }
    .r92-tab > li + li {
        padding-left: 15px;
    }
    .property-card .property-card-body h6{
        font-size: 10px;
        line-height: 1.42857143;
    }
    .modal-property .modal-dialog{
        margin: 0;
        padding: 0;
    }
    .modal-property .modal-content {
        margin-bottom: 30px;
    }
    .modal-property .action-bar{
        left: 0;
        right: 0;
    }
    .r92-tab .r92-breadcrumbs-wrapper,
    .r92-summary .calculator-launch-menu{
        display: none;
    }
    .panel.panel-toggle .panel-title{
        font-size: 22px;
    }
    .modal .action-bar .toolbar:not(.right) > li:first-child{
        display: none;
    }
    .toolbar > li > .btn {
        font-size: 11px;
        height: 50px;
        line-height: initial;
        padding: 0 7px;
    }
    .toolbar > li > .btn .fa{
        font-size: 14px;
    }
    .toolbar > li > .btn > span{
        display: block;
        margin-top: 5px;
    }
    .header-search .search-from {
        padding: 4px;
    }
    .header-search .action-bar .toolbar{
        float: none;
    }
    .header-search .toolbar > li{
        width: 33.3333%;
        position: initial;
    }
    .header-search .toolbar.right > li{
        width: 50%;
    }
    .header-search .toolbar > li > .btn,
    .header-search .toolbar > li > .dropdown > .btn,
    .header-search .toolbar > li > .btn-group > .btn{
        border-bottom: 1px solid #fff;
        line-height:30px;
        height:auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    .header-search .toolbar > li > .btn > span{
        margin-top: 0;
    }
    .header-search .bootstrap-select .btn .filter-option {
        width: calc(100% - 20px);
        text-align: center;
    }
    .header-search .dropdown-price, .header-search .dropdown-more{
        position: inherit;
    }
    .header-search .dropdown-price .dropdown-menu, .header-search .dropdown-more .dropdown-menu{
        min-width: inherit;
        max-width: 99%;
        width: 99%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .property-card-inline .property-card-header{
        max-width: 100%;
    }
    .property-card-inline .home-stats li {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .map-content-wrapper {
        height: calc(100vh - 196px);
    }
    .advance-search-options .form-group{
        display: block;
        max-width: 100%;
    }
    .review-result .col{
        width: 100%;
    }
    .dropdown-skills .dropdown-menu{
        min-width: 100%;
    }
    .property-listing-table .listing-row [class^="col-"],
    .property-listing-table .listing-row [class*="col-"]{
        vertical-align: top;
    }
    .property-listing-table .photo-wrapper .image{
        width: 50px;
        margin-right: 10px;
    }
    .property-listing-table .photo-wrapper .image img{
        max-height: 40px;
    }
    .property-listing-table .photo-wrapper .address {
        width: calc(100% - 65px);
    }
    .past-listing .date{
        margin-left: 63px;
    }
}
@media only screen and (max-width: 576px) {
    .property-list > li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature-list-wrapper li{
        width: 50%;
    }
    .fact-container-column{
        -webkit-column-count: 1;
        column-count: 1;
    }
    .property-card-inline .property-info{
        margin-bottom: 10px;
    }
    .property-card-inline .property-info,
    .property-card-inline .property-stats{
        width: 100%;
    }
    .property-card-inline .property-stats{
        text-align: left;
    }
    .profile-header .image-holder {
        margin: 0 auto 20px;
        float: none;
    }
    .profile-header .profile-header-info{
        width: 100%;
        border-left: none;
        float: none;
        text-align: center;
    }
    .profile-header .profile-header-info .dropdown-report{
        display: none;
    }
    .profile-header .profile-header-info .list-unstyled{
        display: block;
    }
    .profile-header .profile-header-info .btn{
        margin: 0 0 10px;
        display: block;
    }
}
@media only screen and (max-width: 379px) {
    .profile-map-legend{
        display: none;
    }
}
#chatter #chatter_header h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 100px;
}
.suggestions {
    width: 100%;
    max-height: 150px;
    overflow: auto;
}
.suggestions .dropdown-item{
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 5px 24px;
    clear: both;
    line-height: 1.6;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.suggestions .dropdown-item:focus,
.suggestions .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.suggestions .dropdown-item.active,
.suggestions .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}


/* Start Modals */
.modal .profile-image{
    border: 2px solid #fff;
    box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.39);
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 15px;
}
.modal .profile-info{
    overflow: auto;
    font-size: 14px;
}
.modal .profile-info strong{
    font-size: 16px;
}
.modal .profile-info ul{
    margin-top: 10px;
}
.modal .profile-info ul li{
    position: relative;
    padding-left: 20px;
}
.modal .profile-info ul li i{
    position: absolute;
    left:0;
    top:2px;
    width: 15px;
    text-align: center;
}
.modal-rating-review .profile-image{
    height: 120px;
    float: none;
    margin-bottom: 15px;
    width: 120px;
}
.modal-rating-review .profile-image img{
    width: 100%;
}
.modal-rating-review .rating-list{
    font-size: 16px;
    line-height: 24px;
}
.modal-rating-review .rating-list li{
    margin-bottom: 10px;
}
.modal-rating-review .rating-list .skill-star-rating{
    font-size: 24px;
}
.modal-rating-review .rating-list .skill-star-rating .rating-container{
    font-size: inherit;
}
.modal-rating-review .rating-list .skill-star-rating .rating-container .empty-stars,
.modal-rating-review .rating-list .skill-star-rating .rating-container .filled-stars {
    color: #03c04a;
}
.modal .property-info-modal{
    max-height: calc(100vh);
    overflow-y: scroll;
}

#the-type-box li{
    cursor: pointer;
}

#the-type-box li:hover{
    color:#0074e4;
}

.selected-raja{
    color:#0074e4;
}
.input-danger{
    border-color: red;
}
/* End Modals */
.danda{
    color:gray;
}
.single-line-hider{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.color_agent_sale:before{
    background-color: #FC384A !important;
}
.color_ind_sale:before{
    background-color: #336600 !important;
}
.color_agent_rent:before{
    background-color: #985DFF !important;
}
.color_ind_rent:before{
    background-color: #FFD237 !important;
}


.color_agent_sale_x{
    background-color: #FC384A !important;
}
.color_ind_sale_x{
    background-color: #336600 !important;
}
.color_agent_rent_x{
    background-color: #985DFF !important;
}
.color_ind_rent_x{
    background-color: #FFD237 !important;
}

div.pagination-main > ul > li.page-item.active > span.page-link,
div.pagination-main > ul > li.page-item.disabled > span.page-link{
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: center;
    margin-right: 1px !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
}

.zoom_select2_holder .select2{
    width: 100% !important;
}

/** Shahid star rating **/


.rating-wala > input { display: none; }
.rating-wala > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating-wala > .half:before {
  content: "\f089";
  position: absolute;
}

.rating-wala > label {
  color: #ddd;
 float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating-wala > input:checked ~ label, /* show gold star when clicked */
.rating-wala:not(:checked), /* hover current star */
.rating-wala:not(:checked) ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating-wala > input:checked, /* hover current star when changing rating */
.rating-wala > input:checked ,
current selection */
.rating-wala > input:checked ~ label { color: #FFED85;  }
