@charset "UTF-8";

/*------------------------------------------------------------------
[Table of contents]

1. Custom responsive
2. Selectpicker
3. Pagination
4. Agencies corousel
5. Worldmapgenerator
6. Treefield categories
7. Shop
8. Custom elements
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Custom responsive]
*/


/* Extra small devices (portrait phones, less than 34em)*/

@media (max-width: 33.9em) {
    .properties-filter {
        margin-top: 5px;
    }
    /*.section {
        padding-top: 40px;
        padding-bottom: 40px;
    }*/
    .section-title {
        /* margin-bottom:40px;*/
    }
    .sidebar-right {
        padding-top: 15px;
    }
    .header-slider .carousel .carousel-inner .item {
        height: 350px;
    }
    .agents-corousel-item a.agent-name {
        font-size: 18px;
    }
    .agents-corousel-item .agent-logo img {
        width: auto;
    }
    .carousel-caption .carousel-caption-title {
        font-weight: 600;
        font-family: 'Open Sans Light', sans-serif;
        font-size: 18px;
        margin-bottom: 35px;
        position: relative;
        text-transform: uppercase;
    }
    .carousel-caption .carousel-caption-title .line-bottom,
    .carousel-caption p {
        display: none;
    }
    .carousel-caption .btn {
        margin-top: 5px;
    }
    .carousel-caption {
        bottom: 0px;
    }
    .carousel .carousel-caption {
        top: 55%;
    }
    .header-slider .carousel-indicators {
        display: none;
    }
    .header .social-nav a:last-child {
        margin-right: 0;
    }
    .section-title span:after,
    .section-title span:before {
        display: none;
    }
    .agents-listing .agent-card {
        height: initial;
    }
    .agents-listing .agent-card .img-circle-cover {
        margin: 0 auto;
    }
    .agents-listing .agent-card .media-left {
        display: block;
        max-width: initial;
        padding-right: 0;
        text-align: center;
    }
    .agents-listing .agent-card .media-right {
        display: block;
        text-align: center;
    }
    .checkbox-box-main .checkbox-inline {
        display: block;
    }
}

@media (max-width: 767px) {
    .btn-search {
        display: block;
        width: 100%;
    }
    .container-full-xs {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .menu .dropdown-menu {
        left: 0;
    }
    .lang-manu {
        float: left;
        margin: 0px 15px;
        padding-top: 0;
    }
    .box-navigaion {
        float: none;
        width: 100%;
    }
    .box-navigaion .navbar-header {
        float: left;
        padding-left: 15px;
    }
    .menu .nav>.nav-item .nav-link:not(.dropdown-toggle):hover:after {
        -webkit-transform: scaleX(0.3);
        transform: scaleX(0.3);
    }
    .news .card .news-thumbnail {
        height: 40vw;
    }
    body .header .top-bar .container .pull-right {
        float: none !important;
        margin: 0 auto;
    }
    .widget-agents-listing .agents-listing {
        text-align: center;
    }
    .agents-listing .agent-card {
        display: inline-block;
        text-align: left;
        margin: 10px 0;
    }
    .widget-agents-listing .agents-listing {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .section.page-body .container>.row>div {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .pull-sm-up {
        width: auto;
    }
}


/* Medium devices (tablets, less than 62em)*/

@media (min-width: 992px) {
    .pull-md-up {
        width: auto;
    }
    #form-addittional .col-md-1.form-group {
        display: none;
    }
    body .container-side-version .header .websitetitle,
    body .container-side-version .header .top-bar .pull-right {
        margin-right: 5px;
    }
    body:not(.boxed) .container-side-version .header .websitetitle,
    body:not(.boxed) .container-side-version .header .top-bar .pull-right {
        margin-right: 20px;
    }
    body.full-width .custom-palette .custom-palette-box,
    body.full-width .container .header-inner,
    body.full-width .container .top-bar {
        padding-left: 20px
    }
    body .container-side-version .footer .footer-bottom .container,
    body:not(.boxed) .container-side-version section:not(.header-inner) .container,
    body.boxed .container-side-version .footer .container.footer-contant,
    body .container-side-version section:not(.header-inner) .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    body.full-width .footer .container.footer-contant {
        padding-left: 5px;
        padding-right: 5px;
    }
    body.boxed .container-side-version .header .top-bar ul,
    body.boxed .container-side-version .logo {
        margin-left: 5px
    }
}


/* Large devices (desktops, less than 75em) */

@media (min-width: 1200px) {}


/* Extra small devices (portrait phones, less than 34em) */

@media (max-width: 33.9em) {
    .vcontainer {
        height: 250px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    body .header-slider .carousel .carousel-inner .item {
        height: 300px;
    }
    body .carousel .carousel-caption {
        top: 50%;
    }
    body .carousel.slider-full-height .carousel-caption {
        bottom: inherit;
    }
    body .carousel-caption {
        bottom: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-nav li.nav-item {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .menu .nav-link {
        padding: 10px 15px;
    }
    .navbar-nav .dropdown-menu {
        border: 0;
        position: inherit;
        text-align: center;
        width: 100%;
    }
    .menu {
        margin-left: 0;
        float: none;
        width: 100%;
    }
    body .menu .dropdown-menu.dropdown-menu-property {
        margin-top: -2px;
    }
    .property-card {
        height: initial;
        overflow: visible;
    }
    body .invoice-totals table {
        float: none;
        width: 100%;
    }
    .section-ads {
        display: none;
    }
    .section.page-body {
        text-align: center;
    }
    .section.page-body .container {
        max-width: 580px;
    }
    .section.page-body .container>.row>div {}
    .footer .footer-contant {
        text-align: center;
    }
    .footer .list {
        padding-left: 0;
        max-width: 768px;
        margin: 0 auto;
    }
    .footer .list.list-hours {
        text-align: left;
        position: relative;
    }
    .footer .list.list-hours:after,
    .footer .list.list-hours:before {
        content: '';
        position: absolute;
        top: 0;
        border-bottom: 1px solid #90949c;
    }
    .footer .list-contact {
        padding-bottom: 80px;
    }
    .footer .social ul {
        margin-left: 0;
    }
    .top-bar .pull-left {
        display: none;
    }
    .images-gallery li .preview-img {
        border: 1px solid #A1A5AD;
        height: 40vw;
        max-height: 320px;
    }
    body div.treefield-card {
        min-height: initial;
    }
    body.boxed .logo {
        padding-left: 10px;
    }
    body.full-width .container .header-inner,
    body.full-width .container .top-bar {
        padding-left: 0;
    }
    .widget-contactform .form-additional .btn {
        width: 100%;
    }
    .header-hover .top-box .logo .logo-bottom {
        display: none;
    }
    body .btn-scoll-up.btn {
        right: 15px;
    }
    body .worldmapgenerator .Cbox .quickLink span {
        width: 110px;
        margin-left: 0;
    }
    body .worldmapgenerator .Cbox .quickLink span:nth-child(2n) {
        width: 95px;
    }
    body .worldmapgenerator .Cbox .quickLink {
        max-width: 280px;
    }
    .pull-left-img,
    .pull-right-img {
        float: none;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 300px;
    }
    .widget-property .pull-right-img {
        margin-top: 0;
    }
}


/* Medium devices (tablets, less than 62em)*/

@media (max-width: 991px) {
    .section.page-body .content-image {
        text-align: center;
        width: initial;
        display: block;
        float: none;
    }
    .section.page-body .content-image~div {
        width: 100%;
        text-align: center;
    }
    .section.page-body .content-image img {
        height: initial;
    }
    body.full-width .container .header-inner,
    body.full-width .container .top-bar {
        padding-left: 0;
    }
    .search-additional-btn {
        min-width: 68px;
    }
    div.treefield-card {
        min-height: 490px;
    }
    .widget.widget-ads-right {
        display: none;
    }
    .navbar {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
    .news .card .news-thumbnail {
        height: 30vw;
        margin-bottom: 20px;
    }
    .sidebar-right {
        padding-top: 0px;
    }
    .property-card .property-card-header {
        height: 35vw;
        max-height: 250px;
        min-height: 145px;
    }
    .header-slider .carousel .carousel-inner .item {
        height: 460px;
    }
    .carousel-caption {
        bottom: initial;
    }
    body.full-width .container-side-version .footer .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    body>div.container-side-version .h-side {
        padding: 0;
        padding-top: 80px;
        padding-bottom: 30px;
    }
    body>div.container-side-version .h-side:not(.h-side-slim) .pull-right {
        float: none !important;
    }
    body>div.container-side-version .h-side .h-side-additional,
    body>div.container-side-version .h-side .h-side-title {
        display: none;
    }
    .search-form {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .search-additional-btn {
        bottom: -82px;
    }
    body>div.container-side-version .search-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .content-flex .search-form .search-title {
        padding-bottom: 60px;
    }
    body>div.container-side-version .pagination {
        margin-bottom: 35px;
        margin-top: 20px;
    }
    .row .col-md-3 .btn-property,
    .row .col-md-3 .widget {
        margin-bottom: 80px;
    }
    .agent-detail-picture {
        margin-bottom: 10px
    }
    .agent-detail-picture img {
        margin: 0 auto;
    }
    .search-form.open-form .search-btn-box {
        display: none;
    }
    .search-form.open-form .search-btn-box-ad {
        display: block;
        margin-bottom: 20px
    }
    .list-overview li {
        padding: 10px 0;
        margin: 0;
    }
    .list-overview li:not(:last-child) {
        border-bottom: 1px solid #D1D3D7;
    }
    .agencies-corousel,
    .agents-corousel {
        padding: 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-address .list-overview-value {
        width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .custom-en .list-overview-value {
        width: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .menu .navbar {
        display: inline-block;
    }
}


/*------------------------------------------------------------------
[2. Selectpicker]
*/

body .select-secondary .selectpicker-primary,
body .select-secondary {
    height: 44px;
}

body .select-secondary .selectpicker-primary {
    background: #f8f8f8;
    color: #000;
}

.select-secondary .dropdown-menu {
    background: #f8f8f8;
    color: #99A1A1;
}

.select-secondary .dropdown-menu a {
    color: #000;
}

body .select-small {
    margin: 0;
}

body .select-small button.selectpicker-primary,
body .select-small {
    height: 22px;
    padding: 0px 10px;
}

.select-small .selectpicker-primary {
    background: #ebebeb;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -1px;
    width: 155px;
}

body .bootstrap-select .dropdown-toggle:focus,
body .btn:focus {
    outline-style: none !important;
}

.select-small .dropdown-menu {
    background: #ebebeb;
    color: #545454;
}

.select-small .dropdown-menu a {
    color: #545454;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -1px;
}

.select-small .dropdown-menu li.selected,
.select-small .dropdown-menu li:hover {
    background: rgb(114, 114, 114);
    border: 0;
    color: white;
    outline: 0;
}

.select-small .dropdown-menu li.selected a,
.select-small .dropdown-menu li:hover a {
    color: white;
}

body .select-secondary .dropdown-menu li.selected a,
body .select-secondary .dropdown-menu li:hover a {
    color: #000;
}

.selectpicker-primary:hover,
.selectpicker-primary {
    background: transparent;
    border: 1px solid rgba(116, 116, 116, 0.1);
    border-radius: 0;
    color: white;
    height: 60px;
}

.selectpicker-secondary {
    background: transparent;
    border-radius: 0;
    color: white;
    height: 44px;
}

.navbar-toggler {
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #818a91;
}

.label-tag-warning {
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 0;
    padding: 2px 6px;
    text-align: center;
    text-transform: uppercase;
}

.label-tag-primary {
    border-radius: 0;
    background: #c7b39a;
    font-weight: 600;
    letter-spacing: 0;
    padding: 2px 6px;
    text-transform: uppercase;
}

.tooltip {
    pointer-events: none !important;
}


/*------------------------------------------------------------------
[3. Pagination]
*/

.pagination {
    border-radius: 0;
    margin-bottom: 15px;
    margin-top: 0;
}

body>div:not(.container-side-version) .pagination {
    margin-bottom: 35px;
    margin-top: 20px;
}

body .pagination li.page-item a {
    border-color: #eee;
    border-radius: 0;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

body .pagination li.page-item a:hover,
body .pagination li.page-item a.active {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}


/*------------------------------------------------------------------
[4. Agencies corousel]
*/

.agencies-corousel .owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.owl-corousel-box {
    position: relative;
}

.owl-corousel-box .owl-btn {
    display: block;
    height: 28px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -opera-transform: translateY(-50%);
    transition: opacity .25s;
    -webkit-transition: opacity .25s;
    width: 16px;
    border: 0;
    outline: none;
}

.owl-corousel-box .owl-btn:hover {
    opacity: 1;
}

.owl-corousel-box .owl-btn.customPrevBtn {
    background: url(../img/owl-btn-left.png) no-repeat 50% 50%;
    background-size: cover;
    left: 0px;
}

.owl-corousel-box .owl-btn.customNextBtn {
    background: url(../img/owl-btn-right.png) no-repeat 50% 50%;
    background-size: cover;
    right: 0px;
}

@media (max-width: 767px) {
    .owl-corousel-box .owl-btn.customPrevBtn {
        left: 0;
    }
    .owl-corousel-box .owl-btn.customNextBtn {
        right: 0;
    }
    .owl-corousel-box .owl-btn {
        display: none;
    }
}


/*------------------------------------------------------------------
[5. Worldmapgenerator]
*/

.Cbox {
    float: left;
    width: 40%;
}

.timezone-map {
    float: right;
    width: 60%;
}

.worldmapgenerator .Cbox select {
    display: none;
    float: none;
}

#widget-region {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f8f8f8 url(../img/bg-workbench.png) repeat;
}

.worldmapgenerator .Cbox .quickLink {
    display: block;
    float: none;
    margin: 0;
    margin-top: 27px;
    max-width: 300px;
    overflow: inherit;
    padding: 0;
    white-space: normal;
    width: 100%;
}

.worldmapgenerator .Cbox .quickLink span {
    -o-transition: all .15s;
    -ms-transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.worldmapgenerator .Cbox .quickLink span.active {
    color: black;
    font-weight: 600;
    background-color: transparent;
}

.worldmapgenerator .Cbox .quickLink span:hover {
    color: black;
    font-weight: 600;
    background-color: transparent;
}

.worldmapgenerator .Cbox .quickLink:after {
    content: '';
    clear: both;
    display: table;
}

.worldmapgenerator .Cbox .quickLink span {
    display: block;
}

.worldmapgenerator .Cbox .quickLink span {
    background: transparent;
    border: none;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 45%;
}

.worldmapgenerator .Cbox .quickLink span:nth-child(2n) {
    float: right;
}

.worldmapgenerator .hoverZone {
    float: left;
    height: 25px;
    padding-left: 15px;
    width: 50%;
}

@media (max-width: 768px) {
    .worldmapgenerator .Cbox {
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }
    .worldmapgenerator .timezone-map {
        float: none;
        width: 100%;
    }
    .worldmapgenerator .hoverZone {
        float: left;
        height: 25px;
        padding-left: 15px;
        width: 100%;
        text-align: center;
    }
    .worldmapgenerator .Cbox .quickLink {
        margin: 0 auto;
        margin-top: 27px;
    }
}


/*------------------------------------------------------------------
[6. Treefield categories]
*/

.treefield-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.treefield-card.property-card .property-card-box .property-card-title {
    height: 32px;
    margin: 7px 0;
    margin-top: 12px;
}

.treefield-card .property-card-title a {
    padding: 6px 0;
    display: inline-block;
}

.treefield-card .property-card-title i {
    border-radius: 50%;
    color: white;
    margin-right: 5px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

.treefield-categories li {
    border-bottom: 1px solid;
    border-color: #A2A2A2;
    display: block;
    padding: 7px 0;
}

.treefield-categories li:last-child {
    border-bottom: 0;
}

.treefield-categories li .count {
    font-weight: 600;
    float: right;
    text-align: right;
}

.treefield-categories .treefield-box-item:hover {
    color: white;
}

.treefield-categories-more {
    background: white;
    border-bottom: 3px solid #F8F8F8;
    display: none;
    left: 0px;
    margin-top: 10px;
    margin-bottom: 0;
    position: absolute;
    padding: 0px 20px 5px;
    width: 100%;
    z-index: 9999;
}

.treefield-card {
    overflow: inherit;
}

@media (min-width: 768px) {
    .treefield-card {
        min-height: 410px;
    }
}


/*------------------------------------------------------------------
[7. Shop]
*/

.property-card.shop-card .property-card-header>img {
    height: 100%;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    width: 100%;
}

.shop-corousel-item .property-card-header {
    text-align: center;
}

.owl-carousel .owl-item img {
    transform-style: initial;
    -webkit-transform-style: initial;
}

.shop-corousel-item .property-card-header>img {
    display: inline-block;
}

.property-card.shop-card .property-preview-f-left {
    text-align: left;
}


/*------------------------------------------------------------------
[8. Custom elements]
*/

.compat-object-fit {
    background-size: cover;
    background-position: 50% 50%;
}

.compat-object-fit>img {
    display: none;
}

.compat-object-fit .object-fit-imagediv {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}


/* walkscore */

#ws-walkscore-tile {
    position: relative;
    text-align: left
}

#ws-walkscore-tile * {
    float: none;
}

#ws-footer a,
#ws-footer a:link {
    color: #000;
    font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 6px;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
}

#ws-footer a:hover {
    color: #777;
    text-decoration: none
}

#ws-fo oter a:active {
    color: #b14900
}

.CodeMirror {
    border: 1px solid #eee !important;
    height: 300px;
    margin-top: 10px;
}

.CodeMirror-code pre>span {
    margin-left: -125px !important;
}

.CodeMirror pre {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: normal;
}

.file_content {
    height: 100px;
    width: 100%;
}

.energy-eff-box>div {
    height: 212px !important;
}

.focus-color {
    background-color: #31708f !important;
}

.primary-hover {
    color: #0f7ad5;
}

.primary-hover:hover {
    background: #0f7ad5;
    color: white;
    text-decoration: none;
}

.form-group {
    margin-bottom: 20px;
}

.label {
    vertical-align: middle;
}

.box-overflow-container,
.property-card-list .col-sm-8,
.agents-corousel-item .box-container,
.widget-box {
    padding-left: 20px;
    padding-right: 20px;
}

body .content-flex .content-right {
    padding-left: 20px;
    padding-right: 20px;
}

.content-flex .search-form form {
    padding-left: 5px;
    padding-right: 5px;
}

.widget .widget-header:before {
    left: -20px;
}

.content-flex .search-form {
    margin-left: -20px;
    margin-right: -20px;
}

.images-gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.widget-content {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    body .content-flex .content-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-flex .search-form {
        margin-left: -15px;
        margin-right: -15px;
    }
    .content-flex .search-form form {
        padding-left: 0;
        padding-right: 0;
    }
}

.fb_iframe_widget_fluid span {
    margin-left: -5px;
    margin-right: -15px;
}

.energy-eff-box>div {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 670px) {
    .agents-corousel-item .box-container {
        text-align: center;
    }
    .agents-corousel-item .box-container .media-body,
    .agents-corousel-item .box-container .media-left,
    .agents-corousel-item .box-container .media-right {
        display: inline-block;
        text-align: left;
    }
    .section.page-body .container>.row>div {
        width: 100%;
    }
}

@media (min-width: 670px) and (max-width:671px) {
    .agents-corousel-item .box-container {
        display: table;
    }
    .agents-corousel-item .box-container .media-body,
    .agents-corousel-item .box-container .media-left,
    .agents-corousel-item .box-container .media-right {
        display: table-cell;
    }
}

.print_btn {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .btn-print {
        display: none;
    }
}

.places_select .btn {
    border-radius: 0 !important;
    padding: 8px 15px !important;
    position: relative;
    background: #e9ebee;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.places_select .btn:hover {
    background: #f5f5f5;
}

.places_select .btn img {
    margin-top: -4px;
}


/* Custom radio button */

.radio_wrap {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 25px;
    width: 25px; */
    /* background-color: #eee;
    border-radius: 50%; */
}


/* On mouse-over, add a grey background color */

.radio_wrap:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio_wrap input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio_wrap input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio_wrap .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* // Custom radio button */

.logo_footer img {
    max-width: 70px;
}

.title_profile_info {
    margin-top: 15px;
}

.mt_0 {
    margin-top: 0;
}

.pr_0 {
    padding-right: 0;
}

.pl_0 {
    padding-left: 0;
}

.widget .title_btn_wrap h2 {
    height: 40px;
    line-height: 40px;
}

.btn_keytru {
    display: inline-block;
    background: #4ba0f1;
    color: #fff;
    font-size: 14px;
    padding: 0 25px;
    line-height: 40px;
    float: right;
    transition: 0.5s ease-in-out;
}

.section.properties_wrap {
    padding-top: 0;
}

.properties_wrap .owl-corousel-box .owl-btn.customPrevBtn {
    left: -3%;
    background: url(../img/icons/arrow_left.png) no-repeat 50% 50%;
}

.properties_wrap .owl-corousel-box .owl-btn.customNextBtn {
    right: -1%;
    background: url(../img/icons/arrow_right.png) no-repeat 50% 50%;
}

.properties_wrap .properties_carousel {
    padding-left: 0;
}

.properties_wrap .agents-corousel-item span {
    display: inline-block;
}

.properties_wrap .label-tag-primary {
    padding: 4px 6px;
}

.find_prof_wrap {
    margin-bottom: 40px;
}

.find_prof_btn {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #4ba0f1;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: 0.5s ease-in-out;
}

.find_prof_btn img {
    margin-right: 10px;
    margin-top: -3px;
}

.form-additional .link_btn {
    display: block;
    height: 43px;
    line-height: 43px;
    margin-bottom: 1px;
    background: #4ba0f1;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    transition: 0.5s ease-in-out;
}

.form-additional .link_btn:hover,
.find_prof_btn:hover,
.btn_keytru:hover {
    background: #004790;
    color: #fff;
}

.widget.graph_wrap {
    margin-bottom: 75px;
}

.profile_wrap p {
    margin-bottom: 0;
}

.agent div {
    margin-bottom: 8px;
}

.agent i {
    width: 20px;
}

.tenant_search {
    margin-top: 30px;
}

.tenant_search .find_prof_btn {
    display: inline-block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    margin-right: 10px;
}

.forms .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.forms label {
    font-weight: 600;
}


/* file upload image */

.profile_image_box img {
    max-width: 180px;
}

.profile_image_box input[type=file] {
    padding: 10px;
    background: #2d2d2d;
}

.profile_image_box .fileUpload {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-right: 1px solid #4195e5;
}

.profile_image_box .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* // file upload image */

.profile_image_box {
    max-width: 147px;
}

.btn_delete {
    width: 50%;
    float: right;
    color: #fff;
    border: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.profile_image_box .upload_img {
    width: 147px;
    height: 91px;
}

.profile_image_box .upload_img img {
    width: 147px;
    height: 128px;
    position: relative;
}

.img_upload_wrap {
    width: 147px;
    height: 128px;
}

.no_padd_left .col-sm-6,
.no_padd_left .col-sm-3,
.no_padd_left .col-sm-12 {
    padding-left: 0;
}

.btn_submit {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 25px;
    border: none;
    margin-top: 5px;
}

.profile_option .link_btn {
    background: #f8f8f8;
    color: #484848;
}

.profile_option .active {
    color: #fff;
}


/*  Top property   */

.propCollection1 {
    width: 950px;
    margin: 20px auto 30px auto;
}

.h_400px {
    height: 400px;
}

.w_250px {
    width: 250px;
}

.m-r-20 {
    margin-right: 20px;
}

.h_190px {
    height: 190px;
}

.w_400px {
    width: 400px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.pull-left {
    float: left !important;
}

.targetLink {
    display: block;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.targetLink .propColl_1_img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
}

.w_680px {
    width: 680px;
}

.targetLink:hover .propColl_1_img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.targetLink .propColl_1_img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
}

.targetLink .title_txt {
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #fefefe;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
}


/*  //  Top property  */


/* preferred chioce */

.preferred_choice {
    padding-top: 10px;
    padding-bottom: 0;
}

section.property_collection {
    padding-top: 57px;
    padding-bottom: 10px;
}

.property_collection .section-title {
    margin-bottom: 30px;
}

.perfectChoice {
    height: 310px;
    position: relative;
    background-color: rgba(75, 160, 241, 0.9);
    overflow: hidden;
}

.perfectChoice * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.perfectChoice .box_t_1 .title_txt {
    color: #fff;
    font-size: 28px;
}

.perfectChoice .wrapper_box {
    width: 288px;
    color: #fff;
}

.w_100_per {
    width: 100%;
}

.pos_abs,
.p_a {
    position: absolute;
}

.z-2 {
    z-index: 2;
}

.perfectChoice .wrapper_box i.max_choice {
    background: url(../img/icons/max_choice.svg) no-repeat center;
}

.perfectChoice .wrapper_box i.buyers_trust {
    background: url(../img/icons/buyersTrustUs.png) no-repeat center;
}

.perfectChoice .wrapper_box i.seller_prefer {
    background: url(../img/icons/sellerPreferUs.png) no-repeat center;
}

.perfectChoice .wrapper_box i.exp_guidence {
    background: url(../img/icons/expertGuidance.png) no-repeat center;
}

.perfectChoice .wrapper_box i {
    height: 60px;
    width: 60px;
}

.perfectChoice .wrapper_box h4 {
    padding: 10px 0 5px 0;
    margin: 0;
    color: #fff;
}

.fo_13px,
.f-13 {
    font-size: 13px;
}

.perfectChoice .b_box_0 {
    width: 100%;
    height: 460px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    opacity: 1;
    top: 0;
}

.pattern_bg {
    background: url(../img/pattern.png) repeat 0 0;
}

.perfectChoice .b_box_1 {
    background-color: #004790;
    transform: rotate(45deg);
}

.perfectChoice .b_box_2 {
    background-color: #31708f;
    transform: rotate(50deg);
}

.perfectChoice .b_box_1,
.perfectChoice .b_box_2 {
    width: 460px;
    height: 460px;
    display: inline-block;
    position: absolute;
    top: -90px;
    z-index: 0;
    left: calc(50% - 230px);
}

.box_t_1 .title_txt {
    margin: 49px 0 22px 0;
}


/* // Preferred Choice */


/* Featured Properties  */

.featured_properties .container {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.featured_properties .property-card-descr p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

.btn_details {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}

.featured_properties .owl-corousel-box .owl-btn.customPrevBtn {
    left: -6px;
}

.featured_properties .owl-corousel-box .owl-btn.customNextBtn {
    right: -6px;
}


/* // Featured Properties  */


/* Add Properties css */

.add_properties .widget-overflow {
    margin-top: -84px;
}

.two_input {
    overflow: hidden;
}

.two_input select:nth-child(1) {
    width: 47%;
    float: left;
}

.two_input select:nth-child(2) {
    width: 47%;
    float: right;
}


/* toggle btn */

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* toggle btn */

.faqs {
    margin-bottom: 30px;
}

.faqs .panel-default>.panel-heading {
    background: none;
    border: none;
    padding: 0;
}

.faqs h4 a {
    padding: 15px 55px 15px 15px;
    display: block;
    background: #4ba0f1;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.panel-group .panel-body {
    line-height: 24px;
    color: #555;
}

.faqs h4 .collapsed:hover,
.faqs h4 a:hover,
.faqs h4 a:active {
    text-decoration: none;
    background: #4ba0f1;
    color: #fff;
}

.faqs h4 a:before {
    content: "\f068";
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.faqs h4 .collapsed:before {
    content: "\f067";
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #4ba0f1;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    text-decoration: none;
}

.faqs h4 a.collapsed {
    background: #fff;
    color: #666;
    text-decoration: none;
}


/* Radio */

.container_radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.container_radio:hover input~.checkmark {
    background-color: #ccc;
}

.container_radio input:checked~.checkmark {
    background-color: #2196F3;
}

.container_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_radio input:checked~.checkmark:after {
    display: block;
}

.container_radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* //Radio */

.radio_wrap_box .btn_submit {
    margin-top: 27px;
    margin-bottom: 33px;
}

.add_properties .panel {
    border: 0;
}


/* checkbox round */

.groupcheck {
    opacity: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox_property {
    width: 30px;
    height: 30px;
    background: #EEE;
    border: 4px solid #CCC;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

input:checked~.checkbox_property {
    border-color: #0AA;
    background: #0AA;
}

.checkbox_property:after {
    content: "";
    display: none;
    margin-left: 7px;
    width: 10px;
    height: 20px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

input:checked~.checkbox_property:after {
    display: block;
}

.checkbox_box {
    position: absolute;
    left: 20%;
}


/* checkbox */


/* //  Add Properties css */


/* Broker Edit Documents */

.doc_image_wrap {
    max-width: 163px;
    padding-right: 0;
}

.mt_15 {
    margin-top: 15px;
}


/* Broker Edit Documents */


/* payments css */

.payments_table table thead {
    background: #4ba0f1;
    color: #fff;
}

.payments_table table thead th {
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    border: 0;
    border-right: 1px solid #4497e6;
    text-align: center;
}

.payments_table table thead th:last-child {
    border-right: 0;
}

.payments_table table tbody td {
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.payments_table table tbody td:last-child {
    border-right: 0;
}

.payments_table table tbody td a {
    color: #4ba0f1;
    margin: 0 3px;
}

.payments_table table tbody td .grey_clr {
    color: #ccc;
}

.add_card .col-sm-4,
.account .col-sm-4 {
    padding-left: 0;
}

.form_btn_wrap {
    margin-top: 21px;
}

.no_padd_right {
    padding-right: 0;
}

.pay_btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #0f7ad5;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.red_bg {
    background-color: #d93c52;
}

.green_bg {
    background-color: #4CAF50;
}

.pay_btn:hover {
    background-color: #31708f;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    outline: 0;
}


/* // payments css */


/*  Find Professional  */

.find_professional ul {
    padding-left: 0;
}

.find_professional ul li {
    list-style-type: none;
    border-bottom: 1px solid #e4e5e6;
    padding: 4px 0;
}

.find_professional ul li:last-child {
    border-bottom: 0;
}

.find_professional ul li a {
    color: #484848;
    font-weight: 600;
    transition: .2s ease-in-out;
}

.find_professional ul li:hover a {
    color: #4ba0f1;
}

.find_professional ul li a img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: #e5eceb;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.find_professional ul li:hover a img {
    transform: scale(1.1);
}

.find_professional ul li a span {
    display: block;
    width: 153px;
    float: right;
    padding-top: 5px;
}


/*  // Find Professional  */


/*  Profile Professional  */

.pro_description p {
    max-width: 100%;
    text-align: justify;
}

.prof_right_wrap .list-overview li .list-overview-value {
    float: left;
    width: 68%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prof_right_wrap .list-overview li .list-overview-option {
    display: inline-block;
    min-width: 15px;
    float: left;
}

.list_overview_prof .list-overview-option i {
    color: #ef5a5c;
}

.prof_right_wrap .widget-header {
    margin-bottom: 12px;
}

.prof_right_wrap .list_overview_prof {
    margin-bottom: 40px;
}

.prof_right_wrap .widget-header h2 {
    font-size: 18px;
}

.list_overview_prof .icon__image img {
    max-width: 17px;
    max-height: 17px;
    display: inline-block;
}

.professonal_left_wrap .widget:first-child {
    margin-bottom: 20px;
}

.pro_description h3 {
    margin-top: 0;
}

.pro_description span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #e9eced;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.pro_description span:last-child {
    margin-right: 0;
}

.pro_description span i {
    color: #0f7ad5;
}

.pro_description span:hover i {
    color: #fff;
}

.pro_description h3:nth-child(3) {
    color: #4ba0f1;
}

.link_edit {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
}


/*  //Profile Professional  */


/* professional edit */

.edit_trophy {
    overflow: hidden;
    margin-left: 5px;
}

.edit_trophy button {
    display: inline-block;
    float: left;
    width: 75px;
    height: 40px;
    background: #4ba0f1;
    color: #fff;
    border: 0;
    transition: 0.5s ease-in-out;
}

.add_trophy_content {
    margin-bottom: 10px;
    overflow: hidden;
}

.edit_trophy button:nth-child(1) {
    border-right: 1px solid #4195e5;
}

.add_trophy_content .col-sm-4 {
    padding-left: 0;
}

.add_trophy_content div:nth-child(1) p {
    font-size: 15px;
    padding-top: 4px;
}


/* // professional edit */


/* ................... color ......................... */

.btn_delete,
.profile_image_box .btn-primary,
.btn_submit,
.profile_option .active,
.btn_details,
.link_edit {
    background: #4ba0f1;
    transition: 0.5s ease-in-out;
}

.btn_delete:hover,
.profile_image_box .btn-primary:hover,
.btn_submit:hover,
.btn_details:hover,
.review_btn:hover,
.pro_description span:hover,
.link_edit:hover,
.edit_trophy button:hover {
    background: #004790;
    color: #fff;
}


/* ................... color ......................... */


/* 11/10/2018 */

.tab-content>.tab-pane {
    margin-top: 25px;
}

.search-container {
    width: 490px;
    display: block;
    margin: 0 auto;
}

input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    outline: none;
}

input#search-bar:focus {
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.search-icon {
    position: relative;
    float: right;
    width: 75px;
    height: 75px;
    top: -62px;
    right: -18px;
}

.property_detail .property-slider .carousel-inner>.item>img {
    width: 100%;
}

.mt_20 {
    margin-top: 20px;
}


/*range slider*/

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 6px 0 30px 0;
}

[slider]>div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #1ABC9C;
}

[slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider]>input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type=range]:focus {
    outline: none;
}

div[slider]>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: #1ABC9C;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider]>div>[sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #1ABC9C;
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover>div>[sign] {
    opacity: 1;
}


/*range slider ends here*/


/* checkbox css starts here */

.container_check {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    margin-right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 0 !important;
}


/* On mouse-over, add a grey background color */

.container_check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container_check input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container_check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container_check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 9px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* checkbox css ends here */


/* 23 Nov. 2018 */

.box-container-title {
    overflow: hidden;
}

.find_tenant .title {
    padding-top: 12px;
}

.btn_roomate {
    background-color: #ccc;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 14px !important;
    min-width: 150px;
}

.btn_roomate.primary {
    background-color: #4ba0f1;
    color: #fff;
}


/* .btn_roomate.set_primary{
    background-color: #
} */

.find_professional_wrap .find_professional ul li {
    width: 33%;
    display: inline-block;
}

.find_professional_wrap .icon__wrap img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: #e5eceb;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.find_professional_wrap .container_radio .checkmark {
    top: 12px;
}

.find_professional_wrap .find_professional .container_radio {
    margin-bottom: 0;
    font-size: 14px;
}

.find_professional_wrap .find_professional ul li:last-child {
    border-bottom: 1px solid #e4e5e6;
}


/* position */

.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}


/* toast styles */

.toast-title {
    font-weight: bold;
}

.toast-message {
    word-wrap: break-word;
}

.toast-message a,
.toast-message label {
    color: #FFFFFF;
}

.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ffffff;
    /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}


/*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999;
}

.toast-container * {
    box-sizing: border-box;
}

.toast-container .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
}

.toast-container .toast:hover {
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}


/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}


/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}


/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}


/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.toast {
    background-color: #030303;
    pointer-events: auto;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
}

label.md-check {
    width: 15%;
}

.width-calculate {
    width: 80%;
}


/* 29 Nov 2018 */

.right__control {
    display: inline-block;
    width: 67%;
    float: right;
}

.left__control {
    display: inline-block;
    width: 30%;
    float: left;
}

.overflow_hdn {
    overflow: hidden;
}

.pos_r {
    position: relative;
}

.input_icon_wrap {
    position: absolute;
    right: 16px;
    top: 26px;
    height: 39px;
    width: 39px;
    background: #4ba0f1;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.input_icon_wrap:hover {
    background: #004790;
}

.pd-0 {
    padding: 0;
}

.search__input_wrap .input_icon_wrap {
    position: absolute;
    right: 16px;
    top: 0;
    height: 39px;
    width: 39px;
    border: 0;
    background: #4ba0f1;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.modal-body .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
}

.icon_btn_primary {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    background-color: #e9eced;
    color: #0f7ad5;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    margin-right: 4px;
}

.icon_btn_primary:hover {
    color: #e9eced;
    background-color: #0f7ad5;
}

.icon_btn_primary:last-child {
    margin-right: 0;
}

.favorite-color {
    color: #358ee2 !important;
}

.new_agent_box {
    height: auto;
    text-align: center;
    padding: 20px 5px;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
}

.new_agent_box .agent-logo a {
    margin: 0 auto;
}

.social__icon {
    text-align: center;
}

.social__icon a {
    margin-right: 20px;
    color: #31708f;
}

.post_btn {
    margin-top: 20px;
    padding: 13px;
    border-radius: 0 4px 4px 0;
}

.star-rating {
    color: #4ba0f1;
}

.professional_wrap .new_agent_box {
    height: 340px;
}

.professional_wrap .social__icon {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}


/* //29 Nov 2018 */


/* 13 Dec 2018 */

.form-main .phone_with_code_lbl {
    padding-top: 1px;
}

.property_detail .carousel-inner {
    overflow: visible;
}

.property-slider .carousel-control.left {
    cursor: pointer;
}

.property-slider .carousel-control.right {
    cursor: pointer;
}

.center__align {
    text-align: center;
}

.property_detail .pro_description span {
    margin-top: 6px;
}

.img_rewiew img {
    height: 48px;
}

.property_detail_review textarea {
    width: 100%;
    resize: none;
}

.post__btn {
    height: 45px;
}

.home_multi_select .multiselect-dropdown .dropdown-btn {
    border: 0 !important;
    color: #fff;
    height: auto!important;
    padding: 0 !important;
    outline: none;
    margin-top: 13px;
}

.multiselect-dropdown .dropdown-btn {
    border: 0 !important;
    color: #fff;
    height: auto!important;
    padding: 0 !important;
    outline: none;
    margin-top: 3px;
}

.textAlignCenter {
    text-align: center;
}

.multiselect-dropdown .dropdown-btn .dropdown-up {
    border-bottom: 6px solid #fff !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
}

.multiselect-dropdown .dropdown-btn .dropdown-down {
    border-top: 6px solid #fff !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
}


/* select {
    -webkit-appearance: none;
    position: relative;
}

select::after {
    position: absolute;
    width: 30px;
    content: '';
    top: 0;
    border-top: 10px solid #fff !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
} */

.search-form>* {
    padding-bottom: 10px;
}

.propertycard_home {
    min-height: 300px;
}

.properties_filter_home .select-small .btn {
    padding: 0 25px 0 12px;
    min-width: 153px;
}

.properties_filter_home .select-small .btn span {
    color: #484848;
}

.ng5-slider .ng5-slider-bubble {
    color: #fff !important;
}

.ng5-slider .ng5-slider-pointer {
    background-color: #004790 !important;
}

.ng5-slider .ng5-slider-selection {
    background: #31708f !important;
}

.favourite_wrap .property-card-descr {
    min-height: 84px;
}

.required {
    color: red !important;
    font-style: italic !important;
}

textarea {
    resize: none;
}

.dial_code .form-control {
    border: 1px solid rgba(232, 234, 237, 0.65)!important;
}

.get_address_wrap {
    position: relative;
}

.get_address_wrap .get_address_login {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
    height: 52px;
    line-height: 50px;
    background-color: rgba(75, 160, 241, 0.9);
    color: #fff;
    text-align: center;
}

.get_address_wrap .get_address_login i {
    cursor: pointer;
}

.background_textarea .ht_80 {
    height: 80px;
}

option {
    cursor: pointer;
}

.doc_form_wrap .doc_image_wrap {
    margin-top: 11px;
}

.textAlignCenter {
    text-align: center;
}

.make_payment td span img {
    border: 2px solid #31708f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.msg_box .contact_msg {
    height: 141px;
}

.property-card-descr p {
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-preview-footer {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.buy_property .col-md-4,
.rent_property .col-md-4 {
    padding-left: 0;
}

.propertycard_home .property-card-descr p {
    margin-bottom: 0;
}

.max-width-100 {
    max-width: 100% !important;
}

.ngx-pagination {
    text-align: center;
}

.ngx-pagination .current {
    padding: 0.1875rem 0.8rem !important;
}

#broker_list .checkbox_box input {
    opacity: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    z-index: 1;
    cursor: pointer;
}

.property_view .carousel-inner {
    height: 460px;
}

.lang-manu .slect1 {
    background-color: #E4E4E4;
    text-transform: uppercase;
    cursor: pointer;
}

.search_from_home .multiselect-dropdown .dropdown-btn {
    line-height: 40px !important;
}

.search_from_home select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icons/caret.png) 96% / 4% no-repeat #004790;
    cursor: pointer;
}

.lang-manu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icons/caret-black.png) 96% / 6% no-repeat #E4E4E4;
    cursor: pointer;
}

.lang-manu select option {
    cursor: pointer;
}

.results_properties_wrap {
    min-height: 753px;
}

.exp-action-tr {
    width: 75px;
}

.exp-action-tr .edit-exp-btn {
    border-right: 1px solid #4195e5;
}

.find_professional .active-category a {
    color: #4ba0f1;
}


/* // 13 Dec 2018 */


/* Responsive Design. */

@media all and (max-width: 240px) {
    .toast-container .toast.div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    .toast-container .toast.div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .toast-container .toast.div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}