.search-form {
    width: calc(100% - 200px);
    display: inline-block;
}

.search-form {
    position: relative;
}
.search-result {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    text-align: left;
    z-index: 1;
    border: 1px solid #ececec;
}
.search-result p {
    padding: 5px 100px 5px 10px;
    position: relative;
}
.search-result p span {
    display: inline-block;
    font-weight: 500;
    color: #0195fc;
}
.search-result p span.tag {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #9c9a9a;
    font-size: 14px;
}

.result-item {
    margin: 0;
    padding: 5px;
    cursor: pointer;
}

.result-item__hover {
    background: #eee;
}

ul.country-list {
    margin-bottom: 0;
    list-style: none;
    margin-top: -1px;
    padding: 0;
}
ul.country-list li {
    padding: 5px;
    background: #fff;
    cursor: pointer;
    width: 100%;
}
ul.country-list li:hover {
    background: #e6e4e4 !important;
    cursor: pointer;
}
ul.country-list li .stype {
    float: right;
    color: #9c9a9a;
    font-size: 14px;
}

.search-result {
    position: absolute;
    top: 60px;
    z-index: 99;
    background: #fff;
    max-width: calc(100% - 200px);
    width: 100%;
    border: 2px solid #e7ecf5;
    max-height: 248px;
    overflow: auto;
}

html {
    scroll-behavior: smooth;
}

.ui-button .ui-icon {
    background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777777_256x240.png") !important;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    height: 47px;
    padding-top: 15px;
    padding-right: 5px;
    border: 1px solid #ced4da;
    outline: none;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 0;
    color: #000000;
    margin-bottom: 30px;
}

.overflow-class {
    height: 200px;
}

.investRange .btn-group,
.investRange-two .btn-group {
    width: 100% !important;
}
.investRange .btn-group .btnClear a,
.investRange .btn-group .btnClear-two a,
.investRange-two .btn-group .btnClear a,
.investRange-two .btn-group .btnClear-two a {
    color: #000000;
}
.investRange .btn-group span,
.investRange-two .btn-group span {
    color: #000000;
}
.investRange .btn-group #min-max-price-range,
.investRange-two .btn-group #min-max-price-range {
    min-height: 47px !important;
    border-radius: 0;
    border: 1px solid #b9b9b9;
    margin-bottom: 30px;
}
.investRange .btn-group .dropdown-toggle::after,
.investRange-two .btn-group .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 20px;
}
.investRange .btn-group .dropdown-menu,
.investRange-two .btn-group .dropdown-menu {
    width: 100% !important;
    padding: 10px 10px 0 10px;
    top: 50px !important;
    transform: translate3d(0px, 0, 0px) !important;
    border-radius: 0;
}
.investRange .btn-group .dropdown-menu .freeformPrice .form-control,
.investRange-two .btn-group .dropdown-menu .freeformPrice .form-control {
    margin-bottom: 5px !important;
}

.arrow {
    color: #ccc;
    background-color: #ccc;
    display: inline-block;
    height: 1px;
    width: 12px;
    position: relative;
}

.max_value {
    padding: 6px 6px 6px 30px;
}

.price_Ranges {
    float: right;
    width: 50%;
}

.price_Ranges a {
    display: block;
    text-align: left;
    padding: 6px 0 6px 0;
    color: #000000;
}

.price_Ranges a.max_value {
    text-align: right;
}

.price_Ranges a.disabled {
    pointer-events: none;
    cursor: default;
    color: #e5e4e2;
}

.price_Ranges a:hover {
    background: #0074e4;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.btnClear,
.btnClear-two {
    clear: both;
    border-top: 1px solid #dadada;
    padding: 5px 0 0 0;
    text-align: center;
}

input.inputError,
input.inputError:focus {
    border-color: #e2231a;
    background-color: white;
    color: #e2231a;
    box-shadow: inset 0 0 5px #f7bdbb;
    border-radius: 0;
}

.right-side-from {
    background-color: #f4f4f4 !important;
    padding: 15px;
}
.right-side-from h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 25px 0;
}
.right-side-from button {
    background-color: #06548d !important;
    color: #ffffff !important;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.right-side-from form label {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.right-side-from form .form-control {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    min-height: 45px;
}
.right-side-from form .pretty {
    display: block;
    margin-bottom: 10px;
}
.right-side-from form textarea {
    height: 100px;
}

#main-heading {
    padding-top: 35px;
    padding-bottom: 20px;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: "oscinetrialw01-regularregular";
}

.featured-slider .owl-stage {
    display: flex;
}

a,
a:hover {
    text-decoration: none;
}

.btn.focus,
button:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

@font-face {
    font-family: "oscinetrialw01-regularregular";
    src: url("../../assets/fonts/oscine_trial_w01_regular-webfont.woff2")
            format("woff2"),
        url("../../assets/fonts/oscine_trial_w01_regular-webfont.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "oscinetrialw01-boldregular";
    src: url("../../assets/fonts/oscine_trial_w01_bold-webfont.woff2")
            format("woff2"),
        url("../../assets/fonts/oscine_trial_w01_bold-webfont.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "oscinetrialw04-boldregular";
    src: url("../../assets/fonts/oscine_trial_w04_bold-webfont.woff2")
            format("woff2"),
        url("../../assets/fonts/oscine_trial_w04_bold-webfont.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}
a.whatsappfixed {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    text-align: center;
    z-index: 1;
    -moz-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
}
a.whatsappfixed img {
    padding: 7px;
    width: 40px;
}

.property-listing .map-view .map-view-inner .map-block .mapboxgl-canvas {
    height: 90vh !important;
    width: 100% !important;
}

.mapboxgl-popup.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-right,
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup {
    max-width: 300px !important;
    width: 100%;
}

.mapboxgl-popup-close-button {
    font-size: 25px;
    z-index: 1;
    padding: 5px !important;
}

.mapboxgl-popup-content {
    padding: 5px !important;
}

.property-popup {
    min-height: 250px;
    max-width: 350px;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border: 5px solid #ffffff;
}
.property-popup .property-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}
.property-popup .property-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-popup .details {
    position: relative;
    padding: 15px;
}
.property-popup .details h4.price {
    color: #ffffff;
    font-weight: 500;
}
.property-popup .details .sale {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 2px 5px;
    display: block;
}
.property-popup .prop-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
}
.property-popup .prop-details h5.name {
    color: #ffffff;
    font-weight: 500;
}
.property-popup .prop-details ul {
    position: relative;
    margin-bottom: 0;
}
.property-popup .prop-details ul li {
    color: #ffffff;
    font-size: 18px;
}
.property-popup .prop-details ul li img {
    filter: invert(0) brightness(200%);
    margin-right: 5px;
    vertical-align: baseline;
}
.property-popup .prop-details a.details {
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.prop-modal .modal-dialog {
    border-radius: 0;
    max-width: 350px !important;
    margin: 0 auto;
}
.prop-modal .modal-dialog .modal-content .modal-body {
    background-size: cover;
    padding: 0;
}

.property-popup-two {
    min-height: 250px;
    max-width: 500px;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border: 5px solid #ffffff;
}
.property-popup-two .carousel .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.property-popup-two .carousel .carousel-control-next,
.property-popup-two .carousel .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    opacity: 1 !important;
}
.property-popup-two .carousel .carousel-control-next-icon,
.property-popup-two .carousel .carousel-control-prev-icon {
    width: 12px;
    height: 12px;
}
.property-popup-two .modal-details {
    display: flex;
    width: 100%;
    padding: 5px;
}
.property-popup-two .modal-details .details {
    display: inline-block;
    width: calc(100% - 132px);
}
.property-popup-two .modal-details .details ul {
    margin-bottom: 0;
}
.property-popup-two .modal-details .details ul li h3 {
    margin-bottom: 0;
    font-size: 20px;
}
.property-popup-two .modal-details .details ul li img {
    max-height: 15px;
    vertical-align: baseline;
    margin-right: 5px;
}
.property-popup-two .modal-details .details ul li span {
    color: #6c6d71;
    font-weight: 500;
    font-size: 15px;
}
.property-popup-two .modal-details .details a.name {
    color: #212529;
    text-decoration: none;
    font-size: 14px;
}
.property-popup-two .modal-details .more {
    display: inline-block;
    width: 132px;
    position: relative;
}
.property-popup-two .modal-details .more a {
    padding: 5px 10px;
    display: block;
    border: none !important;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #06548d;
    color: #ffffff;
    text-align: center;
    margin: 3px auto 0 auto;
}

.prop-modal-two {
    padding: 0;
}
.prop-modal-two .modal-dialog {
    border-radius: 0;
    max-width: 500px !important;
    margin: 0 auto;
}
.prop-modal-two .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
}
.prop-modal-two .modal-dialog .modal-content .modal-header button {
    outline: none;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 20px;
    top: -22px;
    z-index: 1;
    padding: 0;
    opacity: 1;
}
.prop-modal-two .modal-dialog .modal-content .modal-header button span {
    font-size: 35px;
    text-shadow: 0px 1px #000;
    color: #ffffff;
    font-weight: 100;
}
.prop-modal-two .modal-dialog .modal-content .modal-body {
    background-size: cover;
    padding: 0;
}

.switcher-block {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    padding: 5px;
    z-index: 2;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
    max-width: 66px;
    transition: all 1s;
}
.switcher-block.main {
    transform: translate(-100%, -50%);
    transition: all 1s;
}
.switcher-block a.toggle-link {
    position: absolute;
    right: -32px;
    top: 0;
    text-align: center;
    display: block;
    width: 32px;
    height: 28px;
    background: #ffffff;
    border-top-right-radius: 50%;
    opacity: 1 !important;
    border-bottom-right-radius: 50%;
}
.switcher-block a.toggle-link.main:before {
    background-image: url("../../assets/img/colorshow.png");
    transition: all 0.3s;
}
.switcher-block a.toggle-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    content: "";
    background-image: url("../../assets/img/colorhide.png");
    transition: all 0.3s;
    background-size: cover;
    height: 22px;
}
.switcher-block span {
    font-size: 13px;
    margin: 5px 0;
    line-height: 11px;
    text-align: center;
    display: block;
}
.switcher-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: block;
}
.switcher-block ul li {
    text-align: center;
    width: calc(50% - 5px);
    float: left;
    overflow: hidden;
}
.switcher-block ul li:nth-child(odd) {
    margin-right: 5px;
}
.switcher-block ul li a {
    width: 100%;
    height: 20px;
    display: block;
    margin: 5px auto 0 auto;
}
.switcher-block ul li a.color-one {
    background: #12bf80;
}
.switcher-block ul li a.color-two {
    background: #ef0000;
}
.switcher-block ul li a.color-three {
    background: #0195fc;
}
.switcher-block ul li a.color-four {
    background: #941426;
}
.switcher-block ul li a.color-five {
    background: #a6a6a3;
}
.switcher-block ul li a.color-six {
    background: #d3ad00;
}

#consultation-modal {
    background: rgba(0, 0, 0, 0.8);
}
#consultation-modal .modal-dialog {
    max-width: 810px !important;
    margin: 0 auto;
}
#consultation-modal .modal-dialog .modal-content {
    background: #06548d;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    position: relative;
}
#consultation-modal .modal-dialog .modal-content .modal-header {
    position: absolute;
    border: none;
    background: transparent;
    padding: 0;
    right: 0;
    z-index: 1;
}
#consultation-modal .modal-dialog .modal-content .modal-header button {
    border: none;
    outline: none;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#consultation-modal .modal-dialog .modal-content .modal-header button span {
    color: #ffffff;
    text-align: right;
    float: right;
    padding: 0 10px 0 0;
    font-size: 30px;
}
#consultation-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
#consultation-modal .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left {
    position: relative;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left img {
    max-height: 426px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left h3 {
    position: absolute;
    left: -110px;
    top: 40%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 37px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
    width: 281px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
    padding: 50px 50px 50px 10px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left,
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
    width: 50%;
    display: inline-block;
    position: relative;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left h2,
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right h2 {
    font-size: 21px;
    margin-top: 25px;
    color: #ffffff;
}
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-left
    form
    input,
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    input {
    margin-bottom: 10px;
    height: 51px;
    width: 100%;
    border-radius: 0;
    border: none;
}
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-left
    form
    input[type="checkbox"],
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    input[type="checkbox"] {
    height: auto !important;
    width: auto;
    margin-bottom: 0;
    position: relative;
    top: 3px;
}
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-left
    form
    .form-check,
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    .form-check {
    bottom: 6px;
}
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-left
    form
    .form-check
    label,
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    .form-check
    label {
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    padding-left: 5px;
}
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-left
    form
    .form-check
    label
    a,
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    .form-check
    label
    a {
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: underline;
    margin-left: 5px;
}
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-left
    form
    input[type="submit"],
#consultation-modal
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    input[type="submit"] {
    text-transform: uppercase;
    background: #ffffff;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
}

#thanks-modal {
    background: rgba(0, 0, 0, 0.8);
}
#thanks-modal .modal-dialog {
    max-width: 780px !important;
    margin: 0 auto;
}
#thanks-modal .modal-dialog .modal-content {
    background: #06548d;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    position: relative;
}
#thanks-modal .modal-dialog .modal-content .modal-header {
    position: absolute;
    border: none;
    background: transparent;
    padding: 0;
    right: 0;
    z-index: 1;
}
#thanks-modal .modal-dialog .modal-content .modal-header button {
    border: none;
    outline: none;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#thanks-modal .modal-dialog .modal-content .modal-header button span {
    color: #ffffff;
    text-align: right;
    float: right;
    padding: 0 10px 0 0;
    font-size: 30px;
}
#thanks-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
#thanks-modal .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
    min-height: 346px;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left {
    position: relative;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left img {
    max-height: 310px;
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left h3 {
    position: absolute;
    left: -110px;
    top: 40%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 37px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
    width: 281px;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right {
    padding: 75px 10px 10px 10px;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left,
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right {
    width: 50%;
    display: inline-block;
    position: relative;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left h2,
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right h2 {
    font-size: 26px;
    margin-top: 25px;
    color: #ffffff;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left p,
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right p {
    font-size: 18px;
    color: #ffffff;
}

.owl-nav {
    margin-top: 0 !important;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #06548d;
    overflow: auto;
    transition: all 0.4s ease-in-out;
    box-shadow: #8b8b8b45 0px 8px 7px 0px;
    padding: 25px;
    transform: translateX(100%);
    width: 300px !important;
}
.sidenav a.closebtn {
    font-size: 36px !important;
    padding: 0 !important;
    position: sticky;
    color: #ffffff;
    top: 0;
    right: 0;
    line-height: 36px;
    float: right;
}
.sidenav.main-nav {
    transform: translateX(0%);
    transition: all 0.4s ease-in-out;
}
.sidenav ul {
    padding-left: 0;
    padding-top: 30px;
}
.sidenav ul li a {
    position: relative;
    padding: 10px 10px 10px 0;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    transition: 0.3s;
    opacity: 1;
    text-transform: uppercase;
}
.sidenav ul.social-media-footer li a img {
    filter: brightness(100%);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: auto;
        text-align: right;
    }
}
.modal .modal-dialog {
    max-width: 769px;
    width: 100%;
}
.modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    position: relative;
}
.modal .modal-dialog .modal-content form {
    padding: 15px 0;
}
.modal .modal-dialog .modal-content form .form-control {
    min-height: 46px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.modal .modal-dialog .modal-content form textarea {
    height: 102px;
}
.modal .modal-dialog .modal-content form input[type="submit"] {
    background: #04579b;
    color: #ffffff;
    font-size: 17px;
    font-family: "oscinetrialw04-boldregular";
    margin-bottom: 0;
}
.modal .modal-dialog .modal-content form p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0d1926;
    font-family: "oscinetrialw04-boldregular";
}
.modal .modal-dialog .modal-content form .pretty {
    margin-bottom: 15px;
}
.modal .modal-dialog .modal-content form .pretty .state label {
    font-size: 16px;
    color: #3e3e3e;
}
.modal .modal-dialog .modal-content form .pretty .state label:before {
    border-color: #0d1926;
}
.modal
    .modal-dialog
    .modal-content
    form
    .pretty.p-default
    input:checked
    ~ .state
    label:after {
    background-color: #0d1926 !important;
}

.navbar {
    padding: 5px;
    z-index: 1030;
}
.navbar p.nav-head {
    text-transform: uppercase;
    color: #003f72;
    font-size: 40px;
    font-family: "oscinetrialw04-boldregular";
    margin-bottom: 0;
}
.navbar.index {
    padding: 0 10px;
}
.navbar.index .navbar-nav li.nav-item a.nav-link {
    color: #ffffff !important;
}
.navbar.inner {
    background: #ffffff;
    position: sticky;
    top: 0;
}
.navbar.inner .navbar-brand img {
    max-height: 90px;
}
.navbar .navbar-nav {
    padding-top: 1px;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::after {
    background-color: transparent;
    width: 0 !important;
    position: initial !important;
}
.navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 50px;
}
.navbar .navbar-nav .nav-item.active a.nav-link:before,
.navbar .navbar-nav .nav-item.active a.nav-link:after,
.navbar .navbar-nav .nav-item:hover a.nav-link:before,
.navbar .navbar-nav .nav-item:hover a.nav-link:after {
    width: 100% !important;
    transition: all 0.5s;
}
.navbar .navbar-nav .nav-item a.nav-link {
    color: #000000;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 17px;
    position: relative;
    transition: all 0.3s;
    text-align: center;
}
.navbar .navbar-nav .nav-item a.nav-link.dropdown-toggle:hover:after {
    width: 0 !important;
}
.navbar .navbar-nav .nav-item a.nav-link.dropdown-toggle:before {
    display: none !important;
}
.navbar .navbar-nav .nav-item a.nav-link.dropdown-toggle:after {
    display: inline-block !important;
    margin-left: 0.255em !important;
    vertical-align: 0.255em !important;
    content: "" !important;
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
    position: initial;
    background-color: transparent;
    width: 0 !important;
}
.navbar .navbar-nav .nav-item a.nav-link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    content: "";
    height: 2px;
    background: #ffffff;
    transition: all 0.3s;
    border: none !important;
}
.navbar .navbar-nav .nav-item a.nav-link:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    content: "";
    height: 2px;
    background: #ffffff;
    transition: all 0.3s;
    border: none !important;
}
.navbar .navbar-brand {
    padding: 0;
}
.navbar .navbar-brand img {
    transition: all 0.2s;
    width: auto;
    max-height: 95px;
    padding: 7px;
}
.navbar .dropdown-menu {
    right: 0;
    width: auto;
    left: auto;
    border-radius: 0;
    margin: 5px 0 0 0;
    text-align: center;
}
.navbar .dropdown-menu .submenu.dropdown-menu {
    right: 100%;
    left: auto;
}
.navbar .dropdown-menu a {
    text-transform: capitalize;
    background-color: transparent !important;
    color: #212529 !important;
}
.navbar .navbar-toggler {
    background-color: #06548d;
    padding: 10px;
}

footer {
    background: #1a1e1e;
    padding: 50px 0 15px 0;
}
footer h3 {
    padding-top: 30px;
    font-size: 22px;
    color: #ffffff;
}
footer .address {
    padding-top: 30px;
}
footer .address p.location {
    position: relative;
    padding-left: 30px;
    color: #ffffff;
    font-size: 17px;
}
footer .address p.location:before {
    content: url("../../assets/img/location-yellow.png");
    position: absolute;
    left: 0;
    top: 3px;
}
footer .address a {
    position: relative;
    padding-left: 30px;
    color: #ffffff !important;
    display: block;
    margin-bottom: 16px;
    font-size: 17px;
    font-family: "oscinetrialw01-boldregular";
}
footer .address a:hover {
    text-decoration: underline;
}
footer .address a.call:before {
    content: url("../../assets/img/call-yellow.png");
}
footer .address a.email:before {
    content: url("../../assets/img/email-yellow.png");
}
footer .address a:before {
    position: absolute;
    left: 0;
    top: 3px;
}
footer .updates form {
    margin: 25px 0;
    width: 100%;
    display: flex;
}
footer .updates form input,
footer .updates form button {
    width: 55%;
    display: inline-block;
    height: 69px;
    border: none;
    padding: 15px;
    color: #031f4b;
}
footer .updates form input:focus,
footer .updates form button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
footer .updates form button {
    width: 45%;
    background: #06548d;
    text-align: left;
    position: relative;
    font-family: "oscinetrialw01-boldregular";
    color: #ffffff;
}
footer .updates form button:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: url("../../assets/img/test-arrow.png");
    height: 15px;
    filter: brightness(200%);
}
footer .footer-top {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff;
}
footer .footer-bottom p {
    color: #ffffff;
}

.index .banner {
    position: relative;
}
.index .banner .banner-image {
    height: 900px;
    width: 100%;
    position: relative;
    background-image: url("../../assets/img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.index .banner .banner-image .social-media {
    position: absolute;
    left: 100px;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
    z-index: 1;
}
.index .banner .banner-image .social-media ul {
    margin-bottom: 0;
    padding-left: 0 !important;
    list-style-type: none !important;
    list-style-image: none !important;
}
.index .banner .banner-image .social-media ul li {
    margin-bottom: 15px;
    text-align: center;
}
.index .banner .banner-image .social-media ul li span.follow {
    color: #ffffff;
    transform: rotate(-90deg) translateX(-25%);
    display: block;
    font-size: 15px;
}
.index .banner .banner-image .social-media ul li span.line {
    height: 53px;
    width: 1px;
    background: #ffffff;
    display: inline-block;
}
.index .banner .banner-image .social-media ul li a svg {
    filter: brightness(500%);
}
.index .banner .banner-image .banner-content {
    position: absolute;
    bottom: 225px;
    width: 100%;
}
.index .banner .banner-image .banner-content img.remax-logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index .banner .banner-image .banner-content .person-image img {
    max-width: 100%;
    max-height: 530px;
}
.index .banner .banner-image .banner-content .text-content-inner {
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    padding-top: 46px;
    position: relative;
    padding-left: 100px;
}
.index
    .banner
    .banner-image
    .banner-content
    .text-content-inner
    img.banner-remax-logo {
    position: absolute;
    left: 0;
    top: 25px;
    max-width: 80px;
}
.index .banner .banner-image .banner-content .text-content-inner h3 {
    color: #ffffff;
    font-size: 50px;
    font-family: "oscinetrialw01-boldregular";
}
.index .banner .banner-image .banner-content .text-content-inner h3 span {
    color: #06548d;
}
.index .banner .banner-image .banner-content .text-content-inner h4 {
    color: #ffffff;
    font-size: 26px;
}
.index .banner .banner-image .banner-content .text-content-inner ul {
    margin: 0;
}
.index
    .banner
    .banner-image
    .banner-content
    .text-content-inner
    ul
    li:not(:last-child) {
    margin-right: 0;
}
.index .banner .banner-image .banner-content .text-content-inner ul li a {
    color: #ffffff;
    font-size: 19px;
}
.index .banner .banner-image .banner-content .text-content-inner ul li a img {
    vertical-align: inherit;
    max-height: 15px;
    margin-right: 10px;
    filter: invert(1);
}
.index .banner .banner-image .banner-contact {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 12%;
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.index .banner .banner-image .banner-contact .properties {
    width: 33.33%;
    display: inline-block;
    background: #ffffff;
}
.index .banner .banner-image .banner-contact .properties .owl-nav button {
    position: absolute;
    top: -38px;
    display: block;
    margin: 0;
    height: 38px;
    width: 38px;
    background: #ffffff !important;
    border-radius: 0;
}
.index .banner .banner-image .banner-contact .properties .owl-nav button:focus,
.index .banner .banner-image .banner-contact .properties .owl-nav button:active,
.index .banner .banner-image .banner-contact .properties .owl-nav button:hover {
    outline: none;
    box-shadow: none;
    border: none;
}
.index .banner .banner-image .banner-contact .properties .owl-nav button span {
    height: 15.28px;
    opacity: 1;
    content: url("../../assets/img/slider-inner.png");
    width: 5.03px;
    border: none;
    text-align: center;
    position: relative;
    top: 2px;
}
.index .banner .banner-image .banner-contact .properties .owl-nav .owl-prev {
    left: calc(47% - 38.5px);
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .owl-nav
    .owl-prev
    span {
    transform: rotate(180deg);
}
.index .banner .banner-image .banner-contact .properties .owl-nav .owl-next {
    right: calc(53% - 38.5px);
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block {
    display: flex;
    width: 100%;
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-image {
    width: 40%;
    display: inline-block;
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-image
    img {
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details {
    background: #ffffff;
    width: 60%;
    display: inline-block;
    padding: 30px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    h4 {
    font-size: 19px;
    font-family: "oscinetrialw01-boldregular";
    margin-bottom: 10px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    p {
    font-size: 15px;
    margin-bottom: 10px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    ul {
    margin-bottom: 0;
}
.index
    .banner
    .banner-image
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    ul
    li {
    font-size: 13px;
}
.index .banner .banner-image .banner-contact .consultation {
    background: #06548d;
    padding: 30px;
    width: 58.6%;
    display: inline-block;
}
.index .banner .banner-image .banner-contact .consultation h5 {
    color: #ffffff;
    font-size: 21px;
    font-family: "oscinetrialw01-boldregular";
}
.index .banner .banner-image .banner-contact .consultation form span {
    color: #ffffff;
    font-size: 19px;
    padding-right: 50px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    .radio-buttons-group {
    margin: 15px 0 0 0;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    .radio-buttons-group
    .pretty.p-default:not(.p-fill)
    input:checked
    ~ .state.p-primary-o
    label:after {
    background-color: #06548d !important;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    .radio-buttons-group
    .pretty {
    margin-bottom: 15px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    .radio-buttons-group
    .pretty
    label {
    color: #ffffff;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    .radio-buttons-group
    .pretty
    label:before {
    background: #ffffff !important;
    border-color: #ffffff !important;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    input[type="text"],
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    input[type="tel"],
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    input[type="email"],
.index .banner .banner-image .banner-contact .consultation form select {
    background: #06548d;
    color: #ffffff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    margin-bottom: 15px;
    height: 55px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    input[type="text"]:focus,
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    input[type="tel"]:focus,
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    input[type="email"]:focus,
.index .banner .banner-image .banner-contact .consultation form select:focus {
    outline: none;
    box-shadow: none;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 15px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 15px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 15px;
}
.index
    .banner
    .banner-image
    .banner-contact
    .consultation
    form
    :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 15px;
}
.index .banner-contact .properties {
    width: 33.33%;
    display: inline-block;
}
.index .banner-contact .properties .owl-nav button {
    position: absolute;
    top: -38px;
    display: block;
    margin: 0;
    height: 38px;
    width: 38px;
    background: #ffffff !important;
    border-radius: 0;
}
.index .banner-contact .properties .owl-nav button:focus,
.index .banner-contact .properties .owl-nav button:active,
.index .banner-contact .properties .owl-nav button:hover {
    outline: none;
    box-shadow: none;
    border: none;
}
.index .banner-contact .properties .owl-nav button span {
    height: 15.28px;
    opacity: 1;
    content: url("../../assets/img/slider-inner.png");
    width: 5.03px;
    border: none;
    text-align: center;
    position: relative;
    top: 2px;
}
.index .banner-contact .properties .owl-nav .owl-prev {
    left: calc(47% - 38.5px);
}
.index .banner-contact .properties .owl-nav .owl-prev span {
    transform: rotate(180deg);
}
.index .banner-contact .properties .owl-nav .owl-next {
    right: calc(53% - 38.5px);
}
.index .banner-contact .properties .properties-slider .slider-block {
    display: flex;
    width: 100%;
}
.index
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-image {
    width: 40%;
    display: inline-block;
}
.index
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details {
    background: #ffffff;
    width: 60%;
    display: inline-block;
    padding: 30px;
}
.index
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    h4 {
    font-size: 19px;
    font-family: "oscinetrialw01-boldregular";
    margin-bottom: 10px;
}
.index
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    p {
    font-size: 15px;
    margin-bottom: 10px;
}
.index
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    ul {
    margin-bottom: 0;
}
.index
    .banner-contact
    .properties
    .properties-slider
    .slider-block
    .slider-details
    ul
    li {
    font-size: 13px;
}
.index .banner-contact .consultation {
    background: #06548d;
    padding: 30px;
    width: 58.6%;
    display: inline-block;
}
.index .banner-contact .consultation h5 {
    color: #ffffff;
    font-size: 21px;
    font-family: "oscinetrialw01-boldregular";
}
.index .banner-contact .consultation form span {
    color: #ffffff;
    font-size: 19px;
    padding-right: 50px;
}
.index .banner-contact .consultation form .radio-buttons-group {
    margin: 15px 0 0 0;
}
.index
    .banner-contact
    .consultation
    form
    .radio-buttons-group
    .pretty.p-default:not(.p-fill)
    input:checked
    ~ .state.p-primary-o
    label:after {
    background-color: #06548d !important;
}
.index .banner-contact .consultation form .radio-buttons-group .pretty {
    margin-bottom: 15px;
}
.index .banner-contact .consultation form .radio-buttons-group .pretty label {
    color: #ffffff;
}
.index
    .banner-contact
    .consultation
    form
    .radio-buttons-group
    .pretty
    label:before {
    background: #ffffff !important;
}
.index .banner-contact .consultation form input[type="text"],
.index .banner-contact .consultation form input[type="tel"],
.index .banner-contact .consultation form input[type="email"],
.index .banner-contact .consultation form select {
    background: #06548d;
    color: #ffffff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    margin-bottom: 15px;
    height: 55px;
}
.index .banner-contact .consultation form input[type="text"]:focus,
.index .banner-contact .consultation form input[type="tel"]:focus,
.index .banner-contact .consultation form input[type="email"]:focus,
.index .banner-contact .consultation form select:focus {
    outline: none;
    box-shadow: none;
}
.index .banner-contact .consultation form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 15px;
}
.index .banner-contact .consultation form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 15px;
}
.index .banner-contact .consultation form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 15px;
}
.index .banner-contact .consultation form :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 15px;
}
.index .banner-contact .send-button {
    width: 8%;
    display: inline-block;
}
.index .banner-contact .send-button button {
    width: 100%;
    height: 150px;
    background: #074b7c !important;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "oscinetrialw01-boldregular";
}
.index .banner-info {
    padding: 15px 0;
    background-color: #06548d;
    margin-bottom: 25px;
}
.index .banner-info .text-content-inner h3 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.index .banner-info .text-content-inner h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px;
}
.index .banner-info .text-content-inner ul {
    margin-bottom: 0;
}
.index .banner-info .text-content-inner ul li:not(:last-child) {
    margin-right: 15px;
}
.index .banner-info .text-content-inner ul li a {
    font-size: 14px;
    color: #ffffff;
}
.index .banner-info .text-content-inner ul li a img {
    vertical-align: inherit;
    max-height: 15px;
    margin-right: 10px;
}
.index .home-about {
    margin: 50px 0;
}
.index .home-about h2 {
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 24px;
    color: #4b5a6a;
    text-transform: capitalize;
    margin-bottom: 0;
    width: 96px;
    height: 28px;
}
.index .home-about h3 {
    font-size: 37px;
    color: #06548d;
    margin-bottom: 25px;
}
.index .home-about a {
    text-transform: uppercase;
    font-family: "oscinetrialw01-boldregular";
    font-size: 14px;
    color: #3e3e3e;
    padding: 10px 0;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}
.index .home-about a:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3e3e3e;
    transition: all 0.3s;
}
.index .home-about a img {
    margin-left: 5px;
    position: relative;
    bottom: 3px;
    transition: all 0.3s;
}
.index .home-about a:hover:after {
    width: 100%;
    transition: all 0.3s;
}
.index .featured-services {
    padding: 50px 0 35px 0;
    background-color: #fffbf1;
}
.index .featured-services .block {
    position: relative;
    margin-bottom: 15px;
}
.index .featured-services .block:hover p {
    max-height: initial !important;
}
.index .featured-services .block .image img {
    width: 100%;
}
.index .featured-services .block .details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    padding: 30px;
    transition: all 0.15s;
    
}
.index .featured-services .block .details h3 {
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    color: #06548d;
}
.index .featured-services .block .details p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
.index .featured-videos {
    margin: 50px 0;
    border-bottom: 1px solid #dedede;
}
.index .featured-videos .video-slider {
    padding-top: 30px;
}
.index .featured-listings {
    margin: 50px 0;
    position: relative;
}
.index .featured-listings h2 {
    position: absolute;
    left: -60px;
    top: 32%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 24px;
    color: #4b5a6a;
    text-transform: capitalize;
    margin-bottom: 0;
}
.index .featured-listings a.view-all {
    text-transform: uppercase;
    font-family: "oscinetrialw01-boldregular";
    font-size: 14px;
    color: #3e3e3e;
    padding: 10px 0;
    position: relative;
}
.index .featured-listings a.view-all:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3e3e3e;
    transition: all 0.3s;
}
.index .featured-listings a.view-all img {
    margin-left: 5px;
    position: relative;
    bottom: 3px;
    transition: all 0.3s;
}
.index .featured-listings a.view-all:hover:after {
    width: 100%;
    transition: all 0.3s;
}
.index .featured-listings .featured-slider .property {
    position: relative;
}
.index .featured-listings .featured-slider .property p.sold {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background-color: #e2231a;
    color: #ffffff;
    padding: 2px 7px;
    border-radius: 10px;
    margin-bottom: 0;
    z-index: 3;
}
.index .featured-listings .featured-slider .owl-nav {
    margin-top: 0;
}
.index .featured-listings .featured-slider .owl-nav button {
    position: absolute;
    bottom: -30px;
    right: 0;
    display: block;
    margin: 0;
    height: 50px;
    width: 75px;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 0;
}
.index .featured-listings .featured-slider .owl-nav button:focus,
.index .featured-listings .featured-slider .owl-nav button:active,
.index .featured-listings .featured-slider .owl-nav button:hover {
    outline: none;
    box-shadow: none;
    border: none;
}
.index .featured-listings .featured-slider .owl-nav button span {
    height: 50px;
    content: url("../../assets/img/main-slider.png");
    width: 75px;
    border: none;
    text-align: center;
    position: relative;
    top: 2px;
}
.index .featured-listings .featured-slider .owl-nav .owl-prev {
    right: 100px;
}
.index .featured-listings .featured-slider .owl-nav .owl-prev span {
    transform: rotate(180deg);
}
.index .featured-listings .featured-slider .property-slider {
    overflow: visible;
}
.index .featured-listings .featured-slider .property-slider:hover .owl-nav {
    opacity: 1;
    transition: all 0.4s;
}
.index
    .featured-listings
    .featured-slider
    .property-slider:hover
    .property-slider-block:before {
    height: 0;
    transition: all 0.4s;
}
.index
    .featured-listings
    .featured-slider
    .property-slider:hover
    .property-slider-block
    .slider-details {
    background: #ffffff;
    transition: all 0.4s;
    overflow: visible;
    transform: translateY(55px);
}
.index
    .featured-listings
    .featured-slider
    .property-slider:hover
    .property-slider-block
    .slider-details
    h4,
.index
    .featured-listings
    .featured-slider
    .property-slider:hover
    .property-slider-block
    .slider-details
    p {
    color: #3e3e3e;
    transition: all 0.4s;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:100%
}
.index
    .featured-listings
    .featured-slider
    .property-slider:hover
    .property-slider-block
    .slider-image {
    transition: all 0.4s;
}
.index
    .featured-listings
    .featured-slider
    .property-slider:hover
    .property-slider-block
    .slider-image
    img {
    height: 350px;
    object-fit: cover;
    -o-object-position: center;
    transition: all 0.4s;
}
.index .featured-listings .featured-slider .property-slider .owl-nav {
    opacity: 0;
    transition: all 0.4s;
}
.index .featured-listings .featured-slider .property-slider .owl-nav button {
    position: absolute;
    top: 25%;
    display: block;
    margin: 0;
    height: 38px;
    width: 38px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .owl-nav
    button:focus,
.index
    .featured-listings
    .featured-slider
    .property-slider
    .owl-nav
    button:active,
.index
    .featured-listings
    .featured-slider
    .property-slider
    .owl-nav
    button:hover {
    outline: none;
    box-shadow: none;
    border: none;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .owl-nav
    button
    span {
    height: 15.28px;
    opacity: 1;
    content: url("../../assets/img/slider-inner.png");
    width: 5.03px;
    border: none;
    text-align: center;
    position: relative;
    top: 2px;
}
.index .featured-listings .featured-slider .property-slider .owl-nav .owl-prev {
    left: 0;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .owl-nav
    .owl-prev
    span {
    transform: rotate(180deg);
}
.index .featured-listings .featured-slider .property-slider .owl-nav .owl-next {
    right: 0;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .property-slider-block {
    position: relative;
    height: 450px;
    margin: 0 5px 60px 5px;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .property-slider-block:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
    z-index: 1;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .property-slider-block
    .slider-image
    img {
    height: 450px;
    object-fit: cover;
    transition: all 0.4s;
    object-position: center;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .property-slider-block
    .slider-details {
    box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    padding: 30px;
    left: 0;
    background: transparent;
    transition: all 0.4s;
    width: 100%;
    z-index: 2;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .property-slider-block
    .slider-details
    h4,
.index
    .featured-listings
    .featured-slider
    .property-slider
    .property-slider-block
    .slider-details
    p {
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:100%;
}
.index
    .featured-listings
    .featured-slider
    .property-slider
    .property-slider-block
    .slider-details
    h4 {
    font-size: 20px;
    -webkit-text-stroke-width: 0.251px;
    -webkit-text-stroke-color: black;
}
.index .neighbourhoods {
    margin: 50px 0;
}
.index .neighbourhoods a.view-all {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    width: max-content;
    display: block;
    margin-left: auto;
    color: #1a1d1e;
}
.index .neighbourhoods .neighbourhood-slider {
    padding: 25px 0 50px 0;
    position: relative;
}
.index .neighbourhoods .neighbourhood-slider .owl-nav button {
    position: absolute;
    right: calc((100% - 100px) / 2);
    bottom: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}
.index .neighbourhoods .neighbourhood-slider .owl-nav button.owl-prev {
    left: calc((100% - 100px) / 2) !important;
}
.index
    .neighbourhoods
    .neighbourhood-slider
    .owl-nav
    button.owl-prev
    span:after {
    transform: rotate(180deg);
}
.index .neighbourhoods .neighbourhood-slider .owl-nav button span {
    width: 38px;
    height: 21px;
    visibility: hidden;
    position: relative;
    display: block;
}
.index .neighbourhoods .neighbourhood-slider .owl-nav button span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    left: 0;
    top: 0;
    background-image: url("../../assets/img/arrow-right.svg");
    background-size: cover;
    background-position: center;
    visibility: visible;
}
.index .neighbourhoods .neighbourhood-slider .slider-block .image {
    position: relative;
}
.index .neighbourhoods .neighbourhood-slider .slider-block .image p.tag {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #06548d;
    color: #ffffff;
    font-weight: 500;
    padding: 0 15px;
    margin-bottom: 0;
    border-radius: 25px;
    text-transform: uppercase;
}
.index .testimonials {
    padding: 50px 0 0 0;
}
.index .testimonials h6 {
    text-transform: uppercase;
    font-size: 13px;
    color: #888796;
}
.index .testimonials h2 {
    font-size: 33px;
    color: #4b5a6a;
}
.index .testimonials .owl-nav button {
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0;
    height: 67px;
    width: 75px;
    background: #ffffff !important;
    border-radius: 0;
    border: 1px solid #d9d9d9 !important;
}
.index .testimonials .owl-nav button:focus,
.index .testimonials .owl-nav button:active,
.index .testimonials .owl-nav button:hover {
    outline: none;
    box-shadow: none;
    border: none;
}
.index .testimonials .owl-nav button span {
    height: 15px;
    opacity: 1;
    content: url("../../assets/img/test-arrow.png");
    width: 15px;
    border: none;
    text-align: center;
    position: relative;
    top: 2px;
}
.index .testimonials .owl-nav .owl-prev {
    left: calc(50% - 58.5px);
}
.index .testimonials .owl-nav .owl-prev span {
    transform: rotate(180deg);
}
.index .testimonials .owl-nav .owl-next {
    right: calc(50% - 90.5px);
}
.index .testimonials .testimonials-slider {
    margin: 50px 0;
}
.index .testimonials .testimonials-slider .testimonial .testimonial-content {
    position: relative;
    height: 100%;
    width: 100%;
}
.index
    .testimonials
    .testimonials-slider
    .testimonial
    .testimonial-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    background-image: url("../../assets/img/quote.png");
    height: 96px;
    width: 108px;
    background-repeat: no-repeat;
    background-size: cover;
}
.index
    .testimonials
    .testimonials-slider
    .testimonial
    .testimonial-content
    .content-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px 0 88px;
}
.index
    .testimonials
    .testimonials-slider
    .testimonial
    .testimonial-content
    .content-inner
    p {
    color: #686868;
    font-size: 18px;
}
.index
    .testimonials
    .testimonials-slider
    .testimonial
    .testimonial-content
    .content-inner
    h5 {
    font-size: 16px;
    color: #4b5a6a;
    font-family: "oscinetrialw04-boldregular";
    margin-bottom: 5px;
}
.index
    .testimonials
    .testimonials-slider
    .testimonial
    .testimonial-content
    .content-inner
    span {
    color: #4b5a6a;
    font-size: 13px;
}
.index .calculator {
    margin: 60px 0;
    padding: 0 0 115px 0;
    background-image: url("../../assets/img/bg.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
}
.index .calculator .home-vector {
    background: #e5edfb;
    min-height: 275px;
    border: 2px solid #93b1e5;
    border-radius: 3px;
    position: relative;
}
.index .calculator .home-vector img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index .calculator h3 {
    font-size: 27px;
    margin-top: 45px;
    margin-bottom: 0;
}
.index .calculator h6 {
    font-size: 16px;
}
.index .calculator .calculator-form {
    position: relative;
    height: 79px;
    border: 2px solid #06548d;
    overflow: hidden;
    width: 100%;
    display: block;
}
.index .calculator .calculator-form:before {
    content: url("../../assets/img/place.png");
    height: 10px;
    width: 7px;
    position: absolute;
    top: 45%;
    left: 15px;
    transform: translateY(-50%);
    display: block;
}
.index .calculator .calculator-form input[type="text"] {
    display: block;
    border: none;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 31px !important;
    width: calc(100% - 448px);
    background: transparent;
}
.index .calculator .calculator-form input[type="text"]:focus {
    box-shadow: none;
    outline: none;
}
.index .calculator .calculator-form input[type="submit"] {
    position: relative;
    height: 79px;
    float: right;
    background: #06548d;
    color: #ffffff;
    outline: none;
    border: none;
    font-size: 17px;
    padding: 0 25px;
    text-transform: uppercase;
    width: 100%;
    max-width: 417px;
}
.index .find-property {
    background-image: none;
    padding: 50px 0 0 0;
}
.index .find-property h2 {
    color: #4b5a6a;
}
.index .find-property .search-by-bottom .price-range label {
    color: #4b5a6a;
}
.index .find-property .search-by-bottom .keywords {
    border: 1px solid #b9b9b9;
}
.index .find-property a.advanced-search {
    color: #4b5a6a;
}
.index .find-property a.advanced-search img {
    filter: none;
}

.find-property {
    background-image: url("../../assets/img/find-prop.jpg");
    background-size: cover;
    padding: 50px 0;
}
.find-property h2 {
    font-size: 33px;
    color: #ffffff;
}
.find-property .search-by-top {
    margin-bottom: 15px;
    position: relative;
    height: 61px;
    border: 2px solid #06548d;
    max-width: 1000px;
    margin: 30px auto;
    width: 100%;
    display: flex;
}
.find-property .search-by-top form {
    width: 100%;
}
.find-property .search-by-top input[type="text"] {
    display: inline-block;
    border: none;
    height: 57px;
    left: 31px !important;
    background: #ffffff;
    width: calc(100% - 200px);
    border-radius: 0;
}
.find-property .search-by-top input[type="text"]:focus {
    box-shadow: none;
    outline: none;
}
.find-property .search-by-top select {
    height: 57px;
    float: left;
    display: inline-block;
    width: 20%;
    border-right: 2px solid #06548d;
    border-radius: 0;
}
.find-property .search-by-top select:focus {
    outline: none;
    box-shadow: none;
}
.find-property .search-by-top button {
    position: absolute;
    right: 0;
    width: 200px;
    height: 57px;
    float: right;
    background: #06548d;
    color: #ffffff;
    outline: none;
    border: none;
    font-size: 17px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block;
    font-family: "oscinetrialw01-boldregular";
}
.find-property .search-by-top button img {
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    filter: invert(1);
}
.find-property .advanced-search {
    text-align: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    display: block;
    text-transform: capitalize;
}
.find-property .advanced-search.main img {
    transform: rotate(180deg);
    transition: all 0.3s;
}
.find-property .advanced-search img {
    margin-left: 5px;
    transition: all 0.3s;
    position: relative;
    bottom: 3px;
    filter: brightness(500%);
}
.find-property .search-by-bottom {
    display: none;
}
.find-property .search-by-bottom.main {
    display: block;
}
.find-property .search-by-bottom select,
.find-property .search-by-bottom input[type="text"] {
    height: 47px;
    margin-bottom: 30px;
    border-color: #b9b9b9;
    border-radius: 0;
}
.find-property .search-by-bottom select:focus,
.find-property .search-by-bottom select:visited,
.find-property .search-by-bottom select:active,
.find-property .search-by-bottom select:hover,
.find-property .search-by-bottom input[type="text"]:focus,
.find-property .search-by-bottom input[type="text"]:visited,
.find-property .search-by-bottom input[type="text"]:active,
.find-property .search-by-bottom input[type="text"]:hover {
    border-color: #b9b9b9 !important;
    box-shadow: none !important;
    outline: none;
}
.find-property .search-by-bottom select {
    width: 100%;
    padding: 0 10px;
    background: #ffffff;
}
.find-property .search-by-bottom .keywords {
    height: 47px;
    overflow: hidden;
    display: flex;
    position: relative;
    background: #ffffff;
}
.find-property .search-by-bottom .keywords span,
.find-property .search-by-bottom .keywords input[type="text"],
.find-property .search-by-bottom .keywords input[type="submit"] {
    display: inline-block;
    height: 47px;
}
.find-property .search-by-bottom .keywords span:focus,
.find-property .search-by-bottom .keywords input[type="text"]:focus,
.find-property .search-by-bottom .keywords input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}
.find-property .search-by-bottom .keywords span {
    padding: 10px;
    border-right: 1px solid #b9b9b9;
    width: 15%;
    text-align: center;
}
.find-property .search-by-bottom .keywords input[type="text"] {
    border: none;
    width: 85%;
    padding: 10px;
}
.find-property .search-by-bottom .keywords input[type="submit"] {
    width: 15%;
    text-align: center;
    background: #ffffff;
    border: none;
    color: #ffffff;
    float: right;
    outline: none;
    font-size: 17px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block;
}
.find-property .search-by-bottom .price-range {
    margin-bottom: 30px;
}
.find-property .search-by-bottom .price-range label {
    color: #ffffff;
}
.find-property .search-by-bottom .price-range .ui-slider-horizontal {
    height: 7px;
    background: #e2e2e2;
}
.find-property .search-by-bottom .price-range .ui-widget-header {
    background: #06548d;
    height: 7px;
}
.find-property
    .search-by-bottom
    .price-range
    span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #e2e2e2;
    height: 16px;
    border-radius: 50%;
    width: 16px;
    border: 1px solid #b1b1b1;
}
.find-property
    .search-by-bottom
    .price-range
    span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
.find-property
    .search-by-bottom
    .price-range
    span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: none;
    border: 1px solid #b1b1b1;
    box-shadow: none;
}
.find-property .search-by-bottom .price-range p {
    margin-bottom: 4px;
}
.find-property .search-by-bottom .price-range p input {
    margin-bottom: 0;
    height: auto;
    border: none !important;
    outline: none;
    font-weight: initial !important;
    color: #ffffff !important;
    background: transparent;
}

.container-fluid {
    padding: 0 50px;
}

.property-list-page {
    min-height: 500px;
}
.property-list-page .property-lists {
    margin-top: 25px;
    position: relative;
    min-height: 400px;
}
.property-list-page .property-lists.sold {
    padding-top: 50px;
}
.property-list-page .property-lists .center {
    width: auto;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.property-list-page .property-lists h2 {
    font-size: 26px;
    display: inline-block;
    text-transform: capitalize;
    color: #4b5a6a;
    margin-bottom: 15px;
    margin-right: 5px;
}
.property-list-page .property-lists a.back-button {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    background: #ffffff;
    padding: 10px 25px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "oscinetrialw04-boldregular";
}
.property-list-page .property-lists ul.toggle-links {
    display: inline-block;
    float: right;
}
.property-list-page .property-lists ul.toggle-links li a img {
    max-height: 17px;
}
.property-list-page .property-lists a.view-more {
    max-width: 88px;
    font-size: 13px;
    color: #888796;
    margin: 10px auto;
    display: block;
    text-transform: uppercase;
}
.property-list-page .property-lists a.view-more img {
    margin-left: 6px;
    position: relative;
    bottom: 3px;
}
.property-list-page .property-lists .props-lists .props-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
    justify-content: start;
}
.property-list-page .property-lists .props-lists .props-list .property {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 15px;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details {
    padding: 30px;
    background: #f2f2f2;
    transition: all 0.4s;
    width: 100%;
    position: relative;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.sold {
    color: #ffffff;
    background-color: red;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: capitalize;
    width: max-content;
    font-weight: 500;
    font-size: 14px;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.location {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin-bottom: 10px;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.location:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    background-image: url("../../assets/img/place.png");
    background-repeat: no-repeat;
    height: 17px;
    width: 15px;
    background-size: 100%;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.sold-price {
    color: red;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p:last-child {
    margin-bottom: 0;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p:before {
    position: absolute;
    left: 0;
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.price:before {
    background-image: url("../../assets/img/price-tag.png");
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.bed:before {
    background-image: url("../../assets/img/bedroom.png");
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.bath:before {
    background-image: url("../../assets/img/bathtub.png");
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    p.sqft:before {
    background-image: url("../../assets/img/sqft.png");
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .slider-details
    h4 {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 5px;
    font-size: 19px;
    padding-left: 0;
    font-family: "oscinetrialw04-boldregular";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property:hover
    .slider-details {
    background: #ffffff !important;
    transition: all 0.3s;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property:hover
    .property-list-slider
    .owl-nav {
    opacity: 1;
    transition: all 0.4s;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property:hover
    .property-list-slider
    .slider-image:before {
    background: rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property:nth-child(4n) {
    margin-right: 0;
}
.property-list-page
    .property-lists
    .props-lists
    .props-list
    .property
    .carousel
    .carousel-inner
    img {
    height: 405px;
    object-fit: cover;
}
.property-list-page .property-lists .props-grid .property {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.property-list-page .property-lists .props-grid .property:hover .owl-nav {
    opacity: 1;
    transition: all 0.4s;
}
.property-list-page
    .property-lists
    .props-grid
    .property:hover
    .slider-image:before {
    background: rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s;
}
.property-list-page
    .property-lists
    .props-grid
    .property:hover
    .slider-details {
    background: #ffffff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .carousel
    .carousel-inner
    img {
    height: 340px;
    object-fit: cover;
    width: 100%;
}
.property-list-page .property-lists .props-grid .property .property-list-slider,
.property-list-page .property-lists .props-grid .property .carousel {
    width: 50%;
    display: inline-block;
    height: 100%;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .property-list-slider
    .property-slider-block
    .slider-image,
.property-list-page
    .property-lists
    .props-grid
    .property
    .carousel
    .property-slider-block
    .slider-image {
    position: relative;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .property-list-slider
    .property-slider-block
    .slider-image
    img,
.property-list-page
    .property-lists
    .props-grid
    .property
    .carousel
    .property-slider-block
    .slider-image
    img {
    position: relative;
    height: 263px;
    width: 100%;
    object-fit: cover;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .property-list-slider
    .property-slider-block
    .slider-image
    img:before,
.property-list-page
    .property-lists
    .props-grid
    .property
    .carousel
    .property-slider-block
    .slider-image
    img:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.property-list-page .property-lists .props-grid .property .slider-details {
    width: 50%;
    display: inline-block;
    background: #f2f2f2;
    padding: 30px;
    transition: all 0.3s;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    p.sold {
    color: #ffffff;
    background-color: red;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: capitalize;
    width: max-content;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.property-list-page .property-lists .props-grid .property .slider-details h4 {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 0;
    font-family: "oscinetrialw04-boldregular";
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:100%;
}
.property-list-page .property-lists .props-grid .property .slider-details span {
    color: #686868;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 75px;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    p.default {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "oscinetrialw01-boldregular";
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    p.default
    span {
    font-family: "oscinetrialw01-regularregular";
    display: inline-block;
    height: initial;
    max-height: initial;
    margin-bottom: 0;
    overflow: initial;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    p.location {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin-bottom: 10px;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    p.location:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    background-image: url("../../assets/img/place.png");
    background-repeat: no-repeat;
    height: 17px;
    width: 15px;
    background-size: 100%;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    p.location
    span {
    height: auto;
    margin-bottom: 0;
    display: inline-block;
    font-size: 15px;
    color: #212529;
    vertical-align: bottom;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li {
    margin-bottom: 10px;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li:not(:last-child) {
    margin-right: 20px;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p.sold-price {
    color: red;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p:last-child {
    margin-bottom: 0;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p:before {
    position: absolute;
    left: 0;
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p.price:before {
    background-image: url("../../assets/img/price-tag.png");
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p.bed:before {
    background-image: url("../../assets/img/bedroom.png");
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p.bath:before {
    background-image: url("../../assets/img/bathtub.png");
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    ul
    li
    p.sqft:before {
    background-image: url("../../assets/img/sqft.png");
}
.property-list-page
    .property-lists
    .props-grid
    .property
    .slider-details
    a.read-more {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    background: #ffffff;
    padding: 10px 25px;
    font-family: "oscinetrialw04-boldregular";
    font-size: 14px;
}
.property-list-page .property-lists .map-view {
    display: block;
    padding-bottom: 10px;
}
.property-list-page .property-lists .map-view .map-view-inner {
    display: flex;
    width: 100%;
}
.property-list-page .property-lists .map-view .map-view-inner .map-block {
    width: 50%;
    display: inline-block;
    height: 90vh;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-block
    iframe {
    height: 100%;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property {
    width: 50%;
    display: inline-block;
    padding-left: 15px;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
    justify-content: start;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property:nth-child(2n) {
    margin-right: 0;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details {
    padding: 30px;
    background: #f2f2f2;
    transition: all 0.4s;
    width: 100%;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p.sold-price {
    color: red;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p:last-child {
    margin-bottom: 0;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p:before {
    position: absolute;
    left: 0;
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p.price:before {
    background-image: url("../../assets/img/price-tag.png");
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p.bed:before {
    background-image: url("../../assets/img/bedroom.png");
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p.bath:before {
    background-image: url("../../assets/img/bathtub.png");
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p.sqft:before {
    background-image: url("../../assets/img/sqft.png");
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    p.sold {
    color: #ffffff;
    background-color: red;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: capitalize;
    width: max-content;
    font-weight: 500;
    font-size: 14px;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .slider-details
    h4 {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 5px;
    font-size: 19px;
    padding-left: 0;
    font-family: "oscinetrialw04-boldregular";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property:hover
    .slider-details {
    background: #ffffff !important;
    transition: all 0.3s;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property:hover
    .property-list-slider
    .owl-nav {
    opacity: 1;
    transition: all 0.4s;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property:hover
    .property-list-slider
    .slider-image:before {
    background: rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s;
}
.property-list-page
    .property-lists
    .map-view
    .map-view-inner
    .map-property
    .properties
    .property
    .carousel
    .carousel-inner
    img {
    height: 300px;
    object-fit: cover;
}

.property-detail .image-slider {
    margin-bottom: 50px;
}
.property-detail .image-slider .properties-slider-detail img {
    height: 549px;
    object-fit: cover;
}
.property-detail .property-detail-inner {
    padding-bottom: 50px;
}
.property-detail .property-detail-inner .container {
    max-width: 1375px;
}
.property-detail .property-detail-inner .property-main {
    margin-bottom: 30px;
}
.property-detail .property-detail-inner .property-main h3 {
    font-size: 21px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .property-main ul {
    margin-bottom: 0;
}
.property-detail .property-detail-inner .property-main ul li {
    font-size: 15px;
    color: #444444;
    font-weight: 600;
    position: relative;
}
.property-detail .property-detail-inner .property-main ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 11px;
}
.property-detail
    .property-detail-inner
    .property-main
    ul
    li:not(:last-child):after {
    position: absolute;
    right: 0;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    background: #c1c1c1;
}
.property-detail .property-detail-inner .property-main ul.social {
    margin: 15px 0;
}
.property-detail
    .property-detail-inner
    .property-main
    ul.social
    li:not(:last-child) {
    margin-right: 10px !important;
    padding-right: 0;
}
.property-detail
    .property-detail-inner
    .property-main
    ul.social
    li:not(:last-child):after {
    display: none;
}
.property-detail .property-detail-inner .property-main ul.social li a {
    border: 1px solid #444444;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    transition: all 0.25s;
}
.property-detail .property-detail-inner .property-main ul.social li a:hover {
    background-color: #06548d;
    

}
.property-detail .property-detail-inner .property-main ul.social a span {
    color: #444444;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
  }
  .property-detail .property-detail-inner .property-main ul.social a span:hover{
    color: #ffffff;
  }

.property-detail
    .property-detail-inner
    .property-main
    ul.social
    li
    a:hover
    .fa {
    color: #ffffff;
}
.property-detail .property-detail-inner .property-main ul.social li a .fa {
    color: #06548d;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
}
.property-detail .property-detail-inner .property-main p {
    margin-bottom: 10px;
}
.property-detail .property-detail-inner .property-main .main-right {
    text-align: right;
}
.property-detail .property-detail-inner .property-main .main-right p {
    color: #aaaaaa;
}
.property-detail .property-detail-inner .property-main .main-right p.sold {
    color: #ffffff;
    background-color: red;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: capitalize;
    width: max-content;
    margin-left: auto;
    font-weight: 500;
    font-size: 14px;
}
.property-detail .property-detail-inner .bg-common {
    background: #f8f8f8;
    padding: 30px;
}
.property-detail .property-detail-inner .bg-common h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
}
.property-detail .property-detail-inner .bg-common .property {
    margin-top: 15px;
}
.property-detail .property-detail-inner .bg-common .property .property-image {
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.property-detail
    .property-detail-inner
    .bg-common
    .property
    .property-image
    img {
    width: 100%;
    height: 149px;
    object-fit: cover;
}
.property-detail
    .property-detail-inner
    .bg-common
    .property
    .property-image
    span.sale {
    color: #ffffff;
    background: #06548d;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .property
    .property-image
    a.fav {
    position: absolute;
    right: 5px;
    top: 5px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .property
    .property-image
    a.fav.active
    i {
    color: #d50116;
    transition: all 0.3s;
}
.property-detail
    .property-detail-inner
    .bg-common
    .property
    .property-image
    a.fav
    i {
    color: #ffffff;
    transition: all 0.3s;
}
.property-detail .property-detail-inner .bg-common .property p.home {
    font-size: 12px;
}
.property-detail .property-detail-inner .bg-common .property p.home i {
    margin-right: 3px;
}
.property-detail .property-detail-inner .bg-common .property ul {
    margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .property ul li {
    font-size: 13px;
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .property ul li span {
    font-weight: 700;
}
.property-detail .property-detail-inner .bg-common .property a h5 {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    height: 19px;
    overflow: hidden;
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .property a p {
    color: #111111;
    font-size: 14px;
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
}
.property-detail .property-detail-inner .bg-common:not(:last-child) {
    margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common p {
    font-size: 15px;
}
.property-detail .property-detail-inner .bg-common ul.about-property {
    list-style: none;
    padding: 0;
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common ul.about-property li {
    margin-bottom: 10px;
    width: 100%;
}
.property-detail .property-detail-inner .bg-common ul.about-property li span {
    width: 40%;
    display: inline-block;
    vertical-align: text-top;
    font-weight: 600;
}
.property-detail
    .property-detail-inner
    .bg-common
    ul.about-property
    li
    span:nth-child(2) {
    width: 60%;
    font-weight: 400;
}
.property-detail .property-detail-inner .bg-common ul.update {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common ul.update li {
    margin-bottom: 5px;
    width: 100%;
}
.property-detail .property-detail-inner .bg-common ul.update li span {
    display: inline-block;
    vertical-align: text-top;
    font-weight: 600;
}
.property-detail
    .property-detail-inner
    .bg-common
    ul.update
    li
    span:nth-child(2) {
    padding-left: 50px;
    font-weight: 400;
}
.property-detail .property-detail-inner .bg-common h3.up-coming {
    font-size: 20px;
    font-weight: 600;
}
.property-detail .property-detail-inner .bg-common h3.up-coming span {
    font-size: 16px;
    font-weight: 400;
}
.property-detail .property-detail-inner .bg-common .schedule {
    padding-left: 60px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.property-detail .property-detail-inner .bg-common .schedule .image {
    border: 1px solid #e2e2e2;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 7px;
    background: #ffffff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
}
.property-detail .property-detail-inner .bg-common .schedule h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #444444;
}
.property-detail .property-detail-inner .bg-common .schedule p {
    margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .detail-block {
    margin-bottom: 50px;
    display: block;
}
.property-detail .property-detail-inner .bg-common .detail-block.main {
    display: none;
}
.property-detail .property-detail-inner .bg-common .detail-block h4 {
    margin-bottom: 20px;
}
.property-detail .property-detail-inner .bg-common .detail-block ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.property-detail .property-detail-inner .bg-common .detail-block ul li {
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .detail-block ul li span {
    font-size: 15px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .detail-block
    ul
    li
    span:nth-child(1) {
    font-weight: 600;
    margin-right: 10px;
}
.property-detail .property-detail-inner .bg-common .detail-block.full table {
    width: 100%;
}
.property-detail
    .property-detail-inner
    .bg-common
    .detail-block.full
    table
    tr
    td {
    width: 25%;
    vertical-align: top;
    font-size: 15px;
    padding: 5px 5px 5px 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .detail-block.full
    table
    tr
    td:nth-child(1) {
    font-weight: 600;
}
.property-detail
    .property-detail-inner
    .bg-common
    .detail-block.full
    table
    tr
    td
    p {
    font-weight: 400;
    margin-bottom: 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .detail-block.full
    table
    tr
    td:nth-child(3) {
    width: 50% !important;
}
.property-detail .property-detail-inner .bg-common a.show-less {
    display: block;
    padding: 10px;
    background: #ffffff;
    color: #111111;
    text-align: center;
    width: 100%;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    font-weight: 600;
}
.property-detail .property-detail-inner .bg-common a.show-less span {
    display: inline-block;
}
.property-detail
    .property-detail-inner
    .bg-common
    a.show-less
    span:nth-child(2) {
    display: inline-block;
}
.property-detail
    .property-detail-inner
    .bg-common
    a.show-less
    span:nth-child(1) {
    display: none;
}
.property-detail .property-detail-inner .bg-common a.show-less img {
    transform: rotate(-180deg);
    transition: all 0.2s;
}
.property-detail
    .property-detail-inner
    .bg-common
    a.show-less.main
    span:nth-child(1) {
    display: inline-block;
}
.property-detail
    .property-detail-inner
    .bg-common
    a.show-less.main
    span:nth-child(2) {
    display: none;
}
.property-detail .property-detail-inner .bg-common a.show-less.main img {
    transition: all 0.2s;
    transform: rotate(0deg);
}
.property-detail .property-detail-inner .bg-common .price-history h4 {
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .price-history .divider {
    margin: 15px 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.property-detail .property-detail-inner .bg-common .price-history p a {
    color: #06548d;
    font-weight: 700;
}
.property-detail .property-detail-inner .bg-common .price-history p img {
    vertical-align: top;
}
.property-detail .property-detail-inner .bg-common .price-history table {
    width: 100%;
}
.property-detail .property-detail-inner .bg-common .price-history table tr th {
    width: 25%;
}
.property-detail .property-detail-inner .bg-common .price-history table tr td {
    padding: 5px 0;
    position: relative;
}
.property-detail
    .property-detail-inner
    .bg-common
    .price-history
    table
    tr
    td.price:after {
    position: absolute;
    right: auto;
    top: 10px;
    content: "";
    width: 10px;
    height: 10px;
    background: #71bf44;
    border-radius: 50%;
    margin-left: 5px;
}
.property-detail .property-detail-inner .bg-common .home-value h4 {
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .home-value h6 {
    color: #a1a1a1;
    font-size: 15px;
    margin-bottom: 25px;
}
.property-detail .property-detail-inner .bg-common .home-value .icon-block {
    position: relative;
    width: 100%;
    padding-left: 60px;
    margin: 30px 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .home-value
    .icon-block
    .icon-image {
    position: absolute;
    left: 0;
    top: 3px;
    width: 41px;
    height: 41px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding-top: 7px;
}
.property-detail .property-detail-inner .bg-common .home-value .icon-block h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .home-value .icon-block p {
    margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section {
    margin: 50px 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs {
    border-bottom: none;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item {
    border-bottom: none;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item:not(:last-child) {
    margin-right: 25px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item
    .nav-link {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    display: inline-block;
    padding: 10px 0;
    border: none;
    position: relative;
    transition: all 0.2s;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item
    .nav-link:before {
    width: 0 !important;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #ffffff;
    transition: all 0.2s;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item
    .nav-link.active,
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item
    .nav-link:hover {
    border: none;
    color: #ffffff;
    transition: all 0.2s;
    background: transparent;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item
    .nav-link.active:before,
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .nav-tabs
    .nav-item
    .nav-link:hover:before {
    width: 100% !important;
    transition: all 0.2s;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content {
    padding-top: 25px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    table {
    margin: 0 0 15px 0;
    width: 100%;
    border: none;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    table
    tr:not(:last-child) {
    border-bottom: 1px solid #e8e8e8 !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    table
    tr
    th {
    padding: 10px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    table
    tr
    td {
    padding: 10px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    table
    tr
    td:nth-child(2)
    span {
    color: #71bf44;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    table
    tr
    td:nth-child(3)
    span {
    color: #e32;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    table
    tr
    td
    span {
    color: #0000008a;
    font-size: 14px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    p.note {
    font-size: 12px;
    color: #0000008a;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    ul.related
    li
    a {
    padding: 10px 15px;
    color: #0000008a;
    border: 1px solid #cccccc;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card {
    background: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header {
    background: transparent;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header
    button {
    padding: 10px 30px 10px 50px;
    color: #000000de;
    text-decoration: none;
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: 17px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header
    button
    .icon {
    position: absolute;
    background: #ffffff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header
    button
    .icon
    i {
    font-size: 20px;
    padding-top: 10px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header
    button
    .icon
    img {
    height: 30px !important;
    width: auto !important;
    padding-top: 10px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header
    button
    span {
    font-size: 12px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header
    button:before {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 19px;
    width: 19px;
    transform: translateY(-50%) rotate(138deg);
    transition: all 0.2s;
    content: "";
    background-image: url("../../assets/img/plus.svg");
    background-size: auto;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-header
    button.collapsed:before {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 19px;
    width: 19px;
    transform: translateY(-50%);
    transition: all 0.2s;
    content: "";
    background-image: url("../../assets/img/plus.svg");
    background-size: auto;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-body
    h6 {
    font-size: 15px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .card
    .card-body
    p {
    color: #0000008a;
    font-size: 15px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .school-block {
    padding-left: 75px;
    position: relative;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .school-block
    .count {
    position: absolute;
    background: #ffffff;
    left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    padding-top: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .school-block
    .count.yellow-text {
    color: #fdb725 !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .school-block
    .count.green-text {
    color: #71bf44 !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .commute-block {
    padding-left: 75px;
    position: relative;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .commute-block
    .commute-icon {
    background: #ffffff;
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    padding-top: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .commute-block
    h6 {
    margin-bottom: 3px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .commute-block
    h6
    span {
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .commute-block
    ul
    li {
    font-size: 12px;
    color: #00000061;
}
.property-detail
    .property-detail-inner
    .bg-common
    .neighbourhood
    .tab-section
    .tab-content
    .commute-block
    ul
    li
    i {
    color: #00000061;
    vertical-align: text-top;
    font-size: 12px;
    margin-right: 5px;
}
.property-detail .property-detail-inner .bg-common .affordability h4 {
    margin-bottom: 25px;
}
.property-detail .property-detail-inner .bg-common .affordability .afford {
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: flex;
    width: 100%;
    position: relative;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .afford:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #dfdfdf;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .afford
    .block {
    width: 50%;
    display: inline-block;
    text-align: center;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .afford
    .block
    p {
    margin-bottom: 0;
    font-size: 16px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .afford
    .block
    h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .affordability p.plan {
    text-align: center;
    font-size: 18px;
}
.property-detail .property-detail-inner .bg-common .affordability p.plan span {
    font-weight: 600;
}
.property-detail .property-detail-inner .bg-common .affordability p.score {
    text-align: center;
    font-size: 18px;
}
.property-detail .property-detail-inner .bg-common .affordability p.score span {
    color: #d50116;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block {
    width: 100%;
    display: flex;
    position: relative;
    padding: 25px 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block:after {
    position: absolute;
    right: 0;
    top: 0;
    content: url("../../assets/img/place-dark.png");
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li {
    width: calc((50% - 10px) / 2);
    display: inline-block;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li
    p {
    font-size: 12px;
    margin: 5px 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li
    .progress {
    height: 8px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li:first-child {
    width: 50%;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li:first-child
    .progress
    .progress-bar {
    background-color: #71bf44 !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li:nth-child(2)
    .progress
    .progress-bar {
    background-color: #fdb725 !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li:nth-child(3)
    .progress
    .progress-bar {
    background-color: #e32 !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    ul.progress-block
    li:not(:last-child) {
    margin-right: 5px;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block {
    margin: 50px 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block {
    display: flex;
    width: 100%;
    margin-top: 15px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-left,
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right {
    width: 50%;
    display: inline-block;
    position: relative;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-left
    label,
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right
    label {
    padding-top: 8px;
    margin-bottom: 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right
    .form-control {
    margin-bottom: 0;
    background: #fafafa !important;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right.dollor {
    position: relative;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right.dollor
    .form-control {
    padding-left: 15px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right.dollor:after {
    position: absolute;
    left: 3px;
    top: 8px;
    content: "$";
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right.percentage {
    position: relative;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right.percentage
    .form-control {
    padding-right: 15px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .form-block
    .block
    .block-right.percentage:after {
    position: absolute;
    right: 3px;
    top: 8px;
    content: "%";
}
.property-detail .property-detail-inner .bg-common .affordability .coach h5 {
    font-size: 15px;
    font-weight: 600;
}
.property-detail .property-detail-inner .bg-common .affordability .coach ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common .affordability .coach ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .coach
    ul
    li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now {
    border: 2px solid #45aa13;
    padding: 30px;
    position: relative;
    display: flex;
    border-radius: 7px;
    padding-left: 100px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .apply-now
    .block {
    width: 200px;
    display: inline-block;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .apply-now
    .block
    a {
    color: #ffffff;
    display: block;
    text-align: center;
    background: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-radius: 4px;
    text-transform: capitalize;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .apply-now
    .block:nth-child(1) {
    width: calc(100% - 200px);
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now p {
    margin-bottom: 0;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .apply-now
    p
    span {
    font-size: 25px;
    font-weight: 600;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .apply-now
    h5 {
    font-size: 15px;
    margin-bottom: 5px;
}
.property-detail
    .property-detail-inner
    .bg-common
    .affordability
    .apply-now:before {
    position: absolute;
    left: 30px;
    top: 30px;
    content: url("../../assets/img/grren-tick.png");
}
.property-detail .property-detail-inner .faq-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card {
    background: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
}
.property-detail
    .property-detail-inner
    .faq-card
    #accordion-two
    .card
    .card-header {
    background: transparent;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
    border-top: 1px solid #e8e8e8;
}
.property-detail
    .property-detail-inner
    .faq-card
    #accordion-two
    .card
    .card-header
    button {
    padding: 15px 30px 15px 0;
    color: #000000de;
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.property-detail
    .property-detail-inner
    .faq-card
    #accordion-two
    .card
    .card-header
    button:before {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 19px;
    width: 19px;
    transform: translateY(-50%) rotate(138deg);
    transition: all 0.2s;
    content: "";
    background-image: url("../../assets/img/plus.svg");
    background-size: auto;
}
.property-detail
    .property-detail-inner
    .faq-card
    #accordion-two
    .card
    .card-header
    button.collapsed:before {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 19px;
    width: 19px;
    transform: translateY(-50%);
    transition: all 0.2s;
    content: "";
    background-image: url("../../assets/img/plus.svg");
    background-size: auto;
}
.property-detail
    .property-detail-inner
    .faq-card
    #accordion-two
    .card
    .card-body
    h6 {
    font-size: 15px;
}
.property-detail
    .property-detail-inner
    .faq-card
    #accordion-two
    .card
    .card-body
    p {
    color: #0000008a;
    font-size: 15px;
}
.property-detail .property-detail-inner .ask-home {
    position: sticky;
    top: 100px;
    padding: 30px;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
}
.property-detail .property-detail-inner .ask-home h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.property-detail .property-detail-inner .ask-home form .form-control {
    height: 47px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.property-detail .property-detail-inner .ask-home form textarea {
    height: 108px !important;
}
.property-detail .property-detail-inner .ask-home form input[type="submit"] {
    background: #06548d;
    color: #ffffff;
    border-radius: 4px;
    height: 47px;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
}

.page-header {
    padding: 50px;
    background: #06548d;
}
.page-header h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
    font-family: "oscinetrialw01-boldregular";
    letter-spacing: 0.5px;
}

.property-value-page .page-inner {
    padding: 50px 0 100px 0;
}
.property-value-page .page-inner form select,
.property-value-page .page-inner form input {
    width: 100%;
    height: 47px;
    border: none;
    background: #efefef;
    padding: 10px;
    font-size: 15px;
    color: #888796;
    margin-bottom: 15px;
}
.property-value-page .page-inner form select:focus,
.property-value-page .page-inner form input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.property-value-page .page-inner form input[type="submit"] {
    color: #ffffff;
    background: #06548d;
    max-width: 192px;
    width: 100%;
    height: 47px;
    border: none;
    font-family: "oscinetrialw04-boldregular";
    margin-bottom: 25px;
}
.property-value-page .page-inner h3 {
    font-size: 19px;
    color: #4b5a6a;
    font-family: "oscinetrialw01-boldregular";
    margin-bottom: 25px;
}
.property-value-page .page-inner h6.location {
    margin-top: 15px;
    font-size: 15px;
    color: #002753;
}
.property-value-page .page-inner h6.location img {
    position: relative;
    bottom: 5px;
}
.property-value-page .page-inner h6.location a {
    text-transform: capitalize;
    color: #ff003c;
    text-decoration: underline;
    margin-left: 10px;
}

.inner-page .page-inner {
    padding: 50px 0 100px 0;
}
.inner-page .page-inner h3 {
    font-size: 19px;
    color: #4b5a6a;
    font-family: "oscinetrialw01-boldregular";
    margin-bottom: 15px;
}
.inner-page .page-inner ul {
    list-style-image: url("../../assets/img/list-style.png");
    margin: 25px 0;
}
.inner-page .page-inner ul li {
    margin-bottom: 10px;
}
.inner-page .page-inner p {
    line-height: 30px;
}
.inner-page .page-inner .form-block {
    position: sticky;
    top: 90px;
}
.inner-page .page-inner .form-block img {
    width: 100%;
}
.inner-page .page-inner .form-block form {
    margin: 15px 0;
}
.inner-page .page-inner .form-block form input {
    margin-bottom: 10px;
    height: 51px;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #efefef;
}
.inner-page .page-inner .form-block form input[type="submit"] {
    text-transform: uppercase;
    background: #06548d;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
}

.contact-page .page-inner {
    padding: 50px 0 0 0;
}
.contact-page .page-inner .block-left {
    padding-bottom: 25px;
}
.contact-page .page-inner .block-left img {
    width: 100%;
}
.contact-page .page-inner .block-left h4 {
    font-size: 37px;
    margin-top: 15px;
    color: #06548d;
    letter-spacing: 3px;
}
.contact-page .page-inner .block-left h5 {
    font-size: 22px;
    color: #06548d;
}
.contact-page .page-inner .block-left a {
    display: block;
    font-size: 19px;
    color: #06548d;
    font-family: "oscinetrialw04-boldregular";
    margin-bottom: 5px;
}
.contact-page .page-inner .block-left a img {
    max-width: 15px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
.contact-page .page-inner .contact-block {
    padding-bottom: 50px;
}
.contact-page .page-inner .contact-block h3 {
    font-size: 22px;
    color: #06548d;
    font-family: "oscinetrialw01-boldregular";
}
.contact-page .page-inner .contact-block form input {
    height: 47px;
    background: #efefef;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.contact-page .page-inner .contact-block form input:focus {
    outline: none;
    box-shadow: gainsboro;
    border: none;
}
.contact-page .page-inner .contact-block form input[type="submit"] {
    color: #ffffff;
    background: #06548d;
    text-transform: uppercase;
    height: 47px;
    max-width: 192px;
    font-family: "oscinetrialw04-boldregular";
    width: 100%;
}
.contact-page .page-inner .contact-block form p {
    font-size: 15px;
    color: #686868;
}
.contact-page .page-inner .contact-block form textarea {
    height: 210px;
    width: 100%;
    background: #efefef;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 10px;
}
.contact-page .page-inner .contact-block form textarea:focus {
    outline: none;
    box-shadow: gainsboro;
    border: none;
}
.contact-page .page-inner .contact-block form .radio-buttons-group {
    margin: 5px 0 15px 0;
}
.contact-page .page-inner .contact-block form .radio-buttons-group span {
    padding-right: 50px;
}
.contact-page
    .page-inner
    .contact-block
    form
    .radio-buttons-group
    .pretty.p-default:not(.p-fill)
    input:checked
    ~ .state.p-primary-o
    label:after {
    background-color: #06548d !important;
}
.contact-page .page-inner .contact-block form .radio-buttons-group .pretty {
    margin-bottom: 15px;
}
.contact-page
    .page-inner
    .contact-block
    form
    .radio-buttons-group
    .pretty
    label:before {
    background: #ffffff !important;
}
.contact-page .page-inner .contact-block .select-by {
    margin: 25px 0;
}
.contact-page .page-inner .contact-block .select-by label {
    position: relative;
    max-width: 87px;
    width: 100%;
    /* IMAGE STYLES */
    /* CHECKED STYLES */
}
.contact-page .page-inner .contact-block .select-by label:first-child {
    margin-right: 10px;
}
.contact-page .page-inner .contact-block .select-by label span {
    text-transform: uppercase;
    font-size: 15px;
    color: #002753;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.contact-page .page-inner .contact-block .select-by label [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.contact-page .page-inner .contact-block .select-by label [type="radio"] + img {
    cursor: pointer;
    background: #ffffff;
    height: 79px;
    width: 87px;
    border: 3px solid #f6f6f6;
    padding: 17px 26px 36px 26px;
    max-width: 100%;
}
.contact-page
    .page-inner
    .contact-block
    .select-by
    label
    [type="radio"]
    + img.call {
    padding: 12px 26px 33px 28px !important;
}
.contact-page
    .page-inner
    .contact-block
    .select-by
    label
    [type="radio"]:checked
    + img {
    border: 3px solid #06548d;
}

.about-us .page-inner {
    padding: 50px 0;
}
.about-us .page-inner .left-block img {
    width: 100%;
}
.about-us .page-inner .left-block .bg-block {
    position: relative;
    padding: 30px;
    background: #06548d;
}
.about-us .page-inner .left-block .bg-block h3 {
    color: #ffffff;
    font-size: 37px;
    letter-spacing: 3px;
}
.about-us .page-inner .left-block .bg-block h4 {
    color: #ffffff;
    font-size: 22px;
}
.about-us .page-inner .left-block .bg-block a {
    display: block;
    color: #ffffff;
    font-size: 19px;
    margin-top: 10px;
}
.about-us .page-inner .left-block .bg-block a img {
    margin-right: 10px;
    vertical-align: baseline;
    max-width: 20px;
}
.about-us .page-inner h3 {
    font-size: 22px;
    font-family: "oscinetrialw04-boldregular";
    color: #3e3e3e;
    margin: 10px 0;
}
.about-us .page-inner ul {
    list-style-image: url("../../assets/img/list-style.png");
    margin: 25px 0;
}
.about-us .page-inner ul li {
    margin-bottom: 10px;
}

.pre-construction .page-inner {
    padding: 50px 0;
}
.pre-construction .page-inner .props-lists .props-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
    justify-content: start;
}
.pre-construction .page-inner .props-lists .props-list .property {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
    background: #f2f2f2;
    transition: all 0.4s;
}
.pre-construction .page-inner .props-lists .props-list .property:hover {
    background: #ffffff;
    transition: all 0.4s;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property:hover
    .property-list-slider {
    box-shadow: 0 0px 13px 1px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property:hover
    .property-list-slider
    .owl-nav {
    opacity: 1;
    transition: all 0.4s;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property:hover
    .property-list-slider
    .slider-image:before {
    background: rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s;
}
.pre-construction .page-inner .props-lists .props-list .property:nth-child(3n) {
    margin-right: 0;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider {
    overflow: visible;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav {
    opacity: 0;
    transition: all 0.4s;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    button {
    position: absolute;
    top: 25%;
    display: block;
    margin: 0;
    height: 38px;
    width: 38px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    button:focus,
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    button:active,
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    button:hover {
    outline: none;
    box-shadow: none;
    border: none;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    button
    span {
    height: 15.28px;
    opacity: 1;
    content: url("../../assets/img/slider-inner.png");
    width: 5.03px;
    border: none;
    text-align: center;
    position: relative;
    top: 2px;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    .owl-prev {
    left: 0;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    .owl-prev
    span {
    transform: rotate(180deg);
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .owl-nav
    .owl-next {
    right: 0;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .property-slider-block {
    position: relative;
    transition: all 0.4s;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .property-slider-block
    .slider-image {
    position: relative;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .property-slider-block
    .slider-image
    a {
    display: block;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .property-slider-block
    .slider-image
    a
    img {
    width: 100%;
    position: relative;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .property-slider-block
    .slider-image
    a
    img:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .property-slider-block
    .slider-details {
    padding: 30px;
    transition: all 0.4s;
    width: initial;
}
.pre-construction
    .page-inner
    .props-lists
    .props-list
    .property
    .property-list-slider
    .property-slider-block
    .slider-details
    h4 {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 0;
    font-size: 17px;
    padding-left: 0;
    font-family: "oscinetrialw04-boldregular";
}
.pre-construction .page-inner .registration {
    position: sticky;
    top: 90px;
}
.pre-construction .page-inner .registration h5 {
    font-size: 23px;
    font-family: "oscinetrialw01-boldregular";
}
.pre-construction .page-inner .registration form {
    padding: 15px 0;
}
.pre-construction .page-inner .registration form input {
    height: 47px;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
    background: #efefef;
}
.pre-construction .page-inner .registration form input[type="submit"] {
    background: #ffffff;
    color: #ffffff;
    font-size: 17px;
    font-family: "oscinetrialw04-boldregular";
}
.pre-construction .page-inner .registration form p {
    margin-bottom: 10px;
    font-size: 17px;
    font-family: "oscinetrialw01-boldregular";
    color: #4b5a6a;
}
.pre-construction .page-inner .registration form .pretty {
    margin-bottom: 15px;
}
.pre-construction .page-inner .registration form .pretty .state label {
    font-size: 17px;
    color: #ffffff;
}
.pre-construction .page-inner .registration form .pretty .state label:before {
    border-color: #ffffff;
    height: 14px;
    width: 14px;
    top: 2px;
}
.pre-construction
    .page-inner
    .registration
    form
    .pretty.p-default
    input:checked
    ~ .state
    label:after {
    background-color: #ffffff !important;
    height: 10px;
    width: 10px;
    transform: scale(1);
    top: 4px;
    left: 2px;
}
.pre-construction .free-consultation {
    background: #06548d;
    padding: 50px 0 35px 0;
}
.pre-construction .free-consultation span {
    color: #ffffff;
    font-size: 19px;
    padding-right: 50px;
}
.pre-construction .free-consultation h5 {
    color: #ffffff;
    font-size: 21px;
    font-family: "oscinetrialw01-boldregular";
}
.pre-construction .free-consultation ul {
    display: flex;
    width: 100%;
}
.pre-construction .free-consultation ul li {
    width: 100%;
}
.pre-construction .free-consultation .radio-buttons-group {
    margin: 15px 0 0 0;
}
.pre-construction
    .free-consultation
    .radio-buttons-group
    .pretty.p-default:not(.p-fill)
    input:checked
    ~ .state.p-primary-o
    label:after {
    background-color: #06548d !important;
}
.pre-construction .free-consultation .radio-buttons-group .pretty {
    margin-bottom: 15px;
}
.pre-construction .free-consultation .radio-buttons-group .pretty label {
    color: #ffffff;
}
.pre-construction .free-consultation .radio-buttons-group .pretty label:before {
    background: #ffffff !important;
}
.pre-construction .free-consultation input[type="text"],
.pre-construction .free-consultation input[type="tel"],
.pre-construction .free-consultation input[type="email"],
.pre-construction .free-consultation select {
    background: #06548d;
    color: #ffffff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    margin-bottom: 15px;
    height: 47px;
}
.pre-construction .free-consultation input[type="text"]:focus,
.pre-construction .free-consultation input[type="tel"]:focus,
.pre-construction .free-consultation input[type="email"]:focus,
.pre-construction .free-consultation select:focus {
    outline: none;
    box-shadow: none;
}
.pre-construction .free-consultation input[type="submit"] {
    background: #04396c;
    border-radius: 0;
    color: #ffffff;
    border: none;
    height: 47px;
    text-transform: uppercase;
}
.pre-construction .free-consultation ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 15px;
}
.pre-construction .free-consultation ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 15px;
}
.pre-construction .free-consultation :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 15px;
}
.pre-construction .free-consultation :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 15px;
}

.pre-construction-detail {
    padding-bottom: 50px;
}
.pre-construction-detail h5 {
    font-size: 23px;
    color: #3e3e3e;
    font-family: "oscinetrialw04-boldregular";
}
.pre-construction-detail .image-slider .properties-slider-detail img {
    height: 549px;
    object-fit: cover;
}
.pre-construction-detail .prop-detail ul.menu-nav {
    position: sticky;
    top: 92px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #06548d;
    padding: 15px 15px 10px 15px;
    z-index: 2;
}
.pre-construction-detail .prop-detail ul.menu-nav li:not(:last-child) {
    margin-right: 25px;
}
.pre-construction-detail .prop-detail ul.menu-nav li.active a {
    border-bottom-color: #ffffff;
}
.pre-construction-detail .prop-detail ul.menu-nav li a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "oscinetrialw01-boldregular";
    padding-bottom: 5px;
    border-bottom: 3px solid #06548d;
    display: block;
}
.pre-construction-detail .prop-detail .inner-content {
    padding-top: 30px;
}
.pre-construction-detail .prop-detail .inner-content .block {
    margin: 50px 0;
    scroll-margin-top: 150px;
}
.pre-construction-detail .prop-detail .inner-content .block h4 {
    font-size: 22px;
    font-family: "oscinetrialw01-boldregular";
    margin-bottom: 15px;
}
.pre-construction-detail .prop-detail .inner-content .block ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    ul
    li:not(:last-child) {
    margin-bottom: 5px;
}
.pre-construction-detail .prop-detail .inner-content .block ul.common li {
    color: #92969a;
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    ul.common
    li:not(:last-child) {
    margin-bottom: 5px;
}
.pre-construction-detail .prop-detail .inner-content .block ul.common li a {
    color: #2585c5;
    margin-left: 5px;
}
.pre-construction-detail .prop-detail .inner-content .block ul.common li span {
    color: #000000;
    margin-left: 5px;
}
.pre-construction-detail .prop-detail .inner-content .block ul.amenities {
    column-count: 2;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    ul.amenities
    li
    .fa {
    color: #81b300;
    margin-right: 5px;
}
.pre-construction-detail .prop-detail .inner-content .block .amenities-block {
    max-height: 90px;
    overflow: hidden;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .amenities-block.main {
    max-height: initial;
}
.pre-construction-detail .prop-detail .inner-content .block .feature-content {
    max-height: 47px;
    overflow: hidden;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .feature-content.main {
    max-height: initial;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    ul.nav-tabs.main
    li {
    margin: 0;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    ul.nav-tabs.main
    li
    a {
    border: none;
    padding: 10px 25px;
    position: relative;
    color: #3c4044;
    transition: all 0.2s;
    font-weight: bold;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    ul.nav-tabs.main
    li
    a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #06548d;
    content: "";
    transition: all 0.2s;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    ul.nav-tabs.main
    li
    a.active {
    color: #06548d;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    ul.nav-tabs.main
    li
    a.active:after {
    width: 100%;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content {
    padding-top: 15px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    ul.nav-tabs {
    border: 0;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    ul.nav-tabs
    li:not(:last-child)
    a {
    border-right: 0;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    ul.nav-tabs
    li
    a {
    border-radius: 0;
    border: 1px solid #212529;
    color: #212529;
    font-weight: bold;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    ul.nav-tabs
    li
    a.active {
    border-color: #06548d;
    color: #06548d;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dfe2e5;
    margin-top: 5px;
    max-width: 640px;
    padding-top: 5px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .image {
    display: inline-block;
    height: 90px;
    width: 90px;
    overflow: hidden;
    border: 1px solid #dfe2e5;
    position: relative;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .image
    span.new {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px;
    color: #ffffff;
    background-color: #81b300;
    text-transform: uppercase;
    font-size: 10px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .image
    img {
    object-fit: cover;
    width: 90px;
    height: 90px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details {
    display: flex;
    width: calc(100% - 90px);
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .info {
    padding-left: 15px;
    display: inline-block;
    width: 80%;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .info
    h5 {
    color: #92969a;
    margin-bottom: 5px;
    font-family: "oscinetrialw01-regularregular";
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .info
    h5
    span {
    color: #2585c5;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .info
    p {
    margin-bottom: 5px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .info
    ul
    li:not(:last-child) {
    margin-right: 10px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .info
    ul
    li
    img {
    vertical-align: baseline;
    margin-right: 5px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .rate {
    display: inline-block;
    width: 40%;
    text-align: right;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .rate
    h5 {
    color: #000000;
    margin-bottom: 5px;
    font-family: "oscinetrialw01-boldregular";
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .tab-section
    .tab-content
    .prop-block
    .details
    .rate
    h5
    span {
    color: #2585c5;
}
.pre-construction-detail .prop-detail .inner-content .block .news-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.pre-construction-detail .prop-detail .inner-content .block .news-block .image {
    width: 30%;
    display: inline-block;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .news-block
    .details {
    display: inline-block;
    width: 70%;
    padding-left: 15px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .news-block
    .details
    h5
    a {
    color: #212529;
    font-size: 24px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    .news-block
    .details
    p {
    color: #cccccc;
}
.pre-construction-detail .prop-detail .inner-content .block a.button-common {
    border: 1px solid #06548d;
    padding: 5px 15px;
    display: block;
    width: max-content;
    border-radius: 3px;
    color: #06548d;
    background-color: #ffffff;
    transition: all 0.25s;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    a.button-common:hover,
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    a.button-common.active {
    background-color: #06548d;
    color: #ffffff;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    a.button-common:hover
    .fa,
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    a.button-common.active
    .fa {
    color: #ffffff;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block
    a.button-common
    .fa {
    margin-right: 7.5px;
    transition: all 0.25s;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .image {
    margin-bottom: 15px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .form
    form
    ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057;
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .form
    form
    ::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057;
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .form
    form
    :-ms-input-placeholder {
    /* IE 10+ */
    color: #495057;
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .form
    form
    :-moz-placeholder {
    /* Firefox 18- */
    color: #495057;
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .form
    form
    .form-control,
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .form
    form
    .ui-selectmenu-button.ui-button {
    height: 47px;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
    background: #efefef;
    color: #495057;
    font-size: 16px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .block.floor-plan-and-pricing
    .form
    form
    button {
    background: #06548d !important;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    font-family: "oscinetrialw04-boldregular";
}
.pre-construction-detail .prop-detail .inner-content a.see-all,
.pre-construction-detail .prop-detail .inner-content a.see-all-features {
    color: #2585c5;
    font-family: "oscinetrialw01-boldregular";
    text-transform: capitalize;
    display: block;
    width: fit-content;
    margin: 10px 0;
}
.pre-construction-detail .prop-detail .inner-content a.see-all span.less,
.pre-construction-detail
    .prop-detail
    .inner-content
    a.see-all-features
    span.less {
    display: none;
}
.pre-construction-detail .prop-detail .inner-content a.see-all.main span.less,
.pre-construction-detail
    .prop-detail
    .inner-content
    a.see-all-features.main
    span.less {
    display: inline-block;
}
.pre-construction-detail .prop-detail .inner-content a.see-all.main span.all,
.pre-construction-detail
    .prop-detail
    .inner-content
    a.see-all-features.main
    span.all {
    display: none;
}
.pre-construction-detail .prop-detail .inner-content .prop-details {
    scroll-margin-top: 150px;
}
.pre-construction-detail .prop-detail .inner-content .prop-details ul.social {
    margin: 15px 0;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    ul.social
    li:not(:last-child) {
    margin-right: 10px !important;
    padding-right: 0;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    ul.social
    li:not(:last-child):after {
    display: none;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    ul.social
    li
    a {
    border: 1px solid #444444;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    transition: all 0.25s;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    ul.social
    li
    a:hover {
    background-color: #06548d;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    ul.social
    li
    a:hover
    .fa {
    color: #ffffff;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    ul.social
    li
    a
    .fa {
    color: #444444;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    p.loaction
    img {
    margin-right: 5px;
    position: relative;
    bottom: 4px;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    p.loaction
    a {
    color: #212529;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    p.loaction
    a:hover {
    text-decoration: underline;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    .right-block {
    text-align: right;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    .right-block
    a.get-pre-approve {
    font-size: 14px;
    padding: 5px;
    display: block;
    border: 1px solid #2585c5;
    width: max-content;
    margin-left: auto;
    color: #2585c5;
    font-family: "oscinetrialw04-boldregular";
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-details
    .right-block
    a.get-pre-approve
    img {
    margin-right: 5px;
    position: relative;
    bottom: 3px;
}
.pre-construction-detail .prop-detail .inner-content .prop-details h2 {
    font-family: "oscinetrialw04-boldregular";
    font-size: 32px;
}
.pre-construction-detail .prop-detail .inner-content .prop-details h3 {
    font-family: "oscinetrialw04-boldregular";
    font-size: 27px;
}
.pre-construction-detail .prop-detail .inner-content .prop-info {
    padding: 15px;
    border: solid 1px #dfe2e5;
    margin: 30px 0;
}
.pre-construction-detail .prop-detail .inner-content .prop-info ul {
    margin: 0;
}
.pre-construction-detail .prop-detail .inner-content .prop-info ul li {
    padding: 5px 0;
}
.pre-construction-detail .prop-detail .inner-content .prop-info ul li img {
    margin-right: 7px;
    vertical-align: baseline;
}
.pre-construction-detail
    .prop-detail
    .inner-content
    .prop-info
    ul
    li:not(:last-child) {
    margin-right: 30px;
}
.pre-construction-detail .platinum-slider-block {
    padding: 25px 0;
}
.pre-construction-detail .platinum-slider-block .owl-nav {
    margin-top: 0;
}
.pre-construction-detail .platinum-slider-block .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: block;
}
.pre-construction-detail .platinum-slider-block .owl-nav button:focus,
.pre-construction-detail .platinum-slider-block .owl-nav button:active,
.pre-construction-detail .platinum-slider-block .owl-nav button:hover {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.pre-construction-detail .platinum-slider-block .owl-nav button span {
    height: 16px;
    opacity: 1;
    content: url("../../assets/img/arrow-slider.png");
    width: 26px;
    display: block !important;
    border: none;
    float: right;
}
.pre-construction-detail .platinum-slider-block .owl-nav .owl-prev {
    left: -45px;
}
.pre-construction-detail .platinum-slider-block .owl-nav .owl-prev span {
    transform: rotate(180deg);
}
.pre-construction-detail .platinum-slider-block .owl-nav .owl-next {
    right: -45px;
}
.pre-construction-detail .platinum-slider-block .platinum-slider {
    padding: 15px 0;
}
.pre-construction-detail .platinum-slider-block .platinum-slider .property {
    position: relative;
}
.pre-construction-detail
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image {
    margin-bottom: 10px;
    position: relative;
}
.pre-construction-detail
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image
    img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.pre-construction-detail
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image
    span.location {
    display: none;
}
.pre-construction-detail
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image
    span.price {
    transform: none !important;
    color: #ffffff;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    background: #06548d;
    padding: 3px 15px;
    position: absolute;
    border-radius: 4px;
    font-family: "oscinetrialw04-boldregular";
}
.pre-construction-detail .platinum-slider-block .platinum-slider .property h5 {
    font-size: 16px;
    margin-bottom: 3px;
}
.pre-construction-detail
    .platinum-slider-block
    .platinum-slider
    .property
    ul
    li {
    font-size: 15px;
}
.pre-construction-detail .registration {
    position: sticky;
    top: 150px;
    border: 1px solid #dfe2e5;
    padding: 30px;
}
.pre-construction-detail .registration form {
    padding: 15px 0 0 0;
}
.pre-construction-detail .registration form input {
    height: 47px;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
    background: #efefef;
}
.pre-construction-detail .registration form input[type="submit"] {
    background: #06548d;
    color: #ffffff;
    font-size: 17px;
    font-family: "oscinetrialw04-boldregular";
    margin-bottom: 0 !important;
}

#request-info-modal .modal-dialog {
    max-width: 769px;
    width: 100%;
    margin: 0 auto;
}
#request-info-modal .modal-dialog .modal-content {
    padding: 25px 50px;
}
#request-info-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    position: relative;
}
#request-info-modal .modal-dialog .modal-content form {
    padding: 15px 0;
}
#request-info-modal .modal-dialog .modal-content form input {
    height: 46px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
#request-info-modal .modal-dialog .modal-content form input[type="submit"] {
    background: #06548d;
    color: #ffffff;
    font-size: 17px;
    font-family: "oscinetrialw04-boldregular";
    margin-bottom: 0;
}
#request-info-modal .modal-dialog .modal-content form p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0d1926;
    font-family: "oscinetrialw04-boldregular";
}
#request-info-modal .modal-dialog .modal-content form .pretty {
    margin-bottom: 15px;
}
#request-info-modal .modal-dialog .modal-content form .pretty .state label {
    font-size: 17px;
    color: #002753;
}
#request-info-modal
    .modal-dialog
    .modal-content
    form
    .pretty
    .state
    label:before {
    border-color: #ffffff;
    height: 14px;
    width: 14px;
    top: 2px;
}
#request-info-modal
    .modal-dialog
    .modal-content
    form
    .pretty.p-default
    input:checked
    ~ .state
    label:after {
    background-color: #ffffff !important;
    height: 10px;
    width: 10px;
    transform: scale(1);
    top: 4px;
    left: 2px;
}

.condos-list-page {
    margin-bottom: 50px;
}
.condos-list-page .property {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.condos-list-page .property .property-image {
    position: relative;
    margin-bottom: 15px;
    border-radius: 8px !important;
}
.condos-list-page .property .property-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    height: 250px;
}
.condos-list-page .property .property-image span.location {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #ffc70e;
    font-size: 15px;
    padding: 5px 25px;
    border-radius: 4px;
    transform: translateY(50%);
    text-transform: uppercase;
}
.condos-list-page .property h5.property-name {
    font-size: 25px;
    color: #3e3e3e;
    overflow: hidden;
}
.condos-list-page .property p {
    font-size: 15px;
    margin-bottom: 10px;
}
.condos-list-page .property ul li:not(:last-child) {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.condos-list-page .property ul li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #707070;
    content: "";
    transform: translateY(-50%);
}
.condos-list-page .property ul li span {
    font-size: 14px;
    color: #3e3e3e;
}
.condos-list-page .page-header {
    background: #f1f1f1;
    height: 103px;
    padding: 45px 0;
    margin-bottom: 50px;
}
.condos-list-page .page-header h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    color: #212529;
    text-align: left;
}
.condos-list-page .related-inner .registration {
    position: sticky;
    top: 130px;
}
.condos-list-page .related-inner .registration h5 {
    color: #3e3e3e;
}
.condos-list-page .related-inner .registration form {
    padding: 15px 0;
}
.condos-list-page .related-inner .registration form input {
    height: 46px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.condos-list-page .related-inner .registration form input[type="submit"] {
    background: #ffffff;
    color: #ffffff;
    font-size: 17px;
}
.condos-list-page .related-inner .registration form p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0d1926;
}
.condos-list-page .related-inner .registration form .pretty {
    margin-bottom: 15px;
}
.condos-list-page .related-inner .registration form .pretty .state label {
    font-size: 16px;
    color: #3e3e3e;
}
.condos-list-page
    .related-inner
    .registration
    form
    .pretty
    .state
    label:before {
    border-color: #ffffff;
}
.condos-list-page
    .related-inner
    .registration
    form
    .pretty.p-default
    input:checked
    ~ .state
    label:after {
    background-color: #ffffff !important;
}

.condos-detail-page {
    padding-bottom: 50px;
}
.condos-detail-page .property {
    position: relative;
    overflow: hidden;
}
.condos-detail-page .property .property-image {
    position: relative;
    margin-bottom: 25px;
    border-radius: 8px !important;
}
.condos-detail-page .property .property-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    height: 200px;
}
.condos-detail-page .property .property-image span.location {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #ffc70e;
    font-size: 15px;
    padding: 5px 25px;
    border-radius: 4px;
    transform: translateY(50%);
    text-transform: uppercase;
}
.condos-detail-page .property h5.property-name {
    font-size: 25px;
    color: #3e3e3e;
    overflow: hidden;
}
.condos-detail-page .property p {
    font-size: 15px;
    margin-bottom: 10px;
}
.condos-detail-page .property ul li:not(:last-child) {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.condos-detail-page .property ul li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #707070;
    content: "";
    transform: translateY(-50%);
}
.condos-detail-page .property ul li span {
    font-size: 14px;
    color: #3e3e3e;
}
.condos-detail-page h5 {
    font-size: 23px;
    color: #3e3e3e;
}
.condos-detail-page .tab-sec .nav-tabs {
    padding: 20px 15px 0 15px;
    background: #f1f1f1;
    border-bottom: none;
    margin-bottom: 50px;
    position: sticky;
    top: 80px;
    z-index: 3;
}
.condos-detail-page .tab-sec .nav-tabs li {
    margin-bottom: 0;
}
.condos-detail-page .tab-sec .nav-tabs li:not(:last-child) {
    margin-right: 30px;
}
.condos-detail-page .tab-sec .nav-tabs li a {
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    position: relative;
    color: #3e3e3e;
    padding: 13px 0 10px 0;
    position: relative;
    background: transparent;
}
.condos-detail-page .tab-sec .nav-tabs li a.active {
    border-bottom: 3px solid #ffc70e;
}
.condos-detail-page .tab-sec .nav-tabs li a.active:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    content: "";
    border-top: 5px solid #ffc70e;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
}
.condos-detail-page .tab-sec .nav-tabs a.request-info {
    position: absolute;
    right: 10%;
    bottom: 0;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.condos-detail-page .tab-sec .tab-sec-two {
    padding: 25px 0;
}
.condos-detail-page .tab-sec .tab-sec-two ul.nav-tabs {
    padding-top: 0;
    background: #ffffff;
    position: initial;
    margin-bottom: 25px;
}
.condos-detail-page .tab-sec .tab-sec-two .tab-content {
    margin-top: 0;
}
.condos-detail-page .tab-sec .tab-sec-two .tab-content table tr td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    width: 33%;
    padding: 15px 10px;
}
.condos-detail-page .tab-sec .tab-sec-two .tab-content table tr td p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #8d8d8d;
}
.condos-detail-page .tab-sec .tab-sec-two .tab-content table tr td h6 {
    font-size: 17px;
    color: #5a5b5d;
    margin-bottom: 0;
}
.condos-detail-page .tab-sec .property {
    padding-bottom: 10px;
}
.condos-detail-page .tab-sec .property a.request-info {
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.condos-detail-page .tab-sec .star-rating .fa-star {
    color: #ffaf0e;
    font-size: 14px;
}
.condos-detail-page .tab-sec .star-rating span {
    font-size: 16px;
    padding-left: 5px;
    display: inline-block;
}
.condos-detail-page .tab-sec .platinum {
    text-align: right;
}
.condos-detail-page .tab-sec .platinum p {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
}
.condos-detail-page .tab-sec .platinum span {
    margin-right: 10px;
    color: #3e3e3e;
}
.condos-detail-page .tab-sec .tab-content {
    margin-top: 25px;
}
.condos-detail-page .tab-sec .tab-content .condos-detail-slider img {
    border-radius: 7px;
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.condos-detail-page .tab-sec .tab-content .slider-bottom {
    padding: 25px 0;
}
.condos-detail-page .tab-sec .tab-content .slider-bottom h5 {
    font-size: 23px;
    color: #3e3e3e;
}
.condos-detail-page .tab-sec .tab-content .slider-bottom p {
    font-size: 15px;
}
.condos-detail-page .tab-sec .tab-content .property-location {
    margin-bottom: 50px;
}
.condos-detail-page .tab-sec .tab-content .property-location iframe {
    border-radius: 8px;
}
.condos-detail-page .tab-sec .tab-content .price-per {
    margin: 25px 0;
}
.condos-detail-page .tab-sec .tab-content .price-per ul {
    margin: 25px 0;
    display: flex;
    width: 100%;
}
.condos-detail-page .tab-sec .tab-content .price-per ul li {
    width: 33.33%;
    display: inline-block;
}
.condos-detail-page .tab-sec .tab-content .price-per ul li:not(:last-child) {
    border-right: 1px solid #cecece;
}
.condos-detail-page .tab-sec .tab-content .price-per ul li:not(:first-child) {
    padding-left: 10px;
}
.condos-detail-page .tab-sec .tab-content .price-per ul li span {
    font-size: 14px;
    color: #8d8d8d;
}
.condos-detail-page .tab-sec .tab-content .price-per ul li h4 {
    font-size: 40px;
}
.condos-detail-page .tab-sec .tab-content .price-per ul li p {
    font-size: 17px;
    margin-bottom: 10px;
}
.condos-detail-page .tab-sec .tab-content .pdf-files {
    margin: 25px 0;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table {
    position: relative;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table a.unlock {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table tr td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    width: 20%;
    padding: 15px 10px;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table tr td:first-child {
    width: 60%;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table tr td a {
    font-size: 17px;
    color: #6a6a6a;
    position: relative;
    vertical-align: middle;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table tr td a.view,
.condos-detail-page .tab-sec .tab-content .pdf-files table tr td a.download {
    display: block;
    margin-top: 15px;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table tr td a.view img,
.condos-detail-page
    .tab-sec
    .tab-content
    .pdf-files
    table
    tr
    td
    a.download
    img {
    position: relative;
    bottom: 3px;
    padding-right: 5px;
}
.condos-detail-page .tab-sec .tab-content .pdf-files table tr td a img {
    padding-right: 10px;
}
.condos-detail-page .platinum-slider-block {
    padding: 25px 0;
}
.condos-detail-page .platinum-slider-block .owl-nav {
    margin-top: 0;
}
.condos-detail-page .platinum-slider-block .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: block;
}
.condos-detail-page .platinum-slider-block .owl-nav button:focus,
.condos-detail-page .platinum-slider-block .owl-nav button:active,
.condos-detail-page .platinum-slider-block .owl-nav button:hover {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.condos-detail-page .platinum-slider-block .owl-nav button span {
    height: 16px;
    opacity: 1;
    content: url("../../assets/img/arrow-slider.png");
    width: 26px;
    display: block !important;
    border: none;
    float: right;
}
.condos-detail-page .platinum-slider-block .owl-nav .owl-prev {
    left: -45px;
}
.condos-detail-page .platinum-slider-block .owl-nav .owl-prev span {
    transform: rotate(180deg);
}
.condos-detail-page .platinum-slider-block .owl-nav .owl-next {
    right: -45px;
}
.condos-detail-page .platinum-slider-block .platinum-slider {
    padding: 15px 0;
}
.condos-detail-page
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image {
    margin-bottom: 10px;
}
.condos-detail-page
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image
    img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}
.condos-detail-page
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image
    span.location {
    display: none;
}
.condos-detail-page
    .platinum-slider-block
    .platinum-slider
    .property
    .property-image
    span.price {
    transform: none !important;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    background: #ffc70e;
    padding: 3px 15px;
    position: absolute;
    border-radius: 4px;
}
.condos-detail-page .registration form {
    padding: 15px 0;
}
.condos-detail-page .registration form input {
    height: 46px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.condos-detail-page .registration form input[type="submit"] {
    background: #ffffff;
    color: #ffffff;
    font-size: 17px;
}
.condos-detail-page .registration form p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0d1926;
}
.condos-detail-page .registration form .pretty {
    margin-bottom: 15px;
}
.condos-detail-page .registration form .pretty .state label {
    font-size: 16px;
    color: #3e3e3e;
}
.condos-detail-page .registration form .pretty .state label:before {
    border-color: #ffffff;
}
.condos-detail-page
    .registration
    form
    .pretty.p-default
    input:checked
    ~ .state
    label:after {
    background-color: #ffffff !important;
}
.condos-detail-page .related-posts {
    padding: 15px 0;
}
.condos-detail-page .related-posts .property {
    margin-bottom: 15px;
}
.condos-detail-page .related-posts .property .property-image {
    margin-bottom: 15px;
}

#request-info .modal-dialog {
    max-width: 769px;
    width: 100%;
}
#request-info .modal-dialog .modal-content {
    padding: 25px 50px;
}
#request-info .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    position: relative;
}
#request-info .modal-dialog .modal-content form {
    padding: 15px 0;
}
#request-info .modal-dialog .modal-content form input {
    height: 46px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
#request-info .modal-dialog .modal-content form input[type="submit"] {
    background: #ffffff;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 0;
}
#request-info .modal-dialog .modal-content form p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0d1926;
}
#request-info .modal-dialog .modal-content form .pretty {
    margin-bottom: 15px;
}
#request-info .modal-dialog .modal-content form .pretty .state label {
    font-size: 16px;
    color: #3e3e3e;
}
#request-info .modal-dialog .modal-content form .pretty .state label:before {
    border-color: #ffffff;
}
#request-info
    .modal-dialog
    .modal-content
    form
    .pretty.p-default
    input:checked
    ~ .state
    label:after {
    background-color: #ffffff !important;
}

.find .banner {
    position: relative;
}
.find .banner .banner-contact {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #0d1926;
    z-index: 2;
}
.find .banner .banner-contact h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 40px;
}
.find .banner .banner-contact ul {
    margin-bottom: 0;
}
.find .banner .banner-contact ul li:not(:last-child) {
    margin-right: 0;
}
.find .banner .banner-contact ul li:not(:last-child) a {
    padding-right: 15px;
    margin-right: 15px;
}
.find .banner .banner-contact ul li:not(:last-child) a:after {
    position: absolute;
    content: "";
    height: 22px;
    width: 1px;
    background: #ffffff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.find .banner .banner-contact ul li a {
    color: #ffffff;
    font-size: 22px;
    position: relative;
}
.find .banner .banner-slider .banner-block {
    position: relative;
}
.find .banner .banner-slider .banner-block .banner-image {
    display: block;
    width: 100%;
    position: relative;
}
.find .banner .banner-slider .banner-block .banner-image:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.find .banner .banner-slider .banner-block .banner-image img {
    width: 100%;
}
.find .banner .banner-slider .banner-block h1 {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 55px;
    font-family: "oscinetrialw04-boldregular";
}
.find .banner .banner-slider .banner-block h1 span {
    font-size: 85px;
    font-family: "oscinetrialw04-boldregular";
}
.find .banner .owl-nav {
    margin-top: 0;
}
.find .banner .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.find .banner .owl-nav button:focus,
.find .banner .owl-nav button:active,
.find .banner .owl-nav button:hover {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
}
.find .banner .owl-nav button span {
    height: 68px;
    opacity: 1;
    content: url("../../assets/img/slider.png");
    width: 21px;
    display: block !important;
    border: none;
    float: right;
}
.find .banner .owl-nav .owl-prev {
    left: 10px;
}
.find .banner .owl-nav .owl-prev span {
    transform: rotate(180deg);
}
.find .banner .owl-nav .owl-next {
    right: 10px;
}
.find .get-a-free-consultation {
    height: 50px;
    display: block;
    text-align: left;
    background: #10e698;
    color: #000000;
    font-size: 16px;
    padding: 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s;
    font-family: "oscinetrialw01-boldregular";
}
.find .get-a-free-consultation.main {
    transition: all 0.3s;
}
.find .get-a-free-consultation.main:after {
    transition: all 0.3s;
    transform: rotate(0deg);
}
.find .get-a-free-consultation:after {
    transition: all 0.3s;
    transform: rotate(180deg);
    content: url("../../assets/img/get-arrow.png");
    position: absolute;
    right: 15px;
    top: 10px;
    filter: brightness(0%);
}
.find .enquiry-form {
    background: #f1f1f1;
    padding: 50px 0;
    margin-bottom: 50px;
}
.find .enquiry-form form {
    width: 100%;
    padding: 0 75px;
}
.find .enquiry-form form input,
.find .enquiry-form form textarea {
    width: 100%;
    background: transparent;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #556c84;
    border-radius: 0;
    height: 75px;
    color: #0d1926;
}
.find .enquiry-form form input:focus,
.find .enquiry-form form textarea:focus {
    box-shadow: none;
    outline: none;
}
.find .enquiry-form form input[type="submit"] {
    text-align: center;
    border: none;
    height: 56px;
    color: #fff;
    background: #0d1926;
    font-size: 20px;
}
.find .for-sale {
    padding: 50px;
    background-color: #f1f1f1;
}
.find .for-sale h3 {
    font-size: 30px;
    color: #0d1926;
    margin-bottom: 20px;
}
.find .for-sale form .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #ebebeb;
    min-height: 50px;
}
.find .for-sale form select {
    text-transform: capitalize;
}
.find .for-sale form button {
    color: #ffffff;
    background-color: #003f72;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.find .key-points {
    padding: 50px 0;
}
.find .key-points .key-block {
    text-align: center;
    border-radius: 10px;
    padding: 30px 15px;
    transition: all 0.3s ease-in-out;
    transition-duration: 0.4s;
}
.find .key-points .key-block:hover {
    background: #003f72;
    transition: all 0.3s ease-in-out;
    transition-duration: 0.4s;
}
.find .key-points .key-block:hover h4 {
    color: #ffffff;
}
.find .key-points .key-block:hover p {
    color: #ffffff;
}
.find .key-points .key-block:hover a {
    color: #ffffff;
}
.find .key-points .key-block:hover a img {
    filter: brightness(300%);
    left: 15px;
    transition: all 0.5s ease-in-out;
    transition-duration: 0.5s;
}
.find .key-points .key-block h4 {
    font-size: 34px;
    color: #0d1926;
}
.find .key-points .key-block a {
    text-transform: capitalize;
    font-size: 16px;
    color: #636363;
    margin: 25px 0 0 0;
    display: block;
}
.find .key-points .key-block a img {
    position: relative;
    bottom: 3px;
    left: 5px;
    transition: all 0.5s ease-in-out;
    transition-duration: 0.5s;
}
.find .latest-properties-for-sale {
    padding: 50px 0;
}
.find .latest-properties-for-sale .property .property-image {
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
}
.find .latest-properties-for-sale .property .property-image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 17px;
}
.find .latest-properties-for-sale .property .property-image span.location {
    display: none;
}
.find .latest-properties-for-sale .property .property-image span.price {
    transform: none !important;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    background: #ffc70e;
    padding: 3px 15px;
    position: absolute;
    border-radius: 4px;
    font-family: "oscinetrialw04-boldregular";
}

.your-home-value {
    padding: 50px 0 75px 0;
}
.your-home-value .inner-content {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0px 13px 1px rgba(0, 0, 0, 0.1);
    padding: 25px 15px;
    border-radius: 11px;
}
.your-home-value .inner-content span {
    font-size: 14px;
    color: #555758;
    display: block;
    margin: 5px 0;
}
.your-home-value .inner-content .prop-details h4 {
    font-size: 18px;
    line-height: initial;
    color: #00285e;
    margin: 0 0 15px 0;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: capitalize;
}
.your-home-value .inner-content .prop-details ul li:not(:last-child) {
    margin-right: 25px;
}
.your-home-value .inner-content .prop-details ul li img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline;
}
.your-home-value .inner-content .prop-details ul li span {
    display: inline-block !important;
}
.your-home-value .inner-content h3 {
    font-size: 22px;
    line-height: initial;
    color: #00285e;
    margin: 15px 0;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: capitalize;
}
.your-home-value h2 {
    margin: 25px 0;
    text-transform: capitalize;
}
.your-home-value .props-lists .props-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
    justify-content: start;
}
.your-home-value .props-lists .props-list .property {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 15px;
}
.your-home-value .props-lists .props-list .property .slider-details {
    padding: 30px;
    background: #f2f2f2;
    transition: all 0.4s;
    width: 100%;
    position: relative;
}
.your-home-value .props-lists .props-list .property .slider-details p.sold {
    color: #ffffff;
    background-color: red;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: capitalize;
    width: max-content;
    font-weight: 500;
    font-size: 14px;
}
.your-home-value .props-lists .props-list .property .slider-details p {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.your-home-value
    .props-lists
    .props-list
    .property
    .slider-details
    p.sold-price {
    color: red;
}
.your-home-value
    .props-lists
    .props-list
    .property
    .slider-details
    p:last-child {
    margin-bottom: 0;
}
.your-home-value .props-lists .props-list .property .slider-details p:before {
    position: absolute;
    left: 0;
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.your-home-value
    .props-lists
    .props-list
    .property
    .slider-details
    p.price:before {
    background-image: url("../../assets/img/price-tag.png");
}
.your-home-value
    .props-lists
    .props-list
    .property
    .slider-details
    p.bed:before {
    background-image: url("../../assets/img/bedroom.png");
}
.your-home-value
    .props-lists
    .props-list
    .property
    .slider-details
    p.bath:before {
    background-image: url("../../assets/img/bathtub.png");
}
.your-home-value
    .props-lists
    .props-list
    .property
    .slider-details
    p.sqft:before {
    background-image: url("../../assets/img/sqft.png");
}
.your-home-value .props-lists .props-list .property .slider-details h4 {
    color: #3e3e3e;
    transition: all 0.3s;
    margin-bottom: 5px;
    font-size: 19px;
    padding-left: 0;
    font-family: "oscinetrialw04-boldregular";
}
.your-home-value .props-lists .props-list .property:hover .slider-details {
    background: #ffffff !important;
    transition: all 0.3s;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
}
.your-home-value
    .props-lists
    .props-list
    .property:hover
    .property-list-slider
    .owl-nav {
    opacity: 1;
    transition: all 0.4s;
}
.your-home-value
    .props-lists
    .props-list
    .property:hover
    .property-list-slider
    .slider-image:before {
    background: rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s;
}
.your-home-value .props-lists .props-list .property:nth-child(4n) {
    margin-right: 0;
}
.your-home-value
    .props-lists
    .props-list
    .property
    .carousel
    .carousel-inner
    img {
    height: 405px;
    object-fit: cover;
}

.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

#notfound {
    color: red;
}

#consultation-modal-one .modal-dialog {
    max-width: 500px !important;
}
#consultation-modal-one .modal-dialog .modal-content {
    background: #06548d;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
}
#consultation-modal-one .modal-dialog .modal-content .modal-header {
    border: none;
    background: transparent;
    padding: 0;
}
#consultation-modal-one .modal-dialog .modal-content .modal-header button {
    border: none;
    outline: none;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#consultation-modal-one .modal-dialog .modal-content .modal-header button span {
    color: #ffffff;
    text-align: right;
    float: right;
    padding: 0 10px 0 0;
    font-size: 30px;
}
#consultation-modal-one .modal-dialog .modal-content .modal-footer {
    border: none;
    height: 50px;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    display: block;
    padding: 0;
}
#consultation-modal-one .modal-dialog .modal-content .modal-footer:after {
    position: absolute;
    content: "";
    width: 55%;
    height: 50px;
    transform: skew(36deg);
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    background: #ffffff;
    left: -20px;
    bottom: 0;
}
#consultation-modal-one .modal-dialog .modal-content .modal-footer h2 {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #ffffff;
    left: 25%;
    transform: translateX(-50%);
    display: inline-block;
    text-transform: uppercase;
    margin: 12px 0;
}
#consultation-modal-one .modal-dialog .modal-content .modal-body {
    padding: 0;
}
#consultation-modal-one .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
}
#consultation-modal-one .modal-dialog .modal-content .body-inner .inner-right {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    h2 {
    color: #ffffff;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    img {
    max-width: 300px;
    width: 100%;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    h3 {
    font-size: 21px;
    margin-top: 25px;
    color: #082a5a;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    input {
    margin-bottom: 10px;
    height: 51px;
    width: 100%;
    border-radius: 0;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    input[type="checkbox"] {
    height: auto !important;
    width: auto;
    margin-bottom: 0;
    position: relative;
    top: 3px;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    .form-check {
    bottom: 6px;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    .form-check
    label {
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    .form-check
    label
    a {
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
}
#consultation-modal-one
    .modal-dialog
    .modal-content
    .body-inner
    .inner-right
    form
    input[type="submit"] {
    text-transform: uppercase;
    background: #ffffff;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
}

#thanks-modal-one .modal-dialog {
    max-width: 500px !important;
}
#thanks-modal-one .modal-dialog .modal-content {
    background: #ffffff;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
}
#thanks-modal-one .modal-dialog .modal-content .modal-header {
    border: none;
    background: transparent;
    padding: 0;
}
#thanks-modal-one .modal-dialog .modal-content .modal-header button {
    border: none;
    outline: none;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#thanks-modal-one .modal-dialog .modal-content .modal-header button span {
    color: #ffffff;
    text-align: right;
    float: right;
    padding: 0 10px 0 0;
    font-size: 30px;
}
#thanks-modal-one .modal-dialog .modal-content .modal-footer {
    border: none;
    height: 50px;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    display: block;
    padding: 0;
}
#thanks-modal-one .modal-dialog .modal-content .modal-footer:after {
    position: absolute;
    content: "";
    width: 55%;
    height: 50px;
    transform: skew(36deg);
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    background: #ffffff;
    left: -20px;
    bottom: 0;
}
#thanks-modal-one .modal-dialog .modal-content .modal-footer h2 {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #ffffff;
    left: 25%;
    transform: translateX(-50%);
    display: inline-block;
    text-transform: uppercase;
    margin: 12px 0;
}
#thanks-modal-one .modal-dialog .modal-content .modal-body {
    padding: 0;
}
#thanks-modal-one .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
}
#thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-align: center;
    color: #ffffff;
}
#thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right h2,
#thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right p {
    color: #ffffff;
}
#thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 21px;
    color: #082a5a;
}
#thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right h4 {
    font-size: 18px;
    margin-top: 15px;
    color: #082a5a;
    text-align: justify;
}

.home-evaluation a.view-all {
    display: block;
    width: fit-content;
    position: relative;
    transition: all 0.25s;
    text-align: center;
    margin: 10px 0 10px auto;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #001b29;
    text-decoration: none;
}
.home-evaluation .banner {
    position: relative;
}
.home-evaluation .banner .banner-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 971px;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    text-align: center;
}
.home-evaluation .banner .banner-form p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}
.home-evaluation .banner .banner-form h3 {
    font-size: 31px;
    font-weight: 600;
}
.home-evaluation .banner .banner-form form {
    margin-top: 25px;
    display: flex;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px;
}
.home-evaluation .banner .banner-form form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.home-evaluation .banner .banner-form form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.home-evaluation .banner .banner-form form :-ms-input-placeholder {
    /* IE 10+ */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.home-evaluation .banner .banner-form form :-moz-placeholder {
    /* Firefox 18- */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.home-evaluation .banner .banner-form form .form-control {
    border-radius: 3px;
    height: 65px;
    outline: none;
    box-shadow: none;
    border: none;
    display: inline-block;
}
.home-evaluation .banner .banner-form form button {
    width: 239px;
    background-color: #00529f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-evaluation .find {
    padding: 90px 0;
    text-align: center;
    background-color: #f2f7fb;
}
.home-evaluation .find h3 {
    font-size: 31px;
    font-weight: 700;
    color: #00529f;
}
.home-evaluation .find a.see-listings {
    display: block;
    width: 239px;
    margin: 30px auto 0 auto;
    background-color: #00509f;
    color: #ffffff;
    height: 65px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding-top: 20px;
    transition: all 0.25s;
}
.home-evaluation .find a.see-listings:hover {
    transform: scale(0.98);
}
.home-evaluation .get-you-ready {
    background-color: #f8f9f8;
}
.home-evaluation .get-you-ready .inner-content {
    padding: 50px 0;
}
.home-evaluation .get-you-ready .inner-content span {
    font-size: 14px;
    font-weight: 600;
    color: #00529f;
    margin-bottom: 15px;
    display: block;
}
.home-evaluation .get-you-ready .inner-content h3 {
    font-weight: 600;
    font-size: 31px;
    color: #00529f;
    margin: 20px 0;
}
.home-evaluation .get-you-ready .inner-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #64686a;
}
.home-evaluation .get-you-ready .inner-content .block {
    position: relative;
    padding-left: 30px;
    width: 100%;
    margin-top: 20px;
}
.home-evaluation .get-you-ready .inner-content .block:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: url("../../assets/img/check-red.svg");
}
.home-evaluation .get-you-ready .inner-content .block h4 {
    font-weight: 700;
    font-size: 16px;
    color: #00529f;
}
.home-evaluation .get-you-ready .inner-content .block p {
    font-size: 15px;
}
.home-evaluation .get-in-touch {
    padding: 50px 0;
}
.home-evaluation .get-in-touch .inner-content {
    padding: 15px 0;
}
.home-evaluation .get-in-touch .inner-content h3 {
    font-size: 31px;
    font-weight: 700;
    color: #00529f;
}
.home-evaluation .get-in-touch .inner-content form {
    padding: 15px 0;
}
.home-evaluation .get-in-touch .inner-content form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #acacac;
    font-size: 13px;
}
.home-evaluation .get-in-touch .inner-content form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #acacac;
    font-size: 13px;
}
.home-evaluation .get-in-touch .inner-content form :-ms-input-placeholder {
    /* IE 10+ */
    color: #acacac;
    font-size: 13px;
}
.home-evaluation .get-in-touch .inner-content form :-moz-placeholder {
    /* Firefox 18- */
    color: #acacac;
    font-size: 13px;
}
.home-evaluation .get-in-touch .inner-content form .radio-buttons-group {
    margin-bottom: 20px;
}
.home-evaluation .get-in-touch .inner-content form .radio-buttons-group span {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #64686a;
}
.home-evaluation .get-in-touch .inner-content form .radio-buttons-group label {
    font-size: 15px;
    font-weight: 500;
    color: #64686a;
}
.home-evaluation
    .get-in-touch
    .inner-content
    form
    .radio-buttons-group
    .pretty {
    margin-bottom: 10px;
}
.home-evaluation
    .get-in-touch
    .inner-content
    form
    .radio-buttons-group
    .pretty:not(:last-child) {
    margin-right: 30px;
}
.home-evaluation .get-in-touch .inner-content form .form-control {
    margin-bottom: 15px;
    min-height: 50px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}
.home-evaluation .get-in-touch .inner-content form textarea {
    height: 180px;
}
.home-evaluation .get-in-touch .inner-content form p {
    font-size: 13px;
}
.home-evaluation .get-in-touch .inner-content form button {
    width: 194px;
    background-color: #00529f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: 0 !important;
}
.home-evaluation .two-block {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-evaluation .two-block .block {
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.home-evaluation .two-block .block .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    max-width: 575px;
    width: 100%;
}
.home-evaluation .two-block .block h3 {
    font-size: 26px;
    color: #ffffff;
}
.home-evaluation .two-block .block a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 20px 50px;
    color: #ffffff;
    background-color: #00529f;
    border-radius: 3px;
    text-align: center;
    width: fit-content;
    margin: 15px auto 0 auto;
    transition: all 0.25s;
}
.home-evaluation .two-block .block a:hover {
    transform: scale(0.98);
}
.home-evaluation .slider-block {
    padding-top: 50px;
}
.home-evaluation .slider-block .sale-slider {
    padding: 30px 0 0 0;
}
.home-evaluation .slider-block .sale-slider .owl-nav {
    margin-top: 0;
    transition: all 0.5s;
}
.home-evaluation .slider-block .sale-slider .owl-nav button {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    opacity: 1;
}
.home-evaluation .slider-block .sale-slider .owl-nav button.owl-prev {
    right: auto;
    left: 0;
}
.home-evaluation
    .slider-block
    .sale-slider
    .owl-nav
    button.owl-prev
    span:after {
    transform: rotate(180deg);
}
.home-evaluation .slider-block .sale-slider .owl-nav button span {
    width: 41px;
    height: 36px;
    visibility: hidden;
    position: relative;
    display: block;
}
.home-evaluation .slider-block .sale-slider .owl-nav button span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    left: 0;
    top: 0;
    background-image: url("../../assets/img/slider-right-blue.png");
    background-size: cover;
    background-position: center;
    visibility: visible;
}
.home-evaluation .slider-block .sale-slider .image {
    margin-bottom: 15px;
    position: relative;
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new
    .owl-item
    img {
    object-fit: cover;
    height: 340px;
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new
    .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new
    .owl-nav
    button {
    position: absolute;
    right: 20px !important;
    transform: none !important;
    top: auto;
    bottom: 20px;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    margin: 0;
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new
    .owl-nav
    button.owl-prev {
    right: 66px !important;
    left: auto;
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new
    .owl-nav
    button.owl-prev
    span:after {
    transform: rotate(180deg);
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new
    .owl-nav
    button
    span {
    width: 41px;
    height: 36px;
    visibility: hidden;
    position: relative;
    display: block;
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new
    .owl-nav
    button
    span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    left: 0;
    top: 0;
    background-image: url("../../assets/img/slider-right.png");
    background-size: cover;
    background-position: center;
    visibility: visible;
}
.home-evaluation
    .slider-block
    .sale-slider
    .image
    .featured-slider-inner-new:hover
    .owl-nav {
    opacity: 1;
    visibility: visible;
}
.home-evaluation .slider-block .sale-slider .details ul {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.home-evaluation .slider-block .sale-slider .details ul li {
    font-size: 14px;
    font-weight: 600;
    color: #64686a;
    margin-bottom: 5px;
}
.home-evaluation .slider-block .sale-slider .details ul li.price {
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 0;
}
.home-evaluation .slider-block .sale-slider .details ul li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.home-evaluation
    .slider-block
    .sale-slider
    .details
    ul
    li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 15px;
    background-color: #bfbfbf;
}
.home-evaluation .slider-block .sale-slider .details ul li img {
    display: inline-block;
    width: max-content;
    max-width: 18px;
    margin-right: 10px;
    vertical-align: baseline;
}
.home-evaluation .slider-block .sale-slider .details p {
    font-size: 12px;
    font-weight: 500;
    color: #64686a;
    margin-bottom: 8px;
}
.home-evaluation .slider-block .sale-slider .details p img {
    max-width: 10px;
    width: max-content;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
}
.home-evaluation .calculator-blocks {
    padding: 50px 0 30px 0;
}
.home-evaluation .calculator-blocks .calculator {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.home-evaluation .calculator-blocks .calculator h4 {
    color: #ffffff;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 15px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.home-evaluation .calculator-blocks .calculator a.hover-link {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.neighbourhood-buzzer {
    height: 100vh;
    min-height: 800px;
    width: 100%;
    background-color: #a5c1cf;
    position: relative;
    background-image: url("../../assets/img/vector.png");
    background-size: 40%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.neighbourhood-buzzer a.logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 270px;
    padding: 10px;
    width: 100%;
    display: block;
}
.neighbourhood-buzzer .banner-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 971px;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    text-align: center;
}
.neighbourhood-buzzer .banner-form p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}
.neighbourhood-buzzer .banner-form h3 {
    font-size: 31px;
    font-weight: 500;
}
.neighbourhood-buzzer .banner-form h3 span {
    font-weight: 700;
}
.neighbourhood-buzzer .banner-form form {
    margin-top: 25px;
    display: flex;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px;
}
.neighbourhood-buzzer .banner-form form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.neighbourhood-buzzer .banner-form form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.neighbourhood-buzzer .banner-form form :-ms-input-placeholder {
    /* IE 10+ */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.neighbourhood-buzzer .banner-form form :-moz-placeholder {
    /* Firefox 18- */
    color: #64686a;
    font-weight: 500;
    font-size: 14px;
}
.neighbourhood-buzzer .banner-form form .form-control {
    border-radius: 3px;
    height: 65px;
    outline: none;
    box-shadow: none;
    border: none;
    display: inline-block;
}
.neighbourhood-buzzer .banner-form form button {
    width: 239px;
    background-color: #00529f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.property-found {
    min-height: 100vh;
    height: auto;
    background-image: url("../../assets/img/map-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.property-found.form-block .right-block {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.property-found.form-block .right-block .right-block-inner {
    height: 100%;
    width: 100%;
}
.property-found .container-fluid {
    padding: 0 50px;
}
.property-found .map-section {
    text-align: center;
    padding: 50px 0 25px 0;
}
.property-found .map-section h1 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 800;
    margin: 20px 0;
}
.property-found .map-section .map h5 {
    background-color: #ffffff;
    padding: 15px 50px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
}
.property-found .map-section .map h5 span {
    color: #42a104;
}
.property-found .map-section .map .place {
    background-color: #00529f;
    padding: 15px 30px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-top: -10px;
    z-index: 1;
    position: relative;
}
.property-found .map-section .map .place img {
    margin-right: 5px;
    max-height: 15px;
    vertical-align: baseline;
}
.property-found .map-section .map .place p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}
.property-found .map-section .map iframe {
    border: 3px solid #ffffff;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    width: 100%;
    height: 350px;
}
.property-found .right-block {
    min-height: 100vh;
    height: 100%;
    background-color: #ffffff;
    padding: 30px;
}
.property-found .right-block img.alert-logo {
    text-align: center;
    display: block;
    margin: 0 auto 15px auto;
}
.property-found .right-block h4 {
    font-size: 20px;
    font-weight: 600;
    color: #001b29;
    margin: 15px auto;
}
.property-found .right-block h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}
.property-found .right-block form .form-control {
    margin-bottom: 15px;
    min-height: 50px;
    height: auto;
    border-radius: 0;
}
.property-found .right-block form ul.check-items {
    margin-bottom: 5px;
}
.property-found .right-block form ul.check-items li {
    margin-bottom: 10px;
}
.property-found .right-block form ul.check-items li input {
    display: none;
}
.property-found .right-block form ul.check-items li label {
    background-color: #e3e3e3;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 2px solid #e3e3e3;
    font-size: 12px;
    font-weight: 600;
}
.property-found
    .right-block
    form
    ul.check-items
    li
    input:checked
    ~ .custom-control-label {
    border: 2px solid #e2231a;
}
.property-found .right-block form ul.check-items li label:before,
.property-found .right-block form ul.check-items li label:after {
    display: none;
}
.property-found .right-block form .select-result {
    padding: 13px;
    border: 1px solid #c9c9c9;
    margin-bottom: 15px;
}
.property-found .right-block form .select-result ul {
    margin-bottom: 0;
}
.property-found .right-block form .select-result ul li {
    background-color: #e3e3e3;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 2px solid #e3e3e3;
    font-size: 12px;
    font-weight: 600;
}
.property-found .right-block form .pretty {
    margin-bottom: 15px;
}
.property-found .right-block form .pretty .state label {
    font-size: 14px;
    font-weight: 500;
    white-space: initial;
    line-height: 18px;
}
.property-found .right-block form .pretty .state label:before,
.property-found .right-block form .pretty .state label:after {
    top: 0;
}
.property-found .right-block form button {
    background-color: #e2231a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
}

.just-listed {
    min-height: 100vh;
    height: auto;
    background-image: url("../../assets/img/map-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.just-listed .inner-content {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    min-height: 100vh;
    padding: 75px;
    text-align: center;
    color: #ffffff;
}
.just-listed .inner-content h2 {
    margin: 15px 0;
    font-weight: 600;
    font-size: 34px;
}
.just-listed .inner-content p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.just-listed .inner-content ul.social-icons {
    margin: 50px 0;
}
.just-listed .inner-content ul.social-icons li {
    position: relative;
}
.just-listed .inner-content ul.social-icons li:not(:last-child) {
    margin-right: 20px;
}
.just-listed .inner-content ul.social-icons li a .fa {
    color: #ffffff;
    transition: all 0.25s;
    font-size: 20px;
}
.just-listed .inner-content .copy-link {
    background-color: #ffffff;
    padding: 15px;
    font-size: 14px;
    color: #64686a;
    font-weight: 500;
    margin: 20px 0;
    word-break: break-all;
}
.just-listed .inner-content .copy-link p {
    margin-bottom: 0;
    font-size: 14px;
    color: #64686a;
    font-weight: 500;
}
.just-listed .inner-content a.search-now {
    background-color: #e2231a;
    color: #ffffff;
    display: block;
    padding: 15px;
    font-weight: 600;
    font-size: 17px;
}

.unsubscribe-page {
    min-height: 52vh;
    height: auto;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.unsubscribe-page .inner-content {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.unsubscribe-page .inner-content h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #06548d;
    margin-bottom: 15px;
    font-size: 40px;
}
.unsubscribe-page .inner-content form {
    margin: 30px 0 0 0;
}
.unsubscribe-page .inner-content form input {
    height: 45px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 15px;
    text-align: center;
}
.unsubscribe-page .inner-content form button {
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #ffffff;
    background-color: #e2231a;
    text-transform: uppercase;
    font-weight: 500;
    height: 45px;
    width: fit-content;
    margin: 0 auto;
    padding: 0 25px;
    font-size: 15px;
}

.step {
    background-image: url("../../assets/img/bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
}
.step .inner-content {
    height: calc(100vh - 164px);
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 550px;
}
.step .inner-content ul.steps {
    list-style: none;
    padding: 0;
    display: flex;
    text-align: center;
}
.step .inner-content ul.steps li {
    display: inline-block;
    width: calc(100% / 3);
}
.step .inner-content ul.steps li span.number {
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.75);
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    padding: 5px;
    color: #000000;
    font-weight: 700;
    background-color: #ffffff;
}
.step .inner-content ul.steps li span.word {
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.step .inner-content p.good {
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding: 5px;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
}
.step .inner-content .form-block {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px 15px;
}
.step .inner-content .form-block h4 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin: 15px 0;
}
.step .inner-content .form-block p {
    font-size: 12px;
    color: #ffffff;
}
.step .inner-content .form-block .form-control {
    margin-bottom: 15px;
    min-height: 42px;
    box-shadow: none;
    outline: none;
}
.step .inner-content .form-block button {
    background-color: #3fc1e9;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
}
.step .inner-content .map-form input {
    background-color: #12a3d9;
    color: #ffffff;
}

.step-three .center-content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
    height: calc(100vh - 69px);
    background-color: rgba(0, 0, 0, 0.5);
}
.step-three .center-content .header-page {
    background-color: #f2f2f2;
    text-align: center;
    padding: 15px;
}
.step-three .center-content .content {
    text-align: center;
    padding: 50px 15px;
    color: #ffffff;
}
.step-three .center-content .content h2 {
    font-weight: bold;
    margin-bottom: 25px;
}
.step-three .center-content .content a.call {
    background-color: #00c950;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
}
.step-three .center-content .content a.listings {
    color: #ffffff;
    display: block;
    width: max-content;
    margin: 10px auto;
    text-decoration: underline;
}

.footer-page {
    background-color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #626262;
}
.footer-page p {
    font-size: 13px;
    margin-bottom: 0;
}
.footer-page ul.list-inline {
    margin-bottom: 0;
}
.footer-page ul.list-inline li {
    color: #626262;
}
.footer-page ul.list-inline li:not(:last-child) {
    border-right: 1px solid #626262;
    padding-right: 5px;
    margin-right: 5px;
}
.footer-page ul.list-inline li a {
    color: #626262;
    text-transform: capitalize;
    transition: all 0.25s;
}
.footer-page ul.list-inline li a:hover {
    color: #12a3d9;
}
.footer-page ul.list-inline li a:hover img {
    filter: none;
}
.footer-page ul.list-inline li a img {
    margin-left: 5px;
    filter: invert(0.5) brightness(0.5);
    transition: all 0.25s;
}
 footer a.footer-logo img{
       background-color: #fff;
       padding: 8px;
}

.header-page {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
}
.header-page img.header-logo {
    display: block;
    margin: 0 auto;
    max-height: 55px;
}
.header-page h1 {
    margin-bottom: 0;
    color: #3fc1e9;
    font-weight: 400;
}
.header-page h1 span {
    color: rgba(124, 122, 123, 0.75);
    font-weight: 700;
}
.header-page h1 img {
    max-height: 75px;
}

.left-container {
    width: 100%;
    padding-left: 15px;
    margin-left: auto;
}

.right-container {
    width: 100%;
    padding-right: 15px;
    margin-right: auto;
}

@media (max-width: 767px) {
    .index .banner .banner-image .social-media ul li span.line {
        height: 20px;
    }
    .index .banner .banner-image .social-media ul li {
        margin-bottom: 10px;
    }
    #consultation-modal .modal-dialog .modal-content .body-inner {
        display: block;
    }
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right,
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left {
        width: 100%;
        display: block;
        padding: 10px;
    }
    footer .brokerage-logo{
        padding: 0;
    }
    #consultation-modal
        .modal-dialog
        .modal-content
        .body-inner
        .inner-right
        h2,
    #consultation-modal
        .modal-dialog
        .modal-content
        .body-inner
        .inner-left
        h2 {
        margin-top: 0;
    }
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
        padding: 10px;
        padding-bottom: 0;
    }
    #consultation-modal
        .modal-dialog
        .modal-content
        .body-inner
        .inner-right
        form
        input {
        height: 45px;
    }
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 0;
    }
    #consultation-modal
        .modal-dialog
        .modal-content
        .body-inner
        .inner-left
        img {
        max-height: 275px;
        left: 50%;
        position: relative;
    }
    #consultation-modal
        .modal-dialog
        .modal-content
        .body-inner
        .inner-left
        h3 {
        font-size: 25px;
        top: 40%;
        width: 200px;
        left: -82px;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner {
        display: block;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left {
        width: 100%;
        display: block;
        padding: 10px;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right h2,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left h2 {
        margin-top: 0;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right {
        padding: 10px;
        padding-bottom: 0;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 0;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left img {
        max-height: 230px;
        left: 50%;
        position: relative;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left h3 {
        font-size: 25px;
        width: 200px;
        left: -82px;
    }

    #consultation-modal-one
        .modal-dialog
        .modal-content
        .body-inner
        .inner-right
        h2 {
        font-size: 25px;
    }

    #thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right h2 {
        font-size: 25px;
    }

    .find-property .search-by-top select {
        float: none;
    }

    .find-property {
        padding-top: 0;
    }
    .find-property h2 {
        font-size: 25px;
    }
    .find-property .search-by-top {
        display: block;
        width: 100%;
        border: none;
        height: initial;
    }
    .find-property .search-by-top select {
        width: 100%;
        display: block;
        border: 2px solid #06548d;
        margin-bottom: 15px;
        border-radius: 0;
    }
    .find-property .search-by-top .search-form {
        width: 100%;
    }
    .find-property .search-by-top .search-result {
        max-width: 100%;
    }
    .find-property .search-by-top input[type="text"] {
        width: 100%;
        display: block;
        position: initial;
        border: 2px solid #06548d;
        margin-bottom: 15px;
        border-radius: 0;
    }
    .find-property .search-by-top button {
        display: block;
        width: 100%;
        position: initial;
        margin-bottom: 15px;
    }
    .find-property .search-by-bottom {
        padding-bottom: 15px;
    }
    .find-property .search-by-bottom .keywords {
        height: auto;
        display: block;
        border: none !important;
    }
    .find-property .search-by-bottom .keywords span {
        border: none;
        display: block;
        text-align: left;
    }
    .find-property .search-by-bottom .keywords input[type="text"] {
        width: 100%;
        display: block;
        border: 1px solid #b9b9b9;
        margin-bottom: 0;
    }
    .find-property .search-by-bottom .keywords input[type="submit"] {
        display: block;
        width: 100%;
    }

    .find .for-sale {
        padding: 25px;
    }
    .find .for-sale button {
        font-size: 14px;
    }
    .find .banner .banner-contact {
        position: initial !important;
        padding: 10px;
        text-align: center;
    }
    .find .banner .banner-contact h4 {
        font-size: 18px !important;
    }
    .find .banner .banner-contact ul li a {
        font-size: 14px !important;
    }
    .find .banner .banner-contact ul li a:after {
        height: 15px;
    }
    .find .banner .banner-slider .banner-block {
        position: initial;
    }
    .find .banner .banner-slider .banner-block .banner-image img {
        height: 200px;
        object-fit: cover;
        object-position: left;
    }
    .find .banner .banner-slider .banner-block h1 {
        font-size: 18px;
        left: 15px;
        right: auto;
        transform: translateX(0);
        top: auto;
        bottom: 15px;
    }
    .find .banner .banner-slider .banner-block h1 span {
        font-size: 22px;
    }
    .find .banner .owl-nav {
        display: none;
    }
    .find .enquiry-form {
        margin-bottom: 0;
        padding: 0;
        display: none;
    }
    .find .enquiry-form.main {
        display: block;
    }
    .find .enquiry-form form {
        padding: 10px 0;
    }
    .find .enquiry-form form input {
        height: 45px;
    }
    .find .key-points {
        padding-top: 25px;
    }
    .find .key-points .key-block {
        padding: 10px 10px 25px 10px;
    }
    .find .key-points .key-block h4 {
        font-size: 25px;
    }
    .find .key-points .key-block a {
        margin-top: 10px;
    }

    #request-info .modal-dialog {
        margin: 0;
    }
    #request-info .modal-dialog .modal-content {
        padding: 0;
    }
    #request-info .modal-dialog .modal-content .modal-header .close {
        margin: 0 0 -1rem auto;
    }

    .condos-list-page .page-header {
        margin-bottom: 25px;
        height: auto;
        padding: 25px 0;
    }

    .condos-detail-page .property-detail .tabs .tab-sec {
        overflow: hidden;
    }
    .condos-detail-page .property-detail .tabs .tab-sec .nav-tabs {
        top: 0;
        margin-bottom: 25px;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .condos-detail-page .property-detail .tabs .tab-sec .nav-tabs li {
        flex: 0 0 auto;
        text-align: center;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-sec
        .nav-tabs
        a.request-info {
        display: none;
    }
    .condos-detail-page .property-detail .tabs .tab-sec .platinum {
        text-align: left;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-sec
        .tab-content
        .price-per
        ul {
        display: block;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-sec
        .tab-content
        .price-per
        ul
        li {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-sec
        .tab-content
        .price-per
        ul
        li:not(:last-child) {
        border-bottom: 1px solid #cecece;
        border-right: none;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-sec
        .tab-content
        .condos-detail-slider
        img {
        height: 250px;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-content
        .pdf-files
        table
        tr
        td {
        width: 10%;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-content
        .pdf-files
        table
        tr
        td:first-child {
        width: 80%;
    }
    .condos-detail-page
        .property-detail
        .tabs
        .tab-content
        .pdf-files
        table
        tr
        td
        a
        span {
        display: none;
    }
    .condos-detail-page .platinum-slider-block .owl-nav {
        display: none;
    }
    .condos-detail-page .platinum-slider-block .owl-nav .owl-prev {
        left: 0;
    }
    .condos-detail-page .platinum-slider-block .owl-nav .owl-next {
        right: 0;
    }

    #request-info-modal .modal-dialog .modal-content {
        padding: 0;
    }

    .pre-construction-detail .image-slider .properties-slider-detail img {
        height: 250px;
    }
    .pre-construction-detail .prop-detail ul.menu-nav {
        top: 85px;
    }
    .pre-construction-detail .prop-detail .inner-content {
        padding-top: 0;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-details h2 {
        font-size: 25px;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-details p {
        margin-bottom: 5px;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .prop-details
        .right-block {
        text-align: left;
        padding-top: 10px;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .prop-details
        .right-block
        h3 {
        font-size: 22px;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-info {
        margin: 15px 0;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-info ul li img {
        margin-right: 5px;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .prop-info
        ul
        li:not(:last-child) {
        margin-right: 15px;
    }
    .pre-construction-detail .prop-detail .inner-content .block {
        margin: 25px 0;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .block
        .tab-section
        .tab-content
        .prop-block
        .details
        .rate {
        display: none;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .block
        .tab-section
        .tab-content
        .prop-block
        .details
        .info {
        width: 100%;
    }
    .pre-construction-detail .prop-detail .inner-content .block h4 {
        font-size: 20px;
    }
    .pre-construction-detail .prop-detail .inner-content .block .news-block {
        margin-top: 15px;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .block
        .news-block
        .details
        h5
        a {
        font-size: 16px;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav {
        display: none;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-prev {
        left: 0;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-next {
        right: 0;
    }

    .about-us .page-inner {
        padding: 25px 0;
    }
    .about-us .page-inner .left-block .bg-block {
        padding: 15px;
    }
    .about-us .page-inner .left-block .bg-block h3 {
        font-size: 30px;
    }
    .about-us .page-inner ul {
        padding-left: 20px;
    }

    .page-header {
        padding: 25px 0;
    }

    .property-value-page .page-inner,
    .inner-page .page-inner,
    .contact-page .page-inner {
        padding: 25px 0;
    }

    .property-detail .image-slider {
        margin-bottom: 15px;
    }
    .property-detail .image-slider .properties-slider-detail img {
        height: 300px;
    }
    .property-detail .property-detail-inner .property-main {
        margin-bottom: 15px;
    }
    .property-detail .property-detail-inner .property-main .main-right {
        text-align: left;
    }
    .property-detail .property-detail-inner .property-main .main-right p.sold {
        margin-left: initial;
    }
    .property-detail .property-detail-inner .bg-common {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }
    .property-detail .property-detail-inner .bg-common ul.about-property {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .property-detail .property-detail-inner .bg-common ul.about-property li {
        margin-bottom: 5px !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        ul.update
        li
        span:nth-child(2) {
        padding-left: 10px;
    }
    .property-detail .property-detail-inner .bg-common .schedule {
        margin-bottom: 15px;
    }
    .property-detail .property-detail-inner .bg-common .detail-block {
        margin-bottom: 15px;
    }
    .property-detail .property-detail-inner .bg-common .detail-block h4 {
        margin-bottom: 10px;
    }
    .property-detail .property-detail-inner .bg-common .price-history table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .price-history
        table
        tr
        th {
        min-width: 110px;
    }
    .property-detail .property-detail-inner .bg-common .affordability .afford {
        display: block !important;
        padding: 15px 0;
        margin: 15px 0;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .afford
        .block {
        display: block !important;
        width: 100% !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        ul.progress-block {
        padding: 15px 0;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now {
        padding: 15px;
        padding-left: 75px;
        display: block !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now:before {
        left: 15px;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now
        .block {
        width: 100% !important;
        display: block !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now
        .block
        a {
        margin-top: 15px;
    }
    .property-detail .property-detail-inner .ask-home {
        padding: 15px;
    }
    .property-detail
        .property-detail-inner
        .ask-home
        form
        input[type="submit"] {
        font-size: 16px;
    }

    .container-fluid {
        padding: 0 15px !important;
    }

    .navbar.landing .navbar-nav {
        position: relative;
        top: 5px;
        background-color: #ffffff;
    }
    .navbar.landing .navbar-nav p.nav-head {
        font-size: 14px;
    }
    .navbar .container-fluid {
        padding: 0 !important;
    }
    .navbar.index .navbar-brand {
        top: 0;
    }
    .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("../../assets/img/menu-toggle.png");
        width: 29px;
        height: 20px;
    }
    .navbar .navbar-nav {
        padding: 15px 0;
        text-align: center;
        background: #06548d;
    }
    .navbar .navbar-nav .dropdown-menu {
        max-height: 190px;
        overflow: auto;
    }
    .navbar .navbar-nav li.nav-item {
        margin-right: 0 !important;
    }
    .navbar .navbar-nav li.nav-item .nav-link {
        display: inline-block;
        color: #ffffff !important;
    }
    .navbar .navbar-brand {
        padding: 0;
    }
    .navbar .navbar-brand img {
        max-height: 72px;
    }

    .index .banner .banner-image {
        height: auto;
        margin-bottom: 0;
    }
    .index .banner .banner-image .social-media {
        left: 10px;
        top: 60%;
    }
    /* .index .banner .banner-image .social-media li span {
        display: none !important;
    } */
    .index .banner .banner-image .banner-content {
        bottom: 0;
    }
    .index .banner .banner-image .banner-content img.remax-logo {
        top: -150px !important;
        transform: translateY(-100%);
        right: 50px !important;
        max-width: 80px;
    }
    .index .banner .banner-image .banner-content .person-image img {
        max-height: 250px;
        position: absolute;
        bottom: 0;
        right: 50px;
    }
    .index .banner .banner-image .banner-content .text-content-inner {
        top: auto;
        transform: none;
        bottom: 0;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .index .banner .banner-image .banner-content .text-content-inner h3 {
        font-size: 30px;
        margin-bottom: 0;
        text-shadow: 1px 1px #ffffff;
    }
    .index .banner .banner-image .banner-content .text-content-inner h4 {
        margin-bottom: 0;
        text-shadow: 1px 1px #ffffff;
    }
    .index .banner .banner-image .banner-content .text-content-inner ul {
        text-align: center;
        margin-bottom: 5px;
    }
    .index
        .banner
        .banner-image
        .banner-content
        .text-content-inner
        ul
        li:not(:last-child) {
        margin-right: 10px;
    }
    .index .banner .banner-image .banner-content .text-content-inner ul li a {
        font-size: 14px;
    }
    .index
        .banner
        .banner-image
        .banner-content
        .text-content-inner
        ul
        li
        a
        img {
        vertical-align: text-bottom;
        max-height: 13px;
        margin-right: 6px;
    }
    .index .banner .banner-contact {
        display: none !important;
    }
    .index .calculator {
        margin: 10px 0 25px 0;
        padding-bottom: 50px;
    }
    .index .calculator .calculator-form {
        margin: 15px 0;
        border: none;
        display: block;
        height: auto;
        overflow: visible;
    }
    .index .calculator .calculator-form input[type="text"] {
        border: 2px solid #06548d;
        position: initial;
        transform: initial;
        height: 57px;
        margin-bottom: 10px;
        border-radius: 0;
        width: 100%;
        padding-left: 40px;
    }
    .index .calculator .calculator-form input[type="submit"] {
        width: 100%;
        height: 50px;
        max-width: 100%;
    }
    .index .banner-contact .properties {
        width: 100%;
        display: block;
        margin-bottom: 60px;
    }
    .index .banner-contact .properties .properties-slider .slider-block {
        display: block;
    }
    .index
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-image,
    .index
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details {
        display: block;
        width: 100%;
    }
    .index
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-image
        img {
        object-fit: cover;
        width: 100%;
        height: 200px;
    }
    .index
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details {
        border: 1px solid #e9ecef;
        padding: 15px;
    }
    .index
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        h4,
    .index
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        p {
        margin-bottom: 5px;
    }
    .index .banner-contact .properties .owl-nav button {
        top: auto;
        bottom: -40px;
        box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.1);
    }
    .index .banner-contact .properties .owl-nav .owl-prev {
        left: calc(50% - 38.5px);
    }
    .index .banner-contact .properties .owl-nav .owl-next {
        right: calc(50% - 38.5px);
    }
    .index .banner-contact .consultation {
        width: 100%;
        display: block;
        padding: 15px;
    }
    .index .banner-contact .consultation form span {
        display: block;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .index .banner-contact .consultation h5 {
        text-align: center;
    }
    .index .banner-contact .send-button {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .index .banner-contact .send-button button {
        height: 50px;
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 10px;
    }
    .index .banner-contact .send-button button img {
        max-height: 25px;
    }
    .index .home-about {
        margin: 30px 0;
    }
    .index .home-about h3 {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .index .home-about h2 {
        position: initial;
        transform: none;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
        width: 100%;
        height: auto;
        margin: 15px 0;
    }
    .index .neighbourhoods {
        margin: 30px 0;
    }
    .index .featured-services {
        padding: 30px 0 15px 0;
    }
    .index .featured-listings {
        margin: 25px 0 0 0;
    }
    .index .featured-listings h2 {
        position: initial;
        margin-bottom: 15px;
        transform: none;
        text-align: center;
    }
    .index .testimonials {
        padding: 0;
    }
    .index .testimonials h2 {
        font-size: 25px;
    }
    .index
        .testimonials
        .testimonials-slider
        .testimonial
        .testimonial-content:before {
        top: 0;
    }
    .index
        .testimonials
        .testimonials-slider
        .testimonial
        .testimonial-content
        .content-inner {
        position: initial;
        transform: none;
        padding: 15px;
    }
    .index .testimonials .owl-nav button {
        height: 30px;
        bottom: -30px;
        width: 30px;
    }
    .index .testimonials .owl-nav .owl-prev {
        left: calc(50% - 30px);
    }
    .index .testimonials .owl-nav .owl-next {
        right: calc(50% - 30px);
    }

    footer a.footer-logo {
        text-align: center;
        display: block;
    }
    footer .footer-bottom {
        padding-top: 15px;
        margin-top: 15px;
    }
    footer .footer-bottom p {
        text-align: left !important;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .property-list-page .find-property {
        padding: 25px 0 1px 0;
    }
    .property-list-page .props-lists .props-list .property {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .property-list-page
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .property-list-page .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }
    .property-list-page .props-lists .props-list .property:nth-child(5n) {
        margin-right: 0 !important;
    }
    .property-list-page .props-lists .props-list .property:nth-child(4n) {
        margin-right: 0 !important;
    }
    .property-list-page .props-lists .props-list .property:nth-child(3n) {
        margin-right: 0 !important;
    }
    .property-list-page .props-grid .property {
        display: block !important;
    }
    .property-list-page .props-grid .property .property-list-slider,
    .property-list-page .props-grid .property .carousel {
        width: 100% !important;
    }
    .property-list-page .props-grid .property .slider-details {
        width: 100% !important;
        padding: 15px !important;
    }
    .property-list-page .map-view .map-view-inner {
        flex-wrap: wrap;
    }
    .property-list-page .map-view .map-view-inner .map-block {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .property-list-page .map-view .map-view-inner .map-property {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .property-list-page
        .map-view
        .map-view-inner
        .map-property
        .properties
        .property {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pre-construction .find-property {
        padding: 25px 0 1px 0;
    }
    .pre-construction .free-consultation {
        padding: 25px 0 15px 0;
    }
    .pre-construction .free-consultation ul {
        display: block;
    }
    .pre-construction .free-consultation ul li {
        display: block;
        width: 100%;
    }
    .pre-construction .page-inner .props-lists .props-list .property {
        width: 100%;
        margin-right: 0 !important;
    }

    .your-home-value .props-lists .props-list .property {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .your-home-value
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .your-home-value .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }
    .your-home-value .props-lists .props-list .property:nth-child(5n) {
        margin-right: 0 !important;
    }
    .your-home-value .props-lists .props-list .property:nth-child(4n) {
        margin-right: 0 !important;
    }
    .your-home-value .props-lists .props-list .property:nth-child(3n) {
        margin-right: 0 !important;
    }
    .home-evaluation .banner .banner-form form .form-control {
        height: 50px;
    }
    .home-evaluation .banner .banner-form h3 {
        font-size: 20px;
    }
    .home-evaluation .banner img {
        height: 300px;
        object-fit: cover;
    }
    .home-evaluation .find {
        padding: 50px 0;
    }
    .home-evaluation .find h3 {
        font-size: 20px;
    }
    .home-evaluation .get-you-ready .inner-content h3 {
        font-size: 25px;
    }
    .home-evaluation .get-in-touch {
        padding: 30px 0;
    }
    .home-evaluation .get-in-touch .inner-content h3 {
        font-size: 25px;
    }
    .home-evaluation .two-block .block {
        margin-top: 1px;
        width: 100%;
    }
    .home-evaluation .two-block .block h3 {
        font-size: 23px;
    }
    .home-evaluation .two-block .block a {
        padding: 20px;
    }

    .neighbourhood-buzzer {
        min-height: auto;
        background-size: 90%;
    }
    .neighbourhood-buzzer a.logo {
        position: initial;
        transform: none;
        max-width: 175px;
        margin: auto;
    }
    .neighbourhood-buzzer .banner-form {
        padding: 30px 15px;
        position: initial;
        transform: none;
    }
    .neighbourhood-buzzer .banner-form h3 {
        font-size: 22px;
    }
    .neighbourhood-buzzer .banner-form form .form-control {
        height: 50px;
    }
    .neighbourhood-buzzer .banner-form form button {
        font-size: 13px;
        width: 255px;
    }

    .property-found .container-fluid {
        padding: 0 15px;
    }
    .property-found .map-section {
        padding: 25px 0;
    }
    .property-found .map-section h1 {
        font-size: 25px;
        margin: 15px 0;
    }
    .property-found .map-section .map h5 {
        padding: 15px 20px;
    }
    .property-found .map-section .map iframe {
        border-radius: 0 !important;
    }
    .property-found .right-block {
        padding: 15px;
    }

    .just-listed .inner-content {
        padding: 30px 15px;
    }
    .just-listed .inner-content ul.social-icons {
        margin: 30px 0;
    }

    .unsubscribe-page .inner-content h1 {
        font-size: 25px;
    }

    .step .inner-content {
        position: relative;
        padding: 15px 0;
        height: auto;
    }
    .step .inner-content ul.steps li {
        text-align: center;
    }
    .step .inner-content ul.steps li span {
        margin: 0 auto;
        display: block !important;
    }
    .step .inner-content ul.steps li span.word {
        font-weight: 500;
        margin-top: 5px;
        padding-left: 0;
    }

    .left-container,
    .right-container {
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .find .banner .banner-contact h4 {
        font-size: 25px !important;
    }
    .find .banner .banner-contact ul li a {
        font-size: 18px !important;
    }
    .find .banner .banner-slider .banner-block h1 {
        font-size: 30px;
    }
    .find .banner .banner-slider .banner-block h1 span {
        font-size: 50px;
    }
    .find .enquiry-form form {
        padding: 0;
    }
    .find .for-sale {
        padding: 15px;
    }
    .find .for-sale button {
        font-size: 14px;
    }

    .navbar-nav {
        text-align: center;
        overflow: auto;
        width: 100%;
        height: 86vh;
    }
    .navbar-nav li.nav-item {
        margin-right: 0 !important;
    }
    .condos-list-page .property .property-image img {
        height: 150px;
    }

    .condos-detail-page .container-fluid {
        padding: 0 15px;
    }
    .condos-detail-page .tab-sec .tab-content .condos-detail-slider img {
        height: 350px;
    }
    .condos-detail-page .tab-sec .nav-tabs a.request-info {
        position: initial;
    }
    .condos-detail-page .property .property-image img {
        height: 125px;
    }
    .condos-detail-page
        .platinum-slider-block
        .platinum-slider
        .property
        .property-image
        img {
        height: 175px;
    }
    .condos-detail-page .related-posts .property .property-image img {
        height: 175px;
    }

    .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("../../assets/img/menu-toggle.png");
        width: 29px;
        height: 20px;
    }
    .navbar .navbar-nav {
        padding: 15px 0;
        text-align: center;
        background: #06548d;
    }
    .navbar .navbar-nav li.nav-item {
        margin-right: 0 !important;
    }
    .navbar .navbar-nav li.nav-item a.nav-link {
        color: #ffffff !important;
    }

    .property-detail .image-slider {
        margin-bottom: 20px;
    }
    .property-detail .image-slider .properties-slider-detail img {
        height: 300px;
        object-fit: cover;
    }
    .property-detail .property-detail-inner .property-main {
        margin-bottom: 15px;
    }
    .property-detail .property-detail-inner .property-main .main-right {
        text-align: left;
    }
    .property-detail .property-detail-inner .bg-common {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .property
        .property-image
        img {
        height: 100px;
    }
    .property-detail .property-detail-inner .bg-common ul.about-property {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .property-detail .property-detail-inner .bg-common ul.about-property li {
        margin-bottom: 5px !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        ul.update
        li
        span:nth-child(2) {
        padding-left: 10px;
    }
    .property-detail .property-detail-inner .bg-common .schedule {
        margin-bottom: 15px;
    }
    .property-detail .property-detail-inner .bg-common .detail-block {
        margin-bottom: 15px;
    }
    .property-detail .property-detail-inner .bg-common .detail-block h4 {
        margin-bottom: 10px;
    }
    .property-detail .property-detail-inner .bg-common .price-history table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .price-history
        table
        tr
        th {
        min-width: 110px;
    }
    .property-detail .property-detail-inner .bg-common .affordability .afford {
        display: block !important;
        padding: 15px 0;
        margin: 15px 0;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .afford
        .block {
        display: block !important;
        width: 100% !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        ul.progress-block {
        padding: 15px 0;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now {
        padding: 15px;
        padding-left: 75px;
        display: block !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now:before {
        left: 15px;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now
        .block {
        width: 100% !important;
        display: block !important;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .affordability
        .apply-now
        .block
        a {
        margin-top: 15px;
    }
    .property-detail .property-detail-inner .ask-home {
        padding: 15px;
    }

    .property-list-page .props-lists .props-list .property {
        width: calc((100% - 15px) / 2) !important;
    }
    .property-list-page
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .property-list-page .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }
    .property-list-page .props-lists .props-list .property:nth-child(5n) {
        margin-right: 15px !important;
    }
    .property-list-page .props-lists .props-list .property:nth-child(4n) {
        margin-right: 15px;
    }
    .property-list-page .props-lists .props-list .property:nth-child(3n) {
        margin-right: 15px;
    }
    .property-list-page .props-lists .props-list .property:nth-child(2n) {
        margin-right: 0;
    }
    .property-list-page .props-grid .property {
        display: block !important;
    }
    .property-list-page .props-grid .property .property-list-slider,
    .property-list-page .props-grid .property .carousel {
        width: 100% !important;
    }
    .property-list-page .props-grid .property .slider-details {
        width: 100% !important;
        padding: 15px !important;
    }
    .property-list-page
        .map-view
        .map-view-inner
        .map-property
        .properties
        .property {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pre-construction .page-inner .props-lists .props-list .property {
        width: calc((100% - 15px) / 2) !important;
    }
    .pre-construction
        .page-inner
        .props-lists
        .props-list
        .property:nth-child(2n) {
        margin-right: 0 !important;
    }
    .pre-construction
        .page-inner
        .props-lists
        .props-list
        .property:nth-child(3n) {
        margin-right: auto !important;
    }

    .index .banner .banner-image {
        height: 600px;
    }
    .index .banner .banner-image .social-media {
        right: 0;
    }
    .index .banner .banner-contact {
        position: initial;
        padding-left: 0 !important;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end;
    }
    .index .banner .banner-contact .properties {
        width: 40% !important;
    }
    .index
        .banner
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-image {
        width: 50% !important;
    }
    .index
        .banner
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details {
        width: 50% !important;
        padding: 10px !important;
    }
    .index
        .banner
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        h4 {
        margin-bottom: 5px !important;
    }
    .index
        .banner
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        p {
        margin-bottom: 5px !important;
    }
    .index .banner .banner-contact .consultation {
        width: 50% !important;
        padding: 10px !important;
    }
    .index .banner .banner-contact .consultation h5 {
        margin-bottom: 0;
    }
    .index .banner .banner-contact .send-button {
        width: 10% !important;
    }
    .index .banner .banner-content {
        bottom: 150px !important;
    }
    .index .banner .banner-content img.remax-logo {
        position: initial !important;
        transform: none !important;
    }
    .index .banner .banner-content .person-image img {
        max-height: 300px !important;
    }
    .index .banner .banner-content .text-content-inner {
        padding-top: 0;
    }
    .index .banner .banner-content .text-content-inner img.banner-remax-logo {
        max-width: 55px;
    }
    .index .banner .banner-content .text-content-inner h3 {
        font-size: 28px !important;
    }
    .index .banner .banner-content .text-content-inner h4 {
        font-size: 23px;
        margin-bottom: 0;
    }
    .index .banner .banner-content .text-content-inner ul li a {
        font-size: 16px !important;
    }
    .index .banner .banner-content .text-content-inner ul li a img {
        max-width: 20px;
    }
    .index .banner .banner-content img.remax-logo {
        top: 10px !important;
        right: 30px !important;
        max-width: 150px;
    }
    .index .calculator {
        margin: 35px 0;
        padding-bottom: 50px;
    }
    .index .calculator .home-vector {
        min-height: 170px;
    }
    .index .calculator .home-vector img {
        width: 75%;
    }
    .index .calculator .calculator-form {
        height: 50px;
    }
    .index .calculator .calculator-form input[type="submit"] {
        height: 50px;
        padding: 0;
        font-size: 14px;
        max-width: 250px;
    }
    .index .calculator .calculator-form input[type="text"] {
        width: calc(100% - 281px);
    }

    .inner-page .page-inner .form-block form input[type="submit"] {
        font-size: 15px;
    }

    .your-home-value .props-lists .props-list .property {
        width: calc((100% - 15px) / 2) !important;
    }
    .your-home-value
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .your-home-value .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }
    .your-home-value .props-lists .props-list .property:nth-child(5n) {
        margin-right: 15px !important;
    }
    .your-home-value .props-lists .props-list .property:nth-child(4n) {
        margin-right: 15px;
    }
    .your-home-value .props-lists .props-list .property:nth-child(3n) {
        margin-right: 15px;
    }
    .your-home-value .props-lists .props-list .property:nth-child(2n) {
        margin-right: 0;
    }
    .pre-construction-detail h5 {
        font-size: 20px;
    }
    .pre-construction-detail .image-slider .properties-slider-detail img {
        height: 250px;
    }
    .pre-construction-detail .prop-detail ul.menu-nav {
        top: 85px;
    }
    .pre-construction-detail .prop-detail .inner-content {
        padding-top: 0;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-details h2 {
        font-size: 25px;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-details p {
        margin-bottom: 5px;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .prop-details
        .right-block
        h3 {
        font-size: 20px;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-info {
        margin: 15px 0;
    }
    .pre-construction-detail .prop-detail .inner-content .prop-info ul li img {
        margin-right: 5px;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .prop-info
        ul
        li:not(:last-child) {
        margin-right: 15px;
    }
    .pre-construction-detail .prop-detail .inner-content .block {
        margin: 25px 0;
    }
    .pre-construction-detail .prop-detail .inner-content .block h4 {
        font-size: 20px;
    }
    .pre-construction-detail .prop-detail .inner-content .block .news-block {
        margin-top: 15px;
    }
    .pre-construction-detail
        .prop-detail
        .inner-content
        .block
        .news-block
        .details
        h5
        a {
        font-size: 16px;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav {
        display: none;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-prev {
        left: 0;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-next {
        right: 0;
    }
    .pre-construction-detail .registration {
        padding: 15px;
    }
    .pre-construction-detail .registration form input[type="submit"] {
        font-size: 14px;
    }

    .home-evaluation .two-block .block h3 {
        font-size: 22px;
    }
    .home-evaluation .calculator-blocks .calculator img {
        object-fit: cover;
        height: 150px;
    }
    .home-evaluation .calculator-blocks .calculator h4 {
        font-size: 16px;
    }

    .property-found .container-fluid {
        padding: 0 15px;
    }

    .left-container {
        padding-left: 50px;
    }

    .right-container {
        padding-right: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .find .banner .banner-slider .banner-block h1 {
        font-size: 40px;
    }
    .find .banner .banner-slider .banner-block h1 span {
        font-size: 60px;
    }
    .find .enquiry-form form {
        padding: 0;
    }

    .condos-list-page .property .property-image img {
        height: 200px;
    }

    .condos-detail-page .property .property-image img {
        height: 150px;
    }
    .condos-detail-page
        .platinum-slider-block
        .platinum-slider
        .property
        .property-image
        img {
        height: 200px;
    }
    .condos-detail-page .related-posts .property .property-image img {
        height: 225px;
    }

    .property-detail .image-slider {
        margin-bottom: 30px;
    }
    .property-detail .image-slider .properties-slider-detail img {
        height: 400px;
    }
    .property-detail
        .property-detail-inner
        .bg-common
        .property
        .property-image
        img {
        height: 115px;
    }

    .index .calculator {
        margin: 50px 0;
        padding-bottom: 50px;
    }
    .index .calculator .calculator-form input[type="submit"] {
        max-width: 275px;
        padding: 0;
    }
    .index .calculator .calculator-form input[type="text"] {
        width: calc(100% - 306px);
    }
    .index .banner .banner-image {
        height: 700px;
    }
    .index .banner .banner-image img.remax-logo {
        right: 0 !important;
        top: 50% !important;
        max-width: 175px !important;
    }
    .index .banner .banner-image .social-media {
        right: 0;
    }
    .index
        .banner
        .banner-image
        .banner-content
        .text-content-inner
        img.banner-remax-logo {
        max-width: 75px;
    }
    .index .banner .banner-image .banner-content .text-content-inner h3 {
        font-size: 33px !important;
    }
    .index .banner .banner-image .banner-contact {
        padding-left: 0;
    }
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-image,
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details {
        width: 50% !important;
    }
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details {
        padding: 15px;
    }
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        h4,
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        p {
        margin-bottom: 10px;
    }
    .index .banner .banner-image .banner-contact .consultation {
        padding: 15px;
    }
    .index .banner .banner-image .banner-contact .consultation form input,
    .index .banner .banner-image .banner-contact .consultation form select {
        height: 45px !important;
    }

    .property-list-page .props-lists .props-list .property {
        width: calc((100% - 30px) / 3) !important;
    }
    .property-list-page
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .property-list-page .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }
    .property-list-page .props-lists .props-list .property:nth-child(5n) {
        margin-right: 15px !important;
    }
    .property-list-page .props-lists .props-list .property:nth-child(3n) {
        margin-right: 0;
    }
    .property-list-page .props-lists .props-list .property:nth-child(4n) {
        margin-right: 15px !important;
    }
    .property-list-page .props-grid .property {
        display: block !important;
    }
    .property-list-page .props-grid .property .carousel {
        width: 100% !important;
    }
    .property-list-page .props-grid .property .carousel .carousel-inner img {
        height: 310px !important;
    }
    .property-list-page .props-grid .property .slider-details {
        width: 100% !important;
        padding: 15px !important;
    }
    .property-list-page
        .map-view
        .map-view-inner
        .map-property
        .properties
        .property {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pre-construction .page-inner .props-lists .props-list .property {
        width: calc((100% - 15px) / 2) !important;
    }
    .pre-construction
        .page-inner
        .props-lists
        .props-list
        .property:nth-child(2n) {
        margin-right: 0 !important;
    }
    .pre-construction
        .page-inner
        .props-lists
        .props-list
        .property:nth-child(3n) {
        margin-right: auto !important;
    }

    .your-home-value .props-lists .props-list .property {
        width: calc((100% - 30px) / 3) !important;
    }
    .your-home-value
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .your-home-value .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }
    .your-home-value .props-lists .props-list .property:nth-child(5n) {
        margin-right: 15px !important;
    }
    .your-home-value .props-lists .props-list .property:nth-child(3n) {
        margin-right: 0;
    }
    .your-home-value .props-lists .props-list .property:nth-child(4n) {
        margin-right: 15px !important;
    }
    .pre-construction-detail .image-slider .properties-slider-detail img {
        height: 350px;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav {
        display: none;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-prev {
        left: 0;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-next {
        right: 0;
    }

    .property-found .container-fluid {
        padding: 0 15px;
    }

    .left-container {
        padding-left: calc((100% - 945px) / 2);
        width: 100%;
        margin-left: auto;
    }

    .right-container {
        padding-right: calc((100% - 945px) / 2);
        width: 100%;
        margin-right: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .index .banner .banner-image .banner-content {
        bottom: 180px;
    }
    .find .enquiry-form form {
        padding: 0;
    }

    .condos-list-page .property .property-image img {
        height: 225px;
    }

    .condos-detail-page .property .property-image img {
        height: 150px;
    }
    .condos-detail-page
        .platinum-slider-block
        .platinum-slider
        .property
        .property-image
        img {
        height: 200px;
    }
    .condos-detail-page .related-posts .property .property-image img {
        height: 225px;
    }

    .property-detail .image-slider {
        margin-bottom: 30px;
    }
    .property-detail .image-slider .properties-slider-detail img {
        height: 425px;
    }

    .index .calculator .calculator-form input[type="submit"] {
        max-width: 350px;
    }
    .index .calculator .calculator-form input[type="text"] {
        width: calc(100% - 381px);
    }
    .index .banner .banner-image {
        height: 800px;
    }
    .index .banner .banner-image .banner-contact {
        padding-left: 0;
    }
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-image,
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details {
        width: 50% !important;
    }
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details {
        padding: 15px;
    }
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        h4,
    .index
        .banner
        .banner-image
        .banner-contact
        .properties
        .properties-slider
        .slider-block
        .slider-details
        p {
        margin-bottom: 10px;
    }
    .index .banner .banner-image .banner-contact .consultation {
        padding: 15px;
    }
    .index .banner .banner-image .banner-contact .consultation form input,
    .index .banner .banner-image .banner-contact .consultation form select {
        height: 45px !important;
    }
    .index .banner .banner-image .social-media {
        left: 0;
    }

    .property-list-page
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .property-list-page .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }
    .property-list-page .props-grid .property .property-list-slider,
    .property-list-page .props-grid .property .carousel {
        width: 50% !important;
    }
    .property-list-page .props-grid .property .slider-details {
        width: 50% !important;
        padding: 15px !important;
    }

    .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 35px;
    }

    .your-home-value
        .props-lists
        .props-list
        .property
        .carousel
        .carousel-inner
        img {
        height: 300px !important;
    }
    .your-home-value .props-lists .props-list .property .slider-details {
        padding: 15px !important;
    }

    .pre-construction-detail .image-slider .properties-slider-detail img {
        height: 450px;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav {
        display: none;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-prev {
        left: 0;
    }
    .pre-construction-detail .platinum-slider-block .owl-nav .owl-next {
        right: 0;
    }
}
@media (min-width: 1441px) and (max-width: 1599px) {
    .index .banner .banner-image .banner-content {
        bottom: 244px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1200px) {
    .left-container {
        padding-left: calc((100% - 1364px) / 2);
        width: 100%;
        margin-left: auto;
    }

    .right-container {
        padding-right: calc((100% - 1364px) / 2);
        width: 100%;
        margin-right: auto;
    }
}
.index .featured-services .block:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    content: "";
    background-color: #06548d;
    transform: translate(-50%, -50%);
    transition: all 0.15s;
    opacity: 0.75;
}
.index .featured-services .block:hover:before {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.index .featured-services .block a.hover-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    right: 0;
    top: 0;
}
/*# sourceMappingURL=sandeep.css.map */
