html {
    scroll-behavior: smooth;
}

.fade.modal.show {
    opacity: 1;
    overflow: auto;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    display: none;
}
/* footer .footer-top .logo{
    position: absolute;
    bottom: 30px;
} */
.index .home-worth {
    padding: 100px 0;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
}
.index .home-worth p {
    font-size: 14px;
    font-weight: 600;
}
.index .home-worth form {
    display: flex;
    position: relative;
    padding: 0 0 5px 25px;
    border-bottom: 1px solid #B9B9B9;
    margin: 50px 0 15px 0;
    max-width: 614px;
    width: 100%;
}
.index .home-worth form:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: url(../../assets/img/place-white.png?v0.2);
}
.index .home-worth form .form-control {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    height: 50px;
    display: inline-block;
    color: #000000;
}
.index .home-worth form .form-control {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    height: 50px;
    display: inline-block;
    color: #000000;
}
.index .home-worth form button {
    width: 25px;
    padding: 0 !important;
    /* filter: brightness(500%); */
}
.index .banner .banner-content .text-content .text-content-inner h4{
    color: #fff;
    background-color: #3b406f;
    padding: 7px;
    border-radius: 8px;
    font-size: 22px;
    display: inline-block;
}
fieldset {
    border: 0;
}
.inner-page .page-inner .ask-home{
    position: sticky;
    top: 100px;
    padding: 30px;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
  }
  .inner-page .page-inner .ask-home form .form-control{
    height: 47px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
  }
  .inner-page .page-inner .ask-home form input[type=submit]{
    background-color: #3b406f;
    color: #fff;
    border-radius: 4px;
    height: 47px;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
  }
.visitor {
    margin-top: 15px;
    border: 1px solid #444444;
    display: block;
    width: 100px;
    padding-top: 5px;
    color: #000;
    height: 30px;
    padding-left: 5px;
    position: relative;
}

.visitor a {
    color: #000;
}

.visitor:hover {

    background-color: #3b406f;

    color: #fff;

}

.visitor a:hover {
    color: #fff;
}

.visitor:hover a {
    color: #fff;
}

.visitor {
    font-size: 15px;
    color: #444444;
    font-weight: 600;
    position: relative;
}

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

.overflow-class {
    height: 200px;
}

.search-by {
    padding: 0 0px;
}

#consultation-modal-ones .modal-dialog.modal-dialog-centered .modal-content {
    color: #FFFFFF;
    background: #3b406f;
}

.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: 0;
    margin-bottom: 30px;
    border: 1px solid #B9B9B9;
}

.investRange .btn-group .dropdown-toggle::after,
.investRange-two .btn-group .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 20px;
}

/* 
.navbar .dropdown-toggle::after {
    color: #3b406f;
} */

.navbar .submenu::after {
    color: #fff !important;
}

.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: #0054A0;
    background-color: white;
    color: #0054A0;
    box-shadow: inset 0 0 5px #F7BDBB;
    border-radius: 0;
}

#ask_heading {
    font-size: 16px;
    padding-right: 5px;
}

.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 */
}

.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: #3b406f;
    color: #FFFFFF;
    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;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: auto;
        text-align: right;
    }
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
}

.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;
    font-family: "proxima_novasemibold";
    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: #0054A0;
}

.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;
}

.inner-page .page-inner {
    padding: 50px 0 100px 0;
}

.inner-page .page-inner h3 {
    font-size: 19px;
    color: #4B5A6A;
    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: 125px;
}

.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: #3b406f;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.page-header {
    padding: 50px;
    background: #3b406f;

}

.page-header h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: "proxima_novaregular";
    src: url("../../assets/fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../../assets/fonts/proximanova-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novabold";
    src: url("../../assets/fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima_nova_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novaextrabold";
    src: url("../../assets/fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima_nova_extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novathin";
    src: url("../../assets/fonts/proxima_nova_thin-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima_nova_thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova_altbold";
    src: url("../../assets/fonts/proxima_nova_alt_bold-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima_nova_alt_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novasemibold";
    src: url("../../assets/fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima_nova_semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.search-result {
    position: absolute;
    top: 60px;
    z-index: 99;
    background: #fff;
    max-width: 1000px;
    width: 100%;
    border: 2px solid #e7ecf5;
    max-height: 248px;
    overflow: auto;
    text-align: left;
}

.search-result ul.country-list {
    margin-bottom: 0;
    list-style: none;
    margin-top: -1px;
    padding: 0;
}

.search-result ul.country-list li {
    padding: 5px;
    background: #fff;
    cursor: pointer;
    width: 100%;
}

.search-result ul.country-list li:hover {
    background: #e6e4e4 !important;
    cursor: pointer;
}

.search-result ul.country-list li .stype {
    float: right;
    color: #9c9a9a;
    font-size: 14px;
}

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

.btn.focus,
.btn:focus {
    box-shadow: none;
}

a.whatsappfixed {
    position: fixed;
    right: 15px;
    bottom: 50px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: block;
    text-align: center;
    z-index: 100;
    -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;
}

.to-top {
    float: right;
    position: relative;
    transition-duration: 2s;
}

.to-top img {
    display: block;
    margin: 0 auto;
}

.to-top p {
    font-size: 13px;
}

.index .main-contact ul h3 {
    font-size: 40px;
}

.index .main-contact ul h6 {
    font-size: 15px;
    color: #000000;
}

.navbar {
    padding: 8px;
    z-index: 1030;
}

.navbar.inner {
    background: #fff;
    box-shadow: rgba(109, 64, 64, 0.27) 1px 1px 5px 1px;
    position: sticky;
    top: 0;
}

.navbar.inner .navbar-toggler {
    margin-right: 15px;
    border: none;
    padding: 10px;
    font-size: initial;
    outline: none;
    background: #3b406f !important;
}

.navbar.inner .navbar-toggler .navbar-toggler-icon {
    background-image: url("../../assets/img/toggler.png");
    width: 29px;
    height: 13px;
    /* filter: invert(1); */
}

.navbar.inner .navbar-brand {
    padding: 0;
}

.navbar.inner .navbar-brand img {
    max-height: 75px;
    padding: 10px;
}

.navbar.inner .navbar-nav .nav-item {
    text-align: center;
}

.navbar.inner .navbar-nav .nav-item.dropdown {
    /* border: 2px solid #000; */
    text-transform: uppercase;
}

.navbar.inner .navbar-nav .nav-item.dropdown ul li a {
    padding: 5px 10px 5px 5px;
    position: relative;
    color: #fff;
    background: #3b406f;
text-align: right;
    text-transform: uppercase;
}

.navbar.inner .navbar-nav .nav-item.login {
    /* border: 2px solid #0054A0 ; */
    margin-right: 10px;
}

.navbar.inner .navbar-nav .nav-item.login a .fa-user {
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    bottom: 2px;
}

.navbar.inner .navbar-nav .nav-item .nav-link {
    padding: 7px 10px;
    margin: 0 5px;
    color: #000;
    font-family: "proxima_novaregular";
    font-size: 16px;
    line-height: 21px;
}

.navbar.index {
    /* background: #0054A0; */
}

.navbar.index .navbar-toggler {
    /* margin-right: 15px; */
    border: none;
    padding: 0;
    font-size: initial;
    background: #3b406f !important;
    box-shadow: none;
    border: none;
    outline: none;
}

.navbar.index .navbar-toggler .navbar-toggler-icon {
    background-image: url("../../assets/img/toggler.png");
    width: 29px;
    height: 13px;
    /* filter: invert(1); */
}

.navbar.index .navbar-brand {
    padding: 0;
}

.navbar.index .navbar-brand img {
    max-height: 75px;
    padding: 10px;
}

.navbar.index .navbar-nav .nav-item {
    text-align: center;
}

.navbar.index .navbar-nav .nav-item.dropdown {
    /* border: 2px solid #ffffff; */
    text-transform: uppercase;
}

.navbar.index .navbar-nav .nav-item.dropdown ul li a {
    padding: 5px 10px 5px 5px;
    position: relative;
    color: #fff;
    background: #3b406f;
    text-align: right;
    text-transform: uppercase;
}

.navbar.index .navbar-nav .nav-item.dropdown ul li a:hover {
    color: #fff;
}

.navbar.index .navbar-nav .nav-item.login {
    border: none;
    margin-right: 10px;
}

.navbar.index .navbar-nav .nav-item.login a .fa-user {
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    bottom: 2px;
}

.navbar.index .navbar-nav .nav-item .nav-link {
    padding: 7px 10px;
    margin: 0 5px;
    color: #fff;
    font-family: "proxima_novaregular";
    font-size: 16px;
    line-height: 21px;
}

.navbar .dropdown-menu {
    padding: 10px;
    right: -1px;
    width: auto;
    left: auto;
    border-radius: 0;
    margin: 5px 0 0 0;
    text-align: center;
    background: #3b406f;
}

.navbar .dropdown-menu .submenu.dropdown-menu {
    right: 100%;
    left: auto;
}

.navbar .dropdown-menu a:active {
    background: #3b406f;
}

.navbar .dropdown-menu a {
    text-transform: capitalize;
}

.property {
    border: 1px solid #DBDBDB;
    padding: 15px;
    max-width: 440px;
    margin-top: 28px;
    transition: all 0.3s ease 0s;
    box-shadow: none;
}

.property .carousel {
    position: relative;
    transition: all 0.3s ease 0s;
}

.property .carousel .carousel-inner img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.property .carousel .hover-link {
    transition: all 0.3s ease 0s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    z-index: 2;
}

.property .carousel .hover-link a {
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.property .carousel:hover .hover-link {
    opacity: 1 !important;
    transition: all 0.3s ease 0s;
}

.property .carousel:hover:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.property .carousel-control-next-icon {
    background-image: url("../../assets/img/right-arrow.png") !important;
    width: 18px;
    height: 50px;
}

.property .carousel-control-prev-icon {
    background-image: url("../../assets/img/left-arrow.png") !important;
    width: 18px;
    height: 50px;
}

.property .carousel-control-next,
.property .carousel-control-prev {
    opacity: 1;
}

.property .location {
    background: #3b406f;
    position: relative;
    padding: 13px;
    min-height: 50px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #fff;
}

.property .location img {
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px;
    max-height: 16px;
    /* filter: invert(1); */
}

.property .location span {
    color: #fff;
    margin-bottom: 0;
    font-family: "proxima_novaregular";
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.property .property-detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 5px;
    font-size: 14px
}

.property .property-detail .sec {
    display: inline-block;
    width: auto;
    margin-left: 7px;
}

.property .property-detail .sec .detail img {
    display: inline;
    width: 17px;
}

.property .property-detail .sec.price {
    width: auto;
    text-align: center;
}

.property .property-detail .sec.price span {
    font-family: "proxima_novaregular";
    color: #EF0000;
}

.property .property-detail .sec h5 {
    text-transform: capitalize;
    font-family: "proxima_novaregular";
    font-size: 14px;
}

.property .property-detail .sec span img {
    width: auto !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

.home-search {
    padding: 25px 0;
    background: #fff;
    display: block;
}

.home-search.main {
    display: none;
}

.home-search .radio-buttons-group {
    text-align: center;
    display: block;
    padding: 0 0 25px 0;
}

.home-search .radio-buttons-group span {
    font-size: 17px;
    color: #393939;
    font-weight: 700;
    margin-right: 30px;
}

.home-search .radio-buttons-group label {
    font-family: "proxima_novaregular";
    font-size: 17px;
    color: #393939;
}

.home-search .radio-buttons-group .pretty.p-default input:checked~.state label:after {
    background-color: #3b406f !important;
}

.home-search .full-width-form {
    display: flex;
}

.home-search input[type=text],
.home-search input[type=email],
.home-search input[type=submit],
.home-search input[type=tel],
.home-search select {
    width: 20%;
    display: inline-block;
    margin-right: 15px;
    border-radius: 4px;
    height: 54px;
}

.home-search input[type=submit] {
    margin-right: 0 !important;
    text-transform: uppercase;
    background: #3b406f;
    border: none;
    color: #fff;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 16px;
    line-height: 22px;
}

.find-property h3 {
    text-transform: capitalize;
    font-family: proxima_novabold;
    font-size: 27px;
    color: #000;
}

.find-property .search-by .search-by-top {
    margin-bottom: 30px !important;
    position: relative;
    height: 61px;
    border: 2px solid #3b406f;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    background-color: #3b406f;
}

.find-property .search-by .search-by-top form {
    width: 100%;
}

.find-property .search-by .search-by-top input[type=text] {
    display: inline-block;
    border: none;
    height: 57px;
    left: 31px !important;
    background: transparent;
    width: calc(100% - 200px);
    background: #FFFFFF;
    border-radius: 0;
}

.find-property .search-by .search-by-top input[type=text]:focus {
    box-shadow: none;
    outline: none;
}

.find-property .search-by .search-by-top select {
    height: 57px;
    float: left;
    display: inline-block;
    width: 20%;
    border-right: 2px solid #0054A0;
    border-radius: 0;
}

.find-property .search-by .search-by-top select:focus {
    outline: none;
    box-shadow: none;
}

.find-property .search-by .search-by-top button {
    position: absolute;
    width: 200px;
    height: 57px;
    right: 0;
    background: #3b406f;
    color: #fff;
    outline: none;
    border: none;
    font-family: "proxima_novabold";
    font-size: 17px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block;
}

.find-property .search-by .search-by-top button img {
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}

.find-property .search-by .advanced-search {
    text-align: center;
    position: relative;
    color: #393939;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    display: block;
}

.find-property .search-by .advanced-search.main img {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.find-property .search-by .advanced-search img {
    transition: all 0.3s;
    filter: invert(0.5);
}

.find-property .search-by .search-by-bottom {
    display: none !important;
}

.find-property .search-by .search-by-bottom.main {
    display: block !important;
}

.find-property .search-by .search-by-bottom select,
.find-property .search-by .search-by-bottom input[type=text] {
    height: 47px;
    margin-bottom: 30px;
    border-color: #B9B9B9;
    border-radius: 0;
    color: #000!important;
}

.find-property .search-by .search-by-bottom select:focus,
.find-property .search-by .search-by-bottom select:visited,
.find-property .search-by .search-by-bottom select:active,
.find-property .search-by .search-by-bottom select:hover,
.find-property .search-by .search-by-bottom input[type=text]:focus,
.find-property .search-by .search-by-bottom input[type=text]:visited,
.find-property .search-by .search-by-bottom input[type=text]:active,
.find-property .search-by .search-by-bottom input[type=text]:hover {
    border-color: #B9B9B9 !important;
    box-shadow: none !important;
}

.find-property .search-by .search-by-bottom select {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    outline: none !important;
    box-shadow: none !important;
}

.find-property .search-by .search-by-bottom .select2-container {
    width: 100% !important;
    margin-bottom: 30px;
}

.find-property .search-by .search-by-bottom .select2-container:focus {
    outline: none !important;
    box-shadow: none !important;
}

.find-property .search-by .search-by-bottom .select2-container .select2-selection--single {
    height: 47px;
    padding-top: 10px;
}

.find-property .search-by .search-by-bottom .select2-container .select2-selection--single .select2-selection__arrow {
    height: 47px;
}

.find-property .search-by .search-by-bottom .keywords {
    height: 47px;
    overflow: hidden;
    display: flex;
    border: 1px solid #B9B9B9;
    position: relative;
    background: #FFFFFF;
}

.find-property .search-by .search-by-bottom .keywords span,
.find-property .search-by .search-by-bottom .keywords input[type=text],
.find-property .search-by .search-by-bottom .keywords input[type=submit] {
    display: inline-block;
    height: 47px;
}

.find-property .search-by .search-by-bottom .keywords span:focus,
.find-property .search-by .search-by-bottom .keywords input[type=text]:focus,
.find-property .search-by .search-by-bottom .keywords input[type=submit]:focus {
    outline: none;
    box-shadow: none;
}

.find-property .search-by .search-by-bottom .keywords span {
    padding: 10px;
    border-right: 1px solid #B9B9B9;
    width: 15%;
    text-align: center;
}

.find-property .search-by .search-by-bottom .keywords input[type=text] {
    border: none;
    width: 85%;
    padding: 10px;
}

.find-property .search-by .search-by-bottom .keywords input[type=submit] {
    width: 15%;
    text-align: center;
    background: #3b406f;
    border: none;
    color: #FFFFFF;
    float: right;
    outline: none;
    font-family: "proxima_novabold";
    font-size: 17px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block;
}

.find-property .search-by .search-by-bottom .price-range {
    margin-bottom: 30px;
}

.find-property .search-by .search-by-bottom .price-range .ui-slider-horizontal {
    height: 7px;
    background: #E2E2E2;
}

.find-property .search-by .search-by-bottom .price-range .ui-widget-header {
    background: #3b406f;
    height: 7px;
}

.find-property .search-by .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 .search-by-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
.find-property .search-by .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 .search-by-bottom .price-range p {
    margin-bottom: 4px;
}

.find-property .search-by .search-by-bottom .price-range p label {
    font-family: "proxima_novaregular";
}

.find-property .search-by .search-by-bottom .price-range p input {
    font-family: "proxima_novaregular";
    margin-bottom: 0;
    height: auto;
    border: none !important;
    outline: none;
    font-weight: initial !important;
    color: #0054A0 !important;
    background: transparent;
}

.card {
    border-radius: 0;
    /* border: none; */
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.8);
}

a.get-a-free-consultation {
    height: 50px;
    display: block;
    text-align: left;
    background: #3b406f;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "proxima_novabold";
    padding: 14px;
    position: relative;
}

a.get-a-free-consultation.main:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

a.get-a-free-consultation:after {
    transition: all 0.3s;
    content: url("../../assets/img/get-arrow.png");
    position: absolute;
    right: 15px;
    top: 10px;
}

#consultation-modal .modal-dialog {
    max-width: 800px !important;
}

#consultation-modal .modal-dialog .modal-content {
    background: #BFC3C8;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
}

#consultation-modal .modal-dialog .modal-content .modal-header {
    border: none;
    background: transparent;
    padding: 0;
}

#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-footer {
    border: none;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0;
    overflow: hidden;
    display: block;
    padding: 0;
}

#consultation-modal .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: #3b406f;
    left: -20px;
    bottom: 0;
}

#consultation-modal .modal-dialog .modal-content .modal-footer h2 {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #fff;
    left: 25%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: "proxima_novabold";
    text-transform: uppercase;
    margin: 12px 0;
}

#consultation-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

#consultation-modal .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

#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;
    padding: 0 20px;
    position: relative;
}

#consultation-modal .modal-dialog .modal-content .body-inner .inner-left img,
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right img {
    max-width: 265px;
    width: 100%;
    margin-left: 45px;
}

#consultation-modal .modal-dialog .modal-content .body-inner .inner-left .remax-logo,
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right .remax-logo {
    position: absolute;
    max-width: 113px !important;
    right: 0;
    top: 10%;
}

#consultation-modal .modal-dialog .modal-content .body-inner .inner-left h3,
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 21px;
    margin-top: 25px;
    font-family: "proxima_novasemibold";
    color: #000000;
}

#consultation-modal .modal-dialog .modal-content .body-inner .inner-left form,
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right form {
    margin-bottom: 15px;
}

#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;
}

#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;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #000000;
}

#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;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #000000;
}

#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: #3b406f;
    border: none;
    color: #fff;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 17px;
}



#pre-consultation-modal .modal-dialog {
    max-width: 740px;
}

#pre-consultation-modal .modal-dialog .modal-content {
    background: #BFC3C8;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
}

#pre-consultation-modal .modal-dialog .modal-content .modal-header {
    border: none;
    background: transparent;
    padding: 0;
}

#pre-consultation-modal .modal-dialog .modal-content .modal-header button {
    border: none;
    outline: none;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#pre-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;
}

#pre-consultation-modal .modal-dialog .modal-content .modal-footer {
    border: none;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0;
    overflow: hidden;
    display: block;
    padding: 0;
}

#pre-consultation-modal .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: #3b406f;
    right: -20px;
    bottom: 0;
}

#pre-consultation-modal .modal-dialog .modal-content .modal-footer h2 {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #fff;
    left: 75%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: "proxima_novabold";
    text-transform: uppercase;
    margin: 12px 0;
}

#pre-consultation-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left img,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right img {
    max-width: 300px;
    width: 100%;
    /* margin-left: 45px; */
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left .remax-logo,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right .remax-logo {
    position: absolute;
    max-width: 113px !important;
    right: 0;
    top: 10%;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left h3,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 21px;
    margin-top: 25px;
    font-family: "proxima_novasemibold";
    color: #000000;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right form {
    margin-bottom: 15px;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form input,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right form input {
    margin-bottom: 10px;
    height: 51px;
    width: 100%;
    border-radius: 0;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form input[type=checkbox],
#pre-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;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form .form-check,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right form .form-check {
    bottom: 6px;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form .form-check label,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right form .form-check label {
    font-size: 14px;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #000000;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form .form-check label a,
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right form .form-check label a {
    font-size: 14px;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #000000;
}

#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form input[type=submit],
#pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right form input[type=submit] {
    text-transform: uppercase;
    background: #3b406f;
    border: none;
    color: #fff;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 17px;
}

#thanks-modal .modal-dialog {
    max-width: 700px !important;
}

#thanks-modal .modal-dialog .modal-content {
    background: #BFC3C8;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
}

#thanks-modal .modal-dialog .modal-content .modal-header {
    border: none;
    background: transparent;
    padding: 0;
}

#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-footer {
    border: none;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0;
    overflow: hidden;
    display: block;
    padding: 0;
}

#thanks-modal .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: #3b406f;
    right: -20px;
    bottom: 0;
}

#thanks-modal .modal-dialog .modal-content .modal-footer h2 {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #fff;
    left: 75%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: "proxima_novabold";
    text-transform: uppercase;
    margin: 12px 0;
}

#thanks-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

#thanks-modal .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
}

#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;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

#thanks-modal .modal-dialog .modal-content .body-inner .inner-left img,
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right img {
    max-width: 265px;
    width: 100%;
    margin-left: 55px !important;
}

#thanks-modal .modal-dialog .modal-content .body-inner .inner-left .remax-logo,
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right .remax-logo {
    position: absolute;
    max-width: 113px !important;
    right: 0;
    top: 10%;
}

#thanks-modal .modal-dialog .modal-content .body-inner .inner-left h3,
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 20px;
    margin-top: 100px;
    font-family: "proxima_novasemibold";
    color: #0054A0;
}

#thanks-modal .modal-dialog .modal-content .body-inner .inner-left h4,
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right h4 {
    font-size: 18px;
    margin-top: 15px;
    font-family: "proxima_novasemibold";
    color: #0054A0;
    text-align: justify;
}

#consultation-modal-one .modal-dialog {
    max-width: 500px !important;
}

#consultation-modal-one .modal-dialog .modal-content {
    /*     background: #BFC3C8; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
    background: #BFC3C8;
}

#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: #3b406f;
    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;
    font-family: "proxima_novabold";
    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 img {
    max-width: 300px;
    width: 100%;
}

#consultation-modal-one .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 21px;
    margin-top: 25px;
    font-family: "proxima_novasemibold";
    color: #0054A0;
}

#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;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #0054A0;
}

#consultation-modal-one .modal-dialog .modal-content .body-inner .inner-right form .form-check label a {
    font-size: 14px;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #0054A0;
}

#consultation-modal-one .modal-dialog .modal-content .body-inner .inner-right form input[type=submit] {
    text-transform: uppercase;
    background: #3b406f;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 17px;
}

#thanks-modal-one .modal-dialog {
    max-width: 600px !important;
}

#thanks-modal-one .modal-dialog .modal-content {
    background: #BFC3C8;
    background-size: cover;
    background-repeat: no-repeat;
    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: #3b406f;
    right: -20px;
    bottom: 0;
}

#thanks-modal-one .modal-dialog .modal-content .modal-footer h2 {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #fff;
    left: 75%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: "proxima_novabold";
    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;
}

#thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 21px;
    font-family: "proxima_novasemibold";
    color: #0054A0;
    margin-top: 45px;
}

#thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right h4 {
    font-size: 18px;
    margin-top: 15px;
    font-family: "proxima_novasemibold";
    color: #0054A0;
    text-align: justify;
}

#consultation-modal-two .modal-dialog {
    max-width: 870px !important;
}

#consultation-modal-two .modal-dialog .modal-content {
    background: #BFC3C8;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
}

#consultation-modal-two .modal-dialog .modal-content .modal-header {
    border: none;
    background: transparent;
    padding: 0;
}

#consultation-modal-two .modal-dialog .modal-content .modal-header button {
    border: none;
    outline: none;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#consultation-modal-two .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-two .modal-dialog .modal-content .modal-footer {
    border: none;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0;
    overflow: hidden;
    display: block;
    padding: 0;
}

#consultation-modal-two .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: #3b406f;
    left: -20px;
    bottom: 0;
}

#consultation-modal-two .modal-dialog .modal-content .modal-footer h2 {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #000;
    left: 25%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: "proxima_novabold";
    text-transform: uppercase;
    margin: 12px 0;
}

#consultation-modal-two .modal-dialog .modal-content .modal-body {
    padding: 0;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right {
    width: 50%;
    display: inline-block;
    padding: 0 34px;
    position: relative;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left img,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right img {
    /* max-width: 300px; */
    width: 100%;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left .remax-logo,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right .remax-logo {
    position: absolute;
    max-width: 113px !important;
    right: 0;
    top: 10%;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left h3,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 21px;
    margin-top: 25px;
    font-family: "proxima_novasemibold";
    color: #000000;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left form,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right form {
    /* margin-bottom: 64px; */
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left form input,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right form input {
    margin-bottom: 10px;
    height: 51px;
    width: 100%;
    border-radius: 0;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left form input[type=checkbox],
#consultation-modal-two .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-two .modal-dialog .modal-content .body-inner .inner-left form .form-check,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right form .form-check {
    bottom: 6px;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left form .form-check label,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right form .form-check label {
    font-size: 14px;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #000000;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left form .form-check label a,
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right form .form-check label a {
    font-size: 14px;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #000000;
}

#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left form input[type=submit],
#consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right form input[type=submit] {
    text-transform: uppercase;
    background: #3b406f;
    border: none;
    color: #fff;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 17px;
}

.index {
    /* background-image: url("../../assets/img/bg-logo.png"); */
    background-size: 50%;
    background-position-x: 150%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-attachment: initial;
}

.index .banner {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.index .banner:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #00257d;
    background: -moz-linear-gradient(90deg, rgba(0, 37, 125, 0.65) 25%, rgba(212, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 37, 125, 0.65) 25%, rgba(212, 0, 0, 0.65) 100%);
    background: linear-gradient(90deg, rgba(0, 37, 125, 0.65) 25%, rgba(212, 0, 0, 0.65) 100%);
}

/* banner image content */
.index .banner .banner-content .text-content .text-content-inner h1 {
    color: #FFF127;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    font-size: 45px;
    transform: rotate(-10deg);
    animation: fadeInAnimationn ease-in 3s;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-weight: 100 !important;
    text-align: right;
    margin-top: 15px;
    margin-bottom: -20px;
}

.index .banner .banner-content {
    position: absolute;
    bottom:0;
    width: 100%;
    /* z-index: 10; */
}

.index .banner .banner-content .remax-logo {
    position: relative;
    width: 100%;
    height: 100%;
}

.index .banner .banner-content .remax-logo img {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.index .banner .banner-content .text-content {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 10;
    margin-left: auto;
}

.index .banner .banner-content .text-content .text-content-inner {
    /* width: max-content; */
    max-width: 100%;
    margin: 0;
    text-align: center;
    /* transform: translate(10%, 100%); */
    margin: 0 auto 0% 10%;
}

.index .banner .banner-content .text-content .text-content-inner h3 {
    color: #FFFFFF;
    font-size: 26px;
    /* font-family: "proxima_novasemibold"; */
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 400;
    text-align: left;
}

.index .banner .banner-content .text-content .text-content-inner h2 {
    color: #FFFFFF;
    font-size: 36px;
    /* font-family: "proxima_novasemibold"; */
    font-family: 'Open Sans', sans-serif;
}

.index .banner .banner-content .text-content .text-content-inner h2 span {
    color: #FFFFFF;
    font-size: 45px;
    font-family: "proxima_novathin";
}

.index .banner .banner-content .text-content .text-content-inner .banner-line {
    margin-left: 58px;
    float: right;
}

.index .banner .banner-content .text-content .text-content-inner a.phone {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 42px;
    display: block;
    font-family: "proxima_novabold";
}

.index .banner .banner-content .text-content .text-content-inner a.email {
    color: #FFFFFF;
    font-size: 27px;
    line-height: 30px;
    display: block;
    font-family: "proxima_novasemibold";
}

.index .banner .banner-content .person-image {
    padding-left: 30px;
    z-index: 1;
    position: relative;
}

.index .banner .banner-content .person-image img {
    max-width: 100%;
    max-height: 600px;
    width: auto;
    display: block;
    text-align: center;
    position: relative;
}

.index .banner .banner-contact {
    position: absolute;
    left: 25px;
    bottom: 0;
    padding: 0 25px;
    max-height: 132px;
    max-width: 1150px;
    width: 100%;
    z-index: 1;
}

.index .banner .banner-contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    transform: skew(36deg);
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    background: #fff;
    right: 120px;
    bottom: 0;
    opacity: 0.3;
}

.index .banner .banner-contact ul li {
    position: relative;
    padding: 25px 0;
    vertical-align: middle;
}

.index .banner .banner-contact ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 30px;
}

.index .banner .banner-contact ul li:last-child:after {
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    width: 1px;
    height: 87px;
    background: #fff;
}

.index .banner .banner-contact ul li .name span {
    font-family: "proxima_novaregular";
    font-size: 25px;
    color: #000;
}

.index .banner .banner-contact ul li .name h3 {
    font-family: "proxima_novasemibold";
    font-size: 26px;
    color: #3b406f;
    margin-bottom: 0;
    font-weight: 800;
    /* font-family: 'Zen Antique', serif; */
}

.index .banner .banner-contact ul li .name h6 {
    letter-spacing: 2px;
}

.index .banner .banner-contact ul li .connect {
    /* padding-left: 50px; */
    position: relative;
    letter-spacing: 1px;
}

.index .banner .banner-contact ul li .connect a {
    margin-bottom: 8px;
    display: block;
}

.index .banner .banner-contact ul li .connect a img {
    max-width: 22px;
    margin-right: 7px;
}

/* .index .banner .banner-contact ul li .connect:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: url("../../assets/img/phone.png");
    height: 25px;
    width: 25px;
    transform: translateY(-60%);
} */

.index .banner .banner-contact ul li .connect h4,
.index .banner .banner-contact ul li .connect h5 {
    /* font-family: "proxima_novabold"; */
    font-size: 15px;
    color: #393939;
    font-weight: 800;
    /* display: inline-block; */
}
.index .banner .banner-contact ul li .connect .phone {
    font-size: 19px;
}

.index .banner .banner-contact ul li .connect h4 {
    margin-bottom: 0;
    /* display: inline-block; */
}

.index .banner .banner-contact ul li .we-are {
    vertical-align: top;
}

.index .banner .banner-contact ul li .we-are span {
    font-size: 18px;
    font-family: "proxima_novaextrabold";
    color: #686868;
    transform: rotate(270deg);
    display: inline-block;
    position: relative;
    bottom: 5px;
}

.index .banner .banner-contact ul li .we-are img {
    display: inline-block;
    position: relative;
    bottom: 5px;
    max-width: 90%;
    left: 50%;
}

.index .banner .banner-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}

.index .banner .banner-shape #parallelogram {
    max-width: 995px;
    height: 132px;
    position: relative;
}

.index .banner .banner-shape #parallelogram:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 132px;
    margin: 0 0 0 -50px;
    transform: skew(36deg);
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    background: #fff;
}

.index .banner .banner-shape #parallelogram:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    margin: 0 0 0 10px;
    transform: skew(36deg);
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    background: #fff;
    bottom: 0;
    opacity: 0.3;
}

.index .banner .banner-shape #parallelogram ul {
    position: relative;
}

.index .main-contact {
    text-align: center;
    background: #ffffff;
    padding: 10px 0;
}

.index .main-contact h3 {
    /* font-family: "proxima_novasemibold"; */
    font-family: 'Zen Antique';
    font-size: 25px;
    color: #3b406f;
    margin-bottom: 0;
}

.index .main-contact span {
    font-family: "proxima_novaregular";
    font-size: 12px;
    color: #000000;
}

.index .main-contact ul {
    margin-bottom: 0;
}

.index .main-contact ul li a h4 {
    font-size: 14px;
    font-family: "proxima_novabold";
    color: #000000;
    margin-bottom: 0;
}

.index .main-contact ul li a h4 img {
    width: 13px;
    position: relative;
    bottom: 3px;
    margin-right: 5px;

}

.index .main-contact ul li a h5 {
    font-size: 15px;
    font-family: "proxima_novabold";
    color: #000000;
    margin-bottom: 0;
}

/* .index .main-contact ul li a h5 img {
    filter: invert(1);
} */

.index .main-contact .we-are {
    vertical-align: top;
    display: flex;
    border-top: 1px solid #D5D5D5;
    padding: 10px 0;
    margin-top: 10px;
}

.index .main-contact .we-are span {
    font-size: 11px;
    font-family: "proxima_novaextrabold";
    color: #686868;
    transform: rotate(270deg);
    display: inline-block;
    position: relative;
    left: 15%;
    line-height: 20px;
}

.index .main-contact .we-are img {
    display: inline-block;
    max-width: 200px;
    margin: 0 auto;
}

.index a.get-a-free-consultation {
    height: 50px;
    display: block;
    text-align: left;
    background: #3b406f;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "proxima_novabold";
    padding: 14px;
    position: relative;
}

.index a.get-a-free-consultation.main:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.index a.get-a-free-consultation:after {
    transition: all 0.3s;
    content: url("../../assets/img/get-arrow.png");
    position: absolute;
    right: 15px;
    top: 10px;
}

.index .banner .banner-contact ul li:first-child:after {
    position: absolute;
    top: 15px;
    content: "";
    width: 1px;
    height: 66px;
    background: #fff;
    right: 0;
}

.index .index-content {
    padding: 50px 0 0 0;
    background: #FAFAFA;
    background-image: url("../../assets/img/bg-image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.index .index-content h3 {
    font-size: 29px;
    color: #0054A0;
    font-family: "proxima_novabold";
}

.index .index-content h3 span {
    color: #000000;
}

.index .index-content h4 {
    font-size: 21px;
    padding-left: 20px;
    color: #0054A0;
    font-family: "proxima_novabold";
}

.index .index-content h4 span {
    color: #000000;
}

.index .index-content h5 {
    font-size: 21px;
    color: #393939;
    font-family: "proxima_novasemibold";
}

.index .index-content ul {
    margin: 20px 0;
    list-style-image: url("../../assets/img/list-style.png");
}

.index .index-content ul li {
    margin-bottom: 10px;
    font-family: "proxima_novasemibold";
}

.index .index-content .block-sec:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #00000040;
}

.index .logos {
    padding: 50px 0;
    text-align: center;
}

.index .logos img {
    margin: 0 auto;
    width: 100%;
}

.index .featured-services {
    padding: 50px 0 25px 0;
    background-color: #F8F8F8;
}

.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: 15px;
    transition: all 0.15s;
}

.index .featured-services .block .details h3 {
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    color: #FFFFFF;
}

.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 {
    background-color: #FFFFFF;
    padding: 25px 0 50px 0;
}

.index .featured-videos h3 {
    font-weight: 600;
    font-family: "proxima_novathin";
    font-size: 36px;
    color: #000;
}

.index .featured-videos .video-slider {
    padding-top: 30px;
}

.index .featured-videos .video-slider .owl-nav .owl-prev span {
    transform: translate(-50%, -50%) rotate(180deg);
}

.index .featured-videos .video-slider .owl-nav button span {
    content: url(../../assets/img/slider-arrow.svg);
    border-radius: 50%;
    border: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index .featured-videos .video-slider .owl-nav button {
    display: inline-block;
    margin: 0;
    height: 44px;
    width: 52px;
    border-radius: 0;
    background-color: #EF0000;
    transition: all 0.15s;
    outline: none;
    border: none;
    position: relative;
    box-shadow: 0 0 13px 1px rgb(0 0 0 / 10%);
}

.index .featured-videos .video-slider .owl-nav {
    margin-top: 0;
    width: 124px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.index .featured-videos .video-slider .owl-nav button {
    display: inline-block;
    margin: 0;
    height: 44px;
    width: 52px;
    border-radius: 0;
    background-color: #3b406f;
    transition: all 0.15s;
    outline: none;
    border: none;
    position: relative;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
}

.index .featured-videos .video-slider .owl-nav button span {
    content: url("../../assets/img/whitearrow1.png");
    border-radius: 50%;
    border: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index .featured-videos .video-slider .owl-nav .owl-prev span {
    transform: translate(-50%, -50%) rotate(180deg);
}

.index .find-property {
    /* background: #fff; */
    padding: 20px 10px;
}
.index .find-property .search-by .search-by-top {
    background-color: #ebe8e8e8;
    border: none;
    height: 60px;
}
.find-property .search-by .search-by-top {
    margin-bottom: 30px !important;
    position: relative;
    height: 61px;
    border: 2px solid #3b406f;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    background-color: #3b406f;
}
.index .find-property .search-by .search-by-top button {
    position: relative;
    background: rgb(255,255,255,0.7);
    width: 40px;
    height: 60px;
}
.find-property .search-by .search-by-top button {
    position: absolute;
    width: 200px;
    height: 57px;
    right: 0;
    background: #3b406f;
    color: #fff;
    outline: none;
    border: none;
    font-family: "proxima_novabold";
    font-size: 17px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block;
}


.find-property .search-by .search-by-top button img {
    /* filter: invert(1); */
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}
.index .find-property .search-by .search-by-top input[type=text] {
    width: 100%;
    height: 60px;
    background: rgb(255,255,255,0.7);
}
.index .featured-listing {
    margin-top: 20px;
}

.index .featured-services h3 {
    /* font-family: "proxima_novathin"; */
    font-size: 29px;
    padding-bottom: 15px;
    font-weight: 600;
}

.index .featured-listing h3 {
    font-family: "proxima_novathin";
    font-size: 36px;
    color: #000;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.index .featured-listing a.view-all {
    display: block;
    width: 55px;
    line-height: 16px;
    margin: 0 auto;
    color: #3b406f;
    border-bottom: 2px solid #3b406f;
    font-family: "proxima_novaextrabold";
    font-size: 12px;
}

.index .featured-listing .listing-featured .owl-stage-outer {
    margin-bottom: 25px;
}

.index .featured-listing .listing-featured .owl-dots .owl-dot:focus,
.index .featured-listing .listing-featured .owl-dots .owl-dot:hover {
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}

.index .featured-listing .listing-featured .owl-dots .owl-dot.active span {
    background: #3b406f;
}

.index .featured-listing .listing-featured .owl-nav button,
.index .featured-listing .listing-featured .owl-nav button:focus,
.index .featured-listing .listing-featured .owl-nav button:hover {
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}

.index .featured-listing .listing-featured .owl-nav button.owl-prev,
.index .featured-listing .listing-featured .owl-nav button:focus.owl-prev,
.index .featured-listing .listing-featured .owl-nav button:hover.owl-prev {
    transform: rotate(180deg);
}

.index .featured-listing .listing-featured .owl-nav button span,
.index .featured-listing .listing-featured .owl-nav button:focus span,
.index .featured-listing .listing-featured .owl-nav button:hover span {
    height: 12px;
    opacity: 1;
    content: url("../../assets/img/carousel-arrow1.png");
    width: 18px;
    display: block !important;
    color: #fff;
    border: none;
    font-size: 20px;
}

.index .featured-neighbourhoods {
    padding: 25px 0;
}

.index .featured-neighbourhoods h3 {
    font-family: "proxima_novathin";
    font-size: 29px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.index .featured-neighbourhoods h3 span {
    color: #3b406f;
}

.index .featured-neighbourhoods .neighbourhoods {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood {
    display: inline-block;
    width: 25%;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .image-block img {
    width: 100%;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood:hover .option-hover {
    opacity: 1;
    transition: all 0.3s;
    width: 100%;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood:hover a.neighbourhood-title {
    opacity: 0;
    transition: all 0.3s;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood:hover:before {
    opacity: 0;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood:hover:after {
    opacity: 0.9;
    height: 100%;
    top: auto;
    bottom: 0;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood:after {
    position: absolute;
    width: 100%;
    background: #3b406f;
    left: 0;
    top: 0;
    height: 1%;
    content: "";
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 1;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood:before {
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
    left: 0;
    bottom: 0;
    height: 30%;
    content: "";
    transition: all 0.3s;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood a.neighbourhood-title {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    font-family: "proxima_novaregular";
    font-size: 25px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover h3 {
    font-family: "proxima_novaregular";
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover ul {
    margin-bottom: 10px;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover ul li:not(:last-child) a {
    padding-right: 10px;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover ul li:not(:last-child) a:before {
    position: absolute;
    top: 3px;
    right: 0;
    content: "";
    width: 1px;
    height: 10px;
    background: #FFFFFF;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "proxima_novaregular";
    font-size: 13px;
    position: relative;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover a.read-more {
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    position: relative;
}

.index .featured-neighbourhoods .neighbourhoods .neighbourhood .option-hover a.read-more img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 30px;
}

.index .calculator {
    margin: 105px 0 50px 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-family: "proxima_novabold";
    font-size: 27px;
    margin-top: 45px;
    margin-bottom: 0;
}

.index .calculator h6 {
    font-size: 15px;
    font-weight: 600;
}

.index .calculator .calculator-form {
    position: relative;
    height: 79px;
    border: 2px solid #3b406f;
    overflow: hidden;
    width: 100%;
    display: block;
}

.index .calculator .calculator-form:before {
    content: url("../../assets/img/red-location.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: #3b406f;
    color: #fff;
    outline: none;
    border: none;
    font-family: "proxima_novabold";
    font-size: 17px;
    padding: 0 25px;
    text-transform: uppercase;
    width: 100%;
    max-width: 417px;
}

.index .testimonials {
    margin: 50px 0;
    position: relative;
}

.index .testimonials .testi {
    position: relative;
}

.index .testimonials .testi .testi-block {
    background: #FFFFFF;
    border-radius: 3px;
    padding: 5px 40px;
    max-width: 500px;
    width: 100%;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    height: 99%;
    display: flex !important;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    z-index: 1;
    overflow: auto;
}

.index .testimonials .testi .testi-block img.buyer {
    height: 71px;
    width: 71px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 9px;
    border: 1px dashed #009EDE;
}

.index .testimonials .testi .testi-block h4.by {
    font-family: "proxima_novaextrabold";
    font-size: 16px;
    margin-top: 15px;
}

.index .testimonials .testi .testi-block .star-rating {
    text-align: center;
}

.index .testimonials .testi .testi-block .star-rating .fa-star {
    color: #90BC09;
}

.index .testimonials .testi .testi-block .star-rating span {
    color: #000000;
}

.index .testimonials .testi .testi-block p {
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}

.index .testimonials .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 100%;
}

.index .testimonials .owl-nav button,
.index .testimonials .owl-nav button:focus,
.index .testimonials .owl-nav button:hover {
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    right: 5%;
    position: absolute;
}

.index .testimonials .owl-nav button.owl-prev,
.index .testimonials .owl-nav button:focus.owl-prev,
.index .testimonials .owl-nav button:hover.owl-prev {
    transform: rotate(180deg);
    right: auto;
    left: 5%;
}

.index .testimonials .owl-nav button span,
.index .testimonials .owl-nav button:focus span,
.index .testimonials .owl-nav button:hover span {
    height: 32px;
    opacity: 1;
    content: url("../../assets/img/right-arrow.png");
    width: 8px;
    display: block !important;
    color: #fff;
    border: none;
    font-size: 20px;
}

.index .testimonials .testimonial-head {
    position: absolute;
    bottom: 20%;
    left: 15%;
    z-index: 2;
}

.index .testimonials .testimonial-head h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 52px;
    font-family: proxima_novabold;
    margin-bottom: 0;
}

.index .testimonials .testimonial-head h6 {
    font-size: 18px;
    color: #FFFFFF;
    font-family: "proxima_novasemibold";
    margin-bottom: 15px !important;
}

.instagram-feed {
    position: relative;
    z-index: 2;
    transform: translateY(50%);
    margin-top: -75px;
}

.instagram-feed ul {
    display: flex;
    margin-bottom: 0;
}

.instagram-feed ul li:not(:last-child) {
    margin: 0;
}

.instagram-feed ul li:first-child a img,
.instagram-feed ul li:last-child a img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.instagram-feed ul li:last-child a img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.property-detail-page .home-search {
    padding: 50px 0;
}

.property-detail-page .property-content {
    margin-top: 30px;
    margin-bottom: 20px;
}

.property-detail-page .property-content h3 {
    font-size: 30px;
    font-family: "proxima_novasemibold";
    margin-bottom: 0;
    color: #393939;
}

.property-detail-page .pkg-gallery {
    margin-bottom: 30px;
}

.property-detail-page .pkg-gallery .main-image {
    position: relative;
}

.property-detail-page .pkg-gallery .main-image ul.main {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin-bottom: 0;
    height: 33px;
}

.property-detail-page .pkg-gallery .main-image ul.main li a {
    background: #FFFFFF;
    height: 33px;
    width: 33px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.property-detail-page .pkg-gallery .main-image ul.main li a svg {
    color: #393939;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.property-detail-page .pkg-gallery .main-image ul.main li a:hover {
    background: #3b406f;
}

.property-detail-page .pkg-gallery .main-image ul.main li a:hover svg {
    color: #FFFFFF;
}

.property-detail-page .pkg-gallery .main-image ul.social {
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    right: 15px;
    bottom: 55px;
    margin-bottom: 0;
    background: #FFFFFF;
    height: 29px;
    padding: 2px 10px;
    border-radius: 3px;
}

.property-detail-page .pkg-gallery .main-image ul.social.share-active {
    opacity: 1;
    transition: all 0.2s;
}

.property-detail-page .pkg-gallery .main-image ul.social:after {
    display: inline-block;
    content: "";
    border-top: 7px solid #FFFFFF;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    position: absolute;
    right: 10px;
    bottom: -5px;
}

.property-detail-page .pkg-gallery .main-image ul.social li a {
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.property-detail-page .pkg-gallery .main-image ul.social li a svg {
    color: #393939;
}

.property-detail-page .pkg-gallery .main-image .image-view {
    margin-bottom: 33px;
    position: relative;
    max-height: 442px;
    overflow: hidden;
    border-radius: 7px;
}

.property-detail-page .pkg-gallery .main-image .image-view img {
    width: 100%;
}

.property-detail-page .pkg-gallery .main-image .image-view #img-loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.property-detail-page .pkg-gallery .thumb-images .owl-item {
    border: 1px solid #ffffff;
}

.property-detail-page .pkg-gallery .thumb-images .owl-item:hover:before {
    position: absolute;
    background: rgba(255, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 7px;
}

.property-detail-page .pkg-gallery .thumb-images .owl-item img {
    height: 149px;
    object-fit: cover;
    border-radius: 7px;
}

.property-detail-page .pkg-gallery .thumb-images .owl-nav {
    top: 1px;
    margin-top: 0;
    position: absolute;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
}

.property-detail-page .pkg-gallery .thumb-images .owl-nav button {
    margin: 0;
    height: 149px;
    border: none;
    outline: none;
    background: #3b406f;
    opacity: 1 !important;
}

.property-detail-page .pkg-gallery .thumb-images .owl-nav button span {
    width: 43px;
    padding: 15px;
    background: #3b406f;
    color: #FFFFFF;
    display: block;
    font-size: 35px;
}

.property-detail-page .pkg-gallery .thumb-images .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.property-detail-page .pkg-gallery .thumb-images .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.property-detail-page .property-content-details {
    background: #F8F8F8;
    padding: 30px;
    margin-bottom: 30px;
}

.property-detail-page .property-content-details ul li {
    font-family: "proxima_novaregular";
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 7px;
}

.property-detail-page .property-content-details #accordion .card .card-header {
    background: #FFFFFF;
    padding: 0;
    display: block;
}

.property-detail-page .property-content-details #accordion .card .card-header h5 button {
    padding: 15px 30px;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #3D4461;
    position: relative;
    text-transform: capitalize;
    font-family: "proxima_novasemibold";
}

.property-detail-page .property-content-details #accordion .card .card-header h5 button.collapsed .fa-chevron-up {
    transition: all 0.2s;
    transform: rotate(-180deg) !important;
}

.property-detail-page .property-content-details #accordion .card .card-header h5 button .fa-chevron-up {
    position: absolute;
    right: 30px !important;
    top: 43%;
    transition: all 0.2s;
}

.property-detail-page #accordion-two .card {
    margin-bottom: 15px;
}

.property-detail-page #accordion-two .card .card-header {
    background: #F8F8F8;
    padding: 0;
    display: block;
}

.property-detail-page #accordion-two .card .card-header h5 button {
    padding: 15px 30px;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #3D4461;
    position: relative;
    text-transform: capitalize;
    font-family: "proxima_novasemibold";
}

.property-detail-page #accordion-two .card .card-header h5 button.collapsed .fa-chevron-up {
    transition: all 0.2s;
    transform: rotate(-180deg) !important;
}

.property-detail-page #accordion-two .card .card-header h5 button .fa-chevron-up {
    position: absolute;
    right: 30px !important;
    top: 43%;
    transition: all 0.2s;
}

.property-detail-page #accordion-two .card .card-body {
    background: #F8F8F8;
}

.property-detail-page #accordion-two #property-details .card-body {
    padding: 15px 30px;
}

.property-detail-page #accordion-two #property-details .card-body ul {
    width: 100%;
}

.property-detail-page #accordion-two #property-details .card-body ul li {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.property-detail-page #accordion-two #property-details .card-body ul li span {
    width: 50%;
    text-transform: capitalize;
    font-family: "proxima_novaregular";
    color: #3D4461;
}

.property-detail-page #accordion-two #property-details .card-body ul li span:last-child {
    font-family: "proxima_novasemibold" !important;
}

.property-detail-page #accordion-two #room-information {
    border-radius: 0;
}

.property-detail-page #accordion-two #room-information .card-body {
    padding: 0 !important;
    width: 100%;
}

.property-detail-page #accordion-two #room-information .card-body table {
    margin-bottom: 0;
    border-color: #E2E2E2;
}

.property-detail-page #accordion-two #room-information .card-body table thead tr th {
    width: 27%;
    font-family: "proxima_novasemibold";
    border-bottom: 1px solid #E2E2E2;
    border-top: none;
}

.property-detail-page #accordion-two #room-information .card-body table thead tr th:first-child {
    padding-left: 30px;
}

.property-detail-page #accordion-two #room-information .card-body table thead tr th:nth-child(3) {
    width: 46% !important;
}

.property-detail-page #accordion-two #room-information .card-body table tbody tr:nth-child(odd) {
    background: #FFFFFF;
}

.property-detail-page #accordion-two #room-information .card-body table tbody tr td {
    font-family: "proxima_novaregular";
}

.property-detail-page #accordion-two #room-information .card-body table tbody tr td:first-child {
    padding-left: 30px;
}

.property-detail-page .related-properties {
    padding: 15px 0;
}

.property-detail-page .related-properties h3 {
    font-size: 18px;
    font-family: "proxima_novasemibold";
    margin-bottom: 15px;
}

.property-detail-page .related-properties .related-property {
    margin-bottom: 15px;
}

.property-detail-page .related-properties .related-property .property-image a img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
}

.property-detail-page .related-properties .related-property .details {
    padding: 15px;
    box-shadow: rgba(139, 139, 139, 0.27) -1px 2px 10px 1px;
}

.property-detail-page .related-properties .related-property .details h5.name {
    text-transform: capitalize;
    font-family: "proxima_novasemibold";
    color: #0054A0;
}

.property-detail-page .related-properties .related-property .details p.location {
    font-size: 14px;
    font-family: "proxima_novaregular";
    text-transform: capitalize;
    color: #393939;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.property-detail-page .related-properties .related-property .details p.location:after {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../assets/img/location.png");
    background-size: contain;
    filter: brightness(0%);
    width: 14px;
    background-repeat: no-repeat;
    height: 17px;
    content: "";
}

.property-detail-page .related-properties .related-property .details ul {
    margin-bottom: 0;
}

.property-detail-page .related-properties .related-property .details ul li {
    font-size: 14px;
    font-family: "proxima_novaregular";
}

.property-detail-page .related-properties .related-property .details ul li:not(:last-child) {
    margin-right: 10px;
}

.property-detail-page .related-properties .related-property .details ul li:nth-child(3) {
    display: block;
    width: 100%;
}

.property-detail-page .related-properties .related-property .details ul li span {
    font-family: "proxima_novasemibold";
}

.property-detail-page .book-consultation {
    margin-top: 30px;
    background: #FFFFFF;
    position: sticky;
    top: 125px;
}

.property-detail-page .book-consultation.fixed-top {
    background: #FFFFFF;
    max-width: 467px;
    right: 0;
    left: auto;
    top: 100px;
    padding: 15px;
    bottom: 600px;
    height: 550px;
}

.property-detail-page .book-consultation h3 {
    font-size: 23px;
    font-family: "proxima_novasemibold";
    margin-bottom: 0;
    color: #0054A0;
}

.property-detail-page .book-consultation form {
    margin-top: 15px;
}

.property-detail-page .book-consultation form input {
    margin-bottom: 15px;
    height: 54px;
    width: 100%;
}

.property-detail-page .book-consultation form input[type=submit] {
    text-transform: uppercase;
    background: #3b406f;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 17px;
}

.property-info .property-info-head {
    background: #F5F5F5;
    padding: 45px 0;
}

.property-info .property-info-head h2 {
    font-size: 32px;
    font-family: "proxima_novathin";
    text-transform: capitalize;
    margin-bottom: 0;
}

.property-info .property-info-head h2 span {
    font-family: "proxima_novabold";
    color: #0054A0;
}

.property-info .property-info-inner {
    padding: 75px 0;
}

.property-info .property-info-inner h3 {
    font-size: 34px;
    color: #3D4461;
    font-family: "proxima_novasemibold";
}

.property-info .property-info-inner p {
    font-family: "proxima_novaregular";
    text-align: justify;
}

.property-info .property-info-inner ul {
    list-style-image: url("../../assets/img/list-style.png");
    padding: 10px 0 10px 50px;
}

.property-info .property-info-inner ul li {
    color: #3D4461;
    padding-bottom: 10px;
    font-family: "proxima_novasemibold";
}

.property-info .property-info-inner .sybu-mathew {
    position: relative;
}

.property-info .property-info-inner .sybu-mathew .image img {
    width: 100%;
}

.property-info .property-info-inner .sybu-mathew .details {
    background: #3b406f;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    padding: 15px 0;
}

.property-info .property-info-inner .sybu-mathew .details h3 {
    font-size: 17px;
    font-family: "proxima_novabold";
    color: #FFFFFF;
}

.property-info .property-info-inner .sybu-mathew .details h3.email-id {
    text-transform: lowercase;
}

.property-info .property-info-inner .sybu-mathew .details h4 {
    font-family: "proxima_novabold";
    font-size: 19px;
    margin-bottom: 3px;
}

.property-info .property-info-inner .sybu-mathew .details h5 {
    font-size: 14px;
    font-family: "proxima_novaregular";
}

.property-info .property-info-inner a.remax {
    margin: 25px 0;
    display: block;
}

.property-info .property-info-inner a.remax-balloon {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.property-value-page .page-inner {
    padding: 50px 0 100px 0;
}

.property-value-page .page-inner iframe {
    width: 100%;
    border: 0;
    height: 337px;
}

.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: #fff;
    background: #3b406f;
    max-width: 192px;
    width: 100%;
    height: 47px;
    border: none;
    margin-bottom: 25px;
    font-weight: 500;
}

.property-value-page .page-inner form .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    height: 47px;
    padding-top: 15px;
    padding-right: 5px;
    outline: none;
    background-color: #EFEFEF;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    color: #888796;
    font-weight: 500;
    margin-bottom: 15px;
    border: none !important;
}

.property-value-page .page-inner h3 {
    font-size: 19px;
    color: #4B5A6A;
    margin-bottom: 25px;
    font-weight: 500;
}

.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;
}

.contact-us .contact-us-head {
    background: #F8F8F8;
    padding: 75px 0;
}

.contact-us .contact-us-head h2 {
    font-size: 32px;
    font-family: "proxima_novathin";
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
}

.contact-us .contact-us-head h2 span {
    font-family: "proxima_novabold";
    color: #0054A0;
}

.contact-us .contact-content {
    text-align: center;
}

.contact-us .contact-content h4 {
    font-size: 30px;
}

.contact-us .contact-content img.sybu-contact {
    transform: translateY(-50%);
    position: relative;
    margin-bottom: -60px;
}

.contact-us .contact-content h5 {
    font-family: "proxima_novabold";
    font-size: 19px;
    color: #393939;
    margin-bottom: 3px;
}

.contact-us .contact-content h6 {
    /* font-family: "proxima_novaregular"; */
    font-size: 16px;
    color: #3D4461;
}

.contact-us .contact-content h6 sup {
    font-size: 16px;
}

.contact-us .contact-content ul li a {
    font-family: "proxima_novabold";
    font-size: 17px;
    color: #393939;
}

.contact-us .contact-content ul li a img {
    max-height: 18px;
    margin-right: 6px;
    position: relative;
    bottom: 5px;
}

.contact-us .contact-content .contact-me-by {
    margin-top: 50px;
}

.contact-us .contact-content .contact-me-by h4 {
    font-family: "proxima_novasemibold";
    font-size: 19px;
    text-transform: uppercase;
}

.contact-us .contact-content .contact-me-by .select-by {
    margin: 25px 0;
}

.contact-us .contact-content .contact-me-by .select-by label {
    position: relative;
    max-width: 131px;
    width: 100%;
    /* IMAGE STYLES */
    /* CHECKED STYLES */
}

.contact-us .contact-content .contact-me-by .select-by label:first-child {
    margin-right: 10px;
}

.contact-us .contact-content .contact-me-by .select-by label span {
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 14px;
    color: #3D4461;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.contact-us .contact-content .contact-me-by .select-by label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.contact-us .contact-content .contact-me-by .select-by label [type=radio]+img {
    cursor: pointer;
    background: #F6F6F6;
    height: 125px;
    width: 131px;
    border: 5px solid #F6F6F6;
    padding: 20px 30px 40px 30px;
    max-width: 100%;
}

.contact-us .contact-content .contact-me-by .select-by label [type=radio]:checked+img {
    border: 5px solid #DBDBDB;
}

.contact-us .contact-content .contact-me-by .contact-form {
    max-width: 954px;
    margin: 0 auto;
    width: 100%;
}

.contact-us .contact-content .contact-me-by .contact-form input {
    margin-bottom: 30px;
    height: 51px;
    border-radius: 0;
}

.contact-us .contact-content .contact-me-by .contact-form textarea {
    height: 127px;
}

.contact-us .contact-content .contact-me-by .contact-form p {
    font-size: 12px;
    text-align: left;
    font-family: "proxima_novaregular";
    color: #3D4461;
}

.contact-us .contact-content .contact-me-by .contact-form input[type=submit] {
    margin-right: 0 !important;
    text-transform: uppercase;
    background: #3b406f;
    border: none;
    color: #fff;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 17px;
    line-height: 22px;
    max-width: 215px;
    width: 100%;
    /* float: left; */
}

.contact-us .contact-content .contact-me-by .contact-form .radio-buttons-group {
    text-align: left;
    display: block;
    padding: 25px 0;
}

.contact-us .contact-content .contact-me-by .contact-form .radio-buttons-group span {
    font-size: 17px;
    color: #393939;
    font-weight: 700;
    margin-right: 30px;
}

.contact-us .contact-content .contact-me-by .contact-form .radio-buttons-group label {
    font-family: "proxima_novaregular";
    font-size: 17px;
    color: #393939;
}

.contact-us .contact-content .contact-me-by .contact-form .radio-buttons-group .pretty.p-default input:checked~.state label:after {
    background-color: #3b406f !important;
}

p.sold {
    color: #fff !important;
    background-color: #3b406f;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: capitalize;
    width: max-content;
    font-weight: 500;
    font-size: 14px !important;
    height: auto !important;
    margin: 5px 0;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.property-listing .find-property {
    padding: 60px 0 30px 0;
    background: #F5F5F5;
}

.property-listing .featured-listings {
    margin: 25px 0;
    position: relative;
    min-height: 400px;
}

.property-listing .featured-listings .center {
    width: auto;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.property-listing .featured-listings h4 {
    display: inline-block;
    font-family: "proxima_novathin";
    font-size: 29px;
    margin: 0;
    font-weight: 600;
}

.property-listing .featured-listings .pagination {
    margin: 30px 0 0 0;
}

.property-listing .featured-listings ul.view {
    float: right;
    display: inline-block;
}

.property-listing .featured-listings ul.view li a {
    background: #FFFFFF;
    padding: 5px 5px 5px 5px;
    /* border: 1px solid #CFCFCF; */
}

.property-listing .featured-listings ul.view li a span {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #3D4461;
    padding-right: 5px;
}

.property-listing .featured-listings ul.view li a img {
    max-width: 17px;
    max-height: 13px;
    vertical-align: middle;
}

.property-listing .property-list-view {
    margin-bottom: 25px;
    width: 100%;
    clear: both;
}

.property-listing .property-grid-view {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    clear: both;
}

.property-listing .property-grid-view .property-grid-item {
    border: 1px solid #DBDBDB;
    margin-top: 30px;
    display: flex;
}

.property-listing .property-grid-view .property-grid-item .grid-left,
.property-listing .property-grid-view .property-grid-item .grid-right {
    width: 50%;
    display: inline-block;
}

.property-listing .property-grid-view .property-grid-item .grid-left .carousel-control-prev,
.property-listing .property-grid-view .property-grid-item .grid-left .carousel-control-next,
.property-listing .property-grid-view .property-grid-item .grid-right .carousel-control-prev,
.property-listing .property-grid-view .property-grid-item .grid-right .carousel-control-next {
    width: 18px;
}

.property-listing .property-grid-view .property-grid-item .grid-left .carousel-control-next,
.property-listing .property-grid-view .property-grid-item .grid-right .carousel-control-next {
    right: 0;
}

.property-listing .property-grid-view .property-grid-item .grid-left .carousel-control-next-icon,
.property-listing .property-grid-view .property-grid-item .grid-right .carousel-control-next-icon {
    background-image: url("../../assets/img/right-arrow.png") !important;
    width: 18px;
    height: 50px;
}

.property-listing .property-grid-view .property-grid-item .grid-left .carousel-control-prev-icon,
.property-listing .property-grid-view .property-grid-item .grid-right .carousel-control-prev-icon {
    background-image: url("../../assets/img/left-arrow.png") !important;
    width: 18px;
    height: 50px;
}

.property-listing .property-grid-view .property-grid-item .grid-left h4.name,
.property-listing .property-grid-view .property-grid-item .grid-right h4.name {
    font-size: 19px;
    font-family: "proxima_novasemibold";
    color: #393939;
    padding-right: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.property-listing .property-grid-view .property-grid-item .grid-left h4.price,
.property-listing .property-grid-view .property-grid-item .grid-right h4.price {
    font-size: 16px;
    font-family: "proxima_novasemibold";
    color: #0054A0;
    display: inline-block;
}

.property-listing .property-grid-view .property-grid-item .grid-left h5 img,
.property-listing .property-grid-view .property-grid-item .grid-right h5 img {
    height: 17px;
    width: 14px;
    margin-right: 10px;
}

.property-listing .property-grid-view .property-grid-item .grid-left h5 span,
.property-listing .property-grid-view .property-grid-item .grid-right h5 span {
    font-family: "proxima_novaregular";
    font-size: 14px;
}

.property-listing .property-grid-view .property-grid-item .grid-left p.default,
.property-listing .property-grid-view .property-grid-item .grid-right p.default {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "proxima_novaregular";
    height: initial;
}

.property-listing .property-grid-view .property-grid-item .grid-left p.default span,
.property-listing .property-grid-view .property-grid-item .grid-right p.default span {
    font-family: "proxima_novasemibold";
    display: inline-block;
    height: initial;
    max-height: initial;
    margin-bottom: 0;
    overflow: initial;
}

.property-listing .property-grid-view .property-grid-item .grid-left p,
.property-listing .property-grid-view .property-grid-item .grid-right p {
    font-size: 15px;
    font-family: "proxima_novaregular";
    overflow: hidden;
    height: 45px;
}

.property-listing .property-grid-view .property-grid-item .grid-left .property-detail,
.property-listing .property-grid-view .property-grid-item .grid-right .property-detail {
    display: flex;
    width: 100%;
}

.property-listing .property-grid-view .property-grid-item .grid-left .property-detail .sec,
.property-listing .property-grid-view .property-grid-item .grid-right .property-detail .sec {
    display: inline-block;
    padding-right: 25px;
}

.property-listing .property-grid-view .property-grid-item .grid-left .property-detail .sec:last-child,
.property-listing .property-grid-view .property-grid-item .grid-right .property-detail .sec:last-child {
    padding-right: 0;
}

.property-listing .property-grid-view .property-grid-item .grid-left .property-detail .sec h5,
.property-listing .property-grid-view .property-grid-item .grid-right .property-detail .sec h5 {
    text-transform: capitalize;
    font-family: "proxima_novaregular";
    font-size: 14px;
    margin-bottom: 5px;
}

.property-listing .property-grid-view .property-grid-item .grid-left .property-detail .sec span img,
.property-listing .property-grid-view .property-grid-item .grid-right .property-detail .sec span img {
    width: auto !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

.property-listing .property-grid-view .property-grid-item .grid-left .read-more,
.property-listing .property-grid-view .property-grid-item .grid-right .read-more {
    height: 36px;
    background: #3b406f;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima_novaregular";
    display: inline-block;
    padding: 7px 10px;
    margin-top: 10px;
}

.property-listing .property-grid-view .property-grid-item .grid-left {
    padding: 15px 7.5px 15px 15px;
}

.property-listing .property-grid-view .property-grid-item .grid-left .carousel .carousel-inner .carousel-item img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.property-listing .property-grid-view .property-grid-item .grid-right {
    padding: 15px 15px 15px 7.5px;
}

.property-listing .property-grid-view .property-grid-item .grid-right h5.location {
    overflow: hidden;
}

.property-listing .map-view {
    padding-bottom: 10px;
}

.property-listing .map-view .map-view-inner {
    display: flex;
    width: 100%;
}

.property-listing .map-view .map-view-inner .map-block {
    width: 50%;
    display: inline-block;
    height: 90vh;
}

.property-listing .map-view .map-view-inner .map-block iframe {
    height: 100%;
}

.property-listing .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-listing .map-view .map-view-inner .map-property .property {
    border: 1px solid #DBDBDB;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    box-shadow: none;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel {
    position: relative;
    transition: all 0.3s ease 0s;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel .carousel-inner img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel .hover-link {
    transition: all 0.3s ease 0s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    z-index: 2;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel .hover-link a {
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel:hover .hover-link {
    opacity: 1 !important;
    transition: all 0.3s ease 0s;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel:hover:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel-control-next-icon {
    background-image: url("../../assets/img/right-arrow.png") !important;
    width: 18px;
    height: 50px;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel-control-prev-icon {
    background-image: url("../../assets/img/left-arrow.png") !important;
    width: 18px;
    height: 50px;
}

.property-listing .map-view .map-view-inner .map-property .property .carousel-control-next,
.property-listing .map-view .map-view-inner .map-property .property .carousel-control-prev {
    opacity: 1;
}

.property-listing .map-view .map-view-inner .map-property .property .location {
    background: #3b406f;
    position: relative;
    padding: 13px;
    min-height: 50px;
    margin-bottom: 15px;
}

.property-listing .map-view .map-view-inner .map-property .property .location img {
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px;
    max-height: 16px;
}

.property-listing .map-view .map-view-inner .map-property .property .location span {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.property-listing .map-view .map-view-inner .map-property .property .property-detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 5px;
}

.property-listing .map-view .map-view-inner .map-property .property .property-detail .sec {
    display: inline-block;
    width: 22%;
}

.property-listing .map-view .map-view-inner .map-property .property .property-detail .sec.price {
    width: 34%;
    text-align: center;
}

.property-listing .map-view .map-view-inner .map-property .property .property-detail .sec.price span {
    color: #EF0000;
}

.property-listing .map-view .map-view-inner .map-property .property .property-detail .sec h5 {
    text-transform: capitalize;
    font-size: 14px;
}

.property-listing .map-view .map-view-inner .map-property .property .property-detail .sec span img {
    width: auto !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

.property-listing a.show-more {
    display: block;
    text-align: center;
    font-size: 13px;
    font-family: "proxima_novasemibold";
    color: #3D4461;
    max-width: 101px;
    margin: 0 auto;
    width: 100%;
}

.property-listing a.show-more img {
    width: 14px;
    height: 7px;
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}

.landing {
    height: 100vh;
    overflow: hidden;
}

.landing .banner {
    height: 100vh;
    display: block;
    width: 100vw;
    position: relative;
    background: url("../../assets/img/banner.jpg") no-repeat center center/cover;
}

.landing .banner:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #00257d;
    background: -moz-linear-gradient(90deg, rgba(0, 37, 125, 0.65) 25%, rgba(212, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 37, 125, 0.65) 25%, rgba(212, 0, 0, 0.65) 100%);
    background: linear-gradient(90deg, rgba(0, 37, 125, 0.65) 25%, rgba(212, 0, 0, 0.65) 100%);
}

.landing .banner img.remax-logo {
    position: absolute;
    top: 8%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.landing .banner .contact-red {
    position: absolute;
    bottom: 0;
    left: 0;
}

.landing .banner .contact-red ul {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 100px 20px 15px;
}

.landing .banner .contact-red ul:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: skew(36deg);
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    background: #3b406f;
    left: -40px;
    bottom: 0;
}

.landing .banner .contact-red ul li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.landing .banner .contact-red ul li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 1px;
    background: #ffff00;
    content: "";
}

.landing .banner .contact-red ul li a {
    color: #FFFFFF;
    position: relative;
    font-size: 21px;
    font-family: "proxima_novasemibold";
}

.landing .banner .banner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.landing .banner .banner-content .text-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.landing .banner .banner-content .text-content .text-content-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.landing .banner .banner-content .text-content h1 {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.landing .banner .banner-content .text-content img {
    transform: rotate(-10deg);
    padding-left: 70px;
    animation: fadeInAnimation ease-in 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.landing .banner .banner-content .text-content h2 {
    color: #ffff00;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    font-size: 70px;
    transform: rotate(-15deg);
    animation: fadeInAnimationn ease-in 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
        margin-left: 10%;
    }

    to {
        opacity: 1;
        margin-left: 0%;
    }
}

@keyframes fadeInAnimationn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.landing .banner .banner-content .person-image img {
    max-width: 810px;
    width: 100%;
    float: right;
}

.landing .landing-form {
    position: fixed;
    right: 80px;
    bottom: 0;
    background: #FFFFFF;
    max-width: 427px;
    width: 100%;
    padding: 35px 35px 25px 35px;
}

.landing .landing-form input::-webkit-input-placeholder,
.landing .landing-form textarea::-webkit-input-placeholder {
    font-size: 14px;
}

.landing .landing-form h4 {
    font-size: 21px;
    font-family: "proxima_novasemibold";
    color: #0054A0;
    margin-bottom: 15px;
}

.landing .landing-form form input,
.landing .landing-form form textarea {
    height: 51px;
    border-radius: 0;
    margin-bottom: 8px;
    width: 100%;
    border: 1px solid #CECECE;
}

.landing .landing-form form textarea {
    height: 117px;
    padding-left: 15px;
}

.landing .landing-form form input[type=submit] {
    text-transform: uppercase;
    background: #3b406f;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-family: "proxima_novabold";
    font-size: 17px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 0;
}

.property-detail-two {
    margin-top: 50px;
}

.property-detail-two .banner {
    margin-bottom: 50px;
}

.property-detail-two .banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.property-detail-two .property-detail-inner {
    padding-bottom: 50px;
}

.property-detail-two .property-detail-inner .container {
    max-width: 1375px;
}

.property-detail-two .property-detail-inner .pkg-gallery {
    margin-bottom: 30px;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image {
    position: relative;
    margin-bottom: 30px;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option {
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: right;
    display: block;
    margin-bottom: 10px;
    z-index: 2;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.main {
    margin-bottom: 0;
    height: 33px;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.main li a {
    background: #FFFFFF;
    height: 33px;
    width: 33px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.main li a .fa {
    color: #869791;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.3s;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.main li a.fav.active .fa {
    color: #D50116;
    transition: all 0.3s;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.main li a.share .fa {
    color: #3b406f;
    transition: all 0.3s;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.main li a.share:hover {
    background: #3b406f;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.main li a.share:hover .fa {
    color: #FFFFFF;
    transition: all 0.3s;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.social {
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    background: #FFFFFF;
    border-radius: 3px;
    transform: translateY(105%);
    height: 0 !important;
    z-index: 1;
    overflow: hidden;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.social.share-active {
    opacity: 1;
    transition: all 0.2s;
    height: inherit !important;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.social li {
    padding: 6px 9px;
    text-align: center;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.social li:not(:last-child) {
    border-bottom: 1px solid #70707029;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.social li a {
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .more-option ul.social li a .fa {
    color: #3b406f;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .image-view {
    position: relative;
    max-height: 553px;
    overflow: hidden;
    border-radius: 7px;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .image-view img {
    width: 100%;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .image-view #img-loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-item {
    border: 1px solid #ffffff;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-item:hover:before {
    position: absolute;
    background: rgba(255, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 7px;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-item img {
    height: 140px;
    object-fit: cover;
    border-radius: 7px;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav {
    top: 1px;
    margin-top: 0;
    position: absolute;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav button {
    margin: 0;
    height: 140px;
    border: none;
    outline: none;
    background: #3b406f;
    opacity: 1 !important;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav button span {
    width: 43px;
    padding: 15px;
    background: #3b406f;
    color: #fff;
    display: block;
    font-size: 35px;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.property-detail-two .property-detail-inner .property-main {
    margin-bottom: 30px;
}

.property-detail-two .property-detail-inner .property-main h3 {
    font-size: 21px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .property-main ul {
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .property-main ul li {
    font-size: 15px;
    color: #444444;
    font-weight: 700;
    position: relative;
}

.property-detail-two .property-detail-inner .property-main ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 11px;
}

.property-detail-two .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-two .property-detail-inner .property-main p {
    margin-bottom: 10px;
}

.property-detail-two .property-detail-inner .property-main .main-right {
    text-align: right;
}

.property-detail-two .property-detail-inner .property-main .main-right p.sold {
    margin-left: auto;
}

.property-detail-two .property-detail-inner .property-main .main-right p {
    color: #AAAAAA;
}

.property-detail-two .property-detail-inner .virtual ul {
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .virtual ul li {
    border: 2px solid #444444;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.property-detail-two .property-detail-inner .virtual ul li a {
    color: #444444;
}

.property-detail-two .property-detail-inner .virtual ul li:hover {
    background: #3b406f;
}

.property-detail-two .property-detail-inner .virtual ul li:hover a {
    color: #FFFFFF;
}

.property-detail-two .property-detail-inner .bg-common {
    background: #F8F8F8;
    padding: 30px;
}

.property-detail-two .property-detail-inner .bg-common h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    text-transform: capitalize;
}

.property-detail-two .property-detail-inner .bg-common .property {
    margin-top: 15px;
    padding: 0;
    border: none;
}

.property-detail-two .property-detail-inner .bg-common .property .property-image {
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.property-detail-two .property-detail-inner .bg-common .property .property-image img {
    width: 100%;
    height: 147px;
    object-fit: cover;
}

.property-detail-two .property-detail-inner .bg-common .property .property-image span.sale {
    color: #fff;
    background: #3b406f;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.property-detail-two .property-detail-inner .bg-common .property .property-image a.fav {
    position: absolute;
    right: 5px;
    top: 5px;
}

.property-detail-two .property-detail-inner .bg-common .property .property-image a.fav.active i {
    color: #D50116;
    transition: all 0.3s;
}

.property-detail-two .property-detail-inner .bg-common .property .property-image a.fav i {
    color: #FFFFFF;
    transition: all 0.3s;
}

.property-detail-two .property-detail-inner .bg-common .property p.home {
    font-size: 12px;
}

.property-detail-two .property-detail-inner .bg-common .property p.home i {
    margin-right: 3px;
}

.property-detail-two .property-detail-inner .bg-common .property ul {
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .bg-common .property ul li {
    font-size: 13px;
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .bg-common .property ul li span {
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common .property a h5 {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    height: 19px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.property-detail-two .property-detail-inner .bg-common .property a p {
    color: #111111;
    font-size: 14px;
    margin-bottom: 0;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.property-detail-two .property-detail-inner .bg-common:not(:last-child) {
    margin-bottom: 30px;
}

.property-detail-two .property-detail-inner .bg-common p {
    font-size: 15px;
}

.property-detail-two .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-two .property-detail-inner .bg-common ul.about-property li {
    margin-bottom: 10px;
    width: 100%;
}

.property-detail-two .property-detail-inner .bg-common ul.about-property li span {
    width: 40%;
    display: inline-block;
    vertical-align: text-top;
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common ul.about-property li span:nth-child(2) {
    width: 60%;
    font-weight: 400;
}

.property-detail-two .property-detail-inner .bg-common ul.update {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.property-detail-two .property-detail-inner .bg-common ul.update li {
    margin-bottom: 5px;
    width: 100%;
}

.property-detail-two .property-detail-inner .bg-common ul.update li span {
    display: inline-block;
    vertical-align: text-top;
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common ul.update li span:nth-child(2) {
    padding-left: 50px;
    font-weight: 400;
}

.property-detail-two .property-detail-inner .bg-common h3.up-coming {
    font-size: 20px;
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common h3.up-coming span {
    font-size: 16px;
    font-weight: 400;
}

.property-detail-two .property-detail-inner .bg-common .schedule {
    padding-left: 60px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.property-detail-two .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-two .property-detail-inner .bg-common .schedule h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    color: #444444;
}

.property-detail-two .property-detail-inner .bg-common .schedule p {
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .bg-common .detail-block {
    margin-bottom: 50px;
    display: block;
}

.property-detail-two .property-detail-inner .bg-common .detail-block.main {
    display: none;
}

.property-detail-two .property-detail-inner .bg-common .detail-block h4 {
    margin-bottom: 20px;
}

.property-detail-two .property-detail-inner .bg-common .detail-block ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.property-detail-two .property-detail-inner .bg-common .detail-block ul li {
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .bg-common .detail-block ul li span {
    font-size: 15px;
}

.property-detail-two .property-detail-inner .bg-common .detail-block ul li span:nth-child(1) {
    font-weight: 700;
    margin-right: 10px;
}

.property-detail-two .property-detail-inner .bg-common .detail-block.full table {
    width: 100%;
}

.property-detail-two .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-two .property-detail-inner .bg-common .detail-block.full table tr td:nth-child(1) {
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common .detail-block.full table tr td p {
    font-weight: 400;
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .bg-common .detail-block.full table tr td:nth-child(3) {
    width: 50% !important;
}

.property-detail-two .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: 700;
}

.property-detail-two .property-detail-inner .bg-common a.show-less span {
    display: inline-block;
}

.property-detail-two .property-detail-inner .bg-common a.show-less span:nth-child(2) {
    display: inline-block;
}

.property-detail-two .property-detail-inner .bg-common a.show-less span:nth-child(1) {
    display: none;
}

.property-detail-two .property-detail-inner .bg-common a.show-less img {
    transition: all 0.2s;
    transform: rotate(-180deg);
}

.property-detail-two .property-detail-inner .bg-common a.show-less.main span:nth-child(1) {
    display: inline-block;
}

.property-detail-two .property-detail-inner .bg-common a.show-less.main span:nth-child(2) {
    display: none;
}

.property-detail-two .property-detail-inner .bg-common a.show-less.main img {
    transition: all 0.2s;
    transform: rotate(0);
}

.property-detail-two .property-detail-inner .bg-common .price-history h4 {
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .bg-common .price-history .divider {
    margin: 15px 0;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

.property-detail-two .property-detail-inner .bg-common .price-history p a {
    color: #0054A0;
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common .price-history p img {
    vertical-align: top;
}

.property-detail-two .property-detail-inner .bg-common .price-history table {
    width: 100%;
}

.property-detail-two .property-detail-inner .bg-common .price-history table tr th {
    width: 25%;
}

.property-detail-two .property-detail-inner .bg-common .price-history table tr td {
    padding: 5px 0;
    position: relative;
}

.property-detail-two .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-two .property-detail-inner .bg-common .home-value h4 {
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .bg-common .home-value h6 {
    color: #A1A1A1;
    font-size: 15px;
    margin-bottom: 25px;
}

.property-detail-two .property-detail-inner .bg-common .home-value .icon-block {
    position: relative;
    width: 100%;
    padding-left: 60px;
    margin: 30px 0;
}

.property-detail-two .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-two .property-detail-inner .bg-common .home-value .icon-block h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .bg-common .home-value .icon-block p {
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section {
    margin: 50px 0;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs {
    border-bottom: none;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item {
    border-bottom: none;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item:not(:last-child) {
    margin-right: 25px;
}

.property-detail-two .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-two .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: #3b406f;
    transition: all 0.2s;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link.active,
.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link:hover {
    border: none;
    color: #0054A0;
    transition: all 0.2s;
    background: transparent;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link.active:before,
.property-detail-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content {
    padding-top: 25px;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table {
    margin: 0 0 15px 0;
    width: 100%;
    border: none;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr:not(:last-child) {
    border-bottom: 1px solid #E8E8E8 !important;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr th {
    padding: 10px;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td {
    padding: 10px;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td:nth-child(2) span {
    color: #71bf44;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td:nth-child(3) span {
    color: #e32;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td span {
    color: #0000008a;
    font-size: 14px;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content p.note {
    font-size: 12px;
    color: #0000008a;
}

.property-detail-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card {
    background: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
}

.property-detail-two .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-two .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-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button .icon i {
    font-size: 20px;
    padding-top: 10px;
}

.property-detail-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button span {
    font-size: 12px;
}

.property-detail-two .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-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-body h6 {
    font-size: 15px;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-body p {
    color: #0000008a;
    font-size: 15px;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .school-block {
    padding-left: 75px;
    position: relative;
}

.property-detail-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .school-block .count.yellow-text {
    color: #fdb725 !important;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .school-block .count.green-text {
    color: #71bf44 !important;
}

.property-detail-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block {
    padding-left: 75px;
    position: relative;
}

.property-detail-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block h6 {
    margin-bottom: 3px;
}

.property-detail-two .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-two .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block ul li {
    font-size: 12px;
    color: #00000061;
}

.property-detail-two .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-two .property-detail-inner .bg-common .affordability h4 {
    margin-bottom: 25px;
}

.property-detail-two .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-two .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-two .property-detail-inner .bg-common .affordability .afford .block {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.property-detail-two .property-detail-inner .bg-common .affordability .afford .block p {
    margin-bottom: 0;
    font-size: 16px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .afford .block h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .bg-common .affordability p.plan {
    text-align: center;
    font-size: 18px;
}

.property-detail-two .property-detail-inner .bg-common .affordability p.plan span {
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common .affordability p.score {
    text-align: center;
    font-size: 18px;
}

.property-detail-two .property-detail-inner .bg-common .affordability p.score span {
    color: #D50116;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block {
    width: 100%;
    display: flex;
    position: relative;
    padding: 25px 0;
}

.property-detail-two .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-two .property-detail-inner .bg-common .affordability ul.progress-block li {
    width: calc((50% - 10px) / 2);
    display: inline-block;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block li p {
    font-size: 12px;
    margin: 5px 0;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block li .progress {
    height: 8px;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block li:first-child {
    width: 50%;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block li:first-child .progress .progress-bar {
    background-color: #71bf44 !important;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block li:nth-child(2) .progress .progress-bar {
    background-color: #fdb725 !important;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block li:nth-child(3) .progress .progress-bar {
    background-color: #e32 !important;
}

.property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block li:not(:last-child) {
    margin-right: 5px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block {
    margin: 50px 0;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-left,
.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right {
    width: 50%;
    display: inline-block;
    position: relative;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-left label,
.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right label {
    padding-top: 8px;
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right .form-control {
    margin-bottom: 0;
    background: #fafafa !important;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right.dollor {
    position: relative;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right.dollor .form-control {
    padding-left: 15px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right.dollor:after {
    position: absolute;
    left: 3px;
    top: 8px;
    content: "$";
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right.percentage {
    position: relative;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right.percentage .form-control {
    padding-right: 15px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .form-block .block .block-right.percentage:after {
    position: absolute;
    right: 3px;
    top: 8px;
    content: "%";
}

.property-detail-two .property-detail-inner .bg-common .affordability .coach h5 {
    font-size: 15px;
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common .affordability .coach ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .coach ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .coach ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    background: #3b406f;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.property-detail-two .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-two .property-detail-inner .bg-common .affordability .apply-now .block {
    width: 200px;
    display: inline-block;
}

.property-detail-two .property-detail-inner .bg-common .affordability .apply-now .block a {
    color: #FFFFFF;
    display: block;
    text-align: center;
    background: #3b406f;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 4px;
    text-transform: capitalize;
}

.property-detail-two .property-detail-inner .bg-common .affordability .apply-now .block:nth-child(1) {
    width: calc(100% - 200px);
}

.property-detail-two .property-detail-inner .bg-common .affordability .apply-now p {
    margin-bottom: 0;
}

.property-detail-two .property-detail-inner .bg-common .affordability .apply-now p span {
    font-size: 25px;
    font-weight: 700;
}

.property-detail-two .property-detail-inner .bg-common .affordability .apply-now h5 {
    font-size: 15px;
    margin-bottom: 5px;
}

.property-detail-two .property-detail-inner .bg-common .affordability .apply-now:before {
    position: absolute;
    left: 30px;
    top: 30px;
    content: url("../../assets/img/grren-tick.png");
}

.property-detail-two .property-detail-inner .faq-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.property-detail-two .property-detail-inner .faq-card #accordion-two .card {
    background: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
}

.property-detail-two .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-two .property-detail-inner .faq-card #accordion-two .card .card-header button {
    padding: 15px 30px 15px 0;
    color: #000000de;
    text-decoration: none;
    font-weight: 700;
    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-two .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-two .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-two .property-detail-inner .faq-card #accordion-two .card .card-body h6 {
    font-size: 15px;
}

.property-detail-two .property-detail-inner .faq-card #accordion-two .card .card-body p {
    color: #0000008a;
    font-size: 15px;
}

.property-detail-two .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-two .property-detail-inner .ask-home h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.property-detail-two .property-detail-inner .ask-home form .form-control {
    height: 47px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.property-detail-two .property-detail-inner .ask-home form textarea {
    height: 108px !important;
}

.property-detail-two .property-detail-inner .ask-home form input[type=submit] {
    background: #3b406f;
    color: #fff;
    border-radius: 4px;
    height: 47px;
    font-weight: 500;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.condos-detail-page {
    padding-bottom: 50px;
}

.condos-detail-page .property {
    border: none;
    padding: 0;
    max-width: initial;
    margin-top: 0;
}

.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: 30px;
    position: sticky;
    top: 99px;
    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: #3b406f;
    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: #3b406f;
    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;
}

.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 #0054A0;
    border-radius: 4px;
    color: #0054A0;
}

.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 4px;
    background: #3b406f;
    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: #3b406f;
    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: #0054A0;
}

.condos-detail-page .registration form .pretty.p-default input:checked~.state label:after {
    background: #3b406f;
}

.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: #3b406f;
    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: #0054A0;
}

#request-info .modal-dialog .modal-content form .pretty.p-default input:checked~.state label:after {
    background: #3b406f;
}

.condos-list-page {
    margin-bottom: 50px;
}

.condos-list-page .property {
    border: none;
    padding: 0;
    max-width: initial;
    margin-top: 0;
}

.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: #000;
    height: 103px;
    padding: 45px 0;
    margin-bottom: 50px;
}

.condos-list-page .page-header h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

.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: #3b406f;
    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: #0054A0;
}

.condos-list-page .related-inner .registration form .pretty.p-default input:checked~.state label:after {
    background: #3b406f;
}

.contact-page {
    padding-bottom: 30px;
}

.contact-page .banner {
    margin-bottom: 50px;
    position: relative;
}

.contact-page .banner img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.contact-page .banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    width: max-content;
    text-transform: capitalize;
}

.mapboxgl-popup.mapboxgl-popup-anchor-top {
    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: #00c950;
    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;
}

.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: #3b406f;
    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;
}

.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: 10px;
    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;
}

.your-home-value {
    margin: 50px 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: 20px;
}

.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;
}

.pre-construction .find-property {
    background-image: url("../../assets/img/bg-search.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 30px 0;
}

.pre-construction .find-property h3 {
    color: #FFFFFF;
}

.pre-construction .find-property .search-by .advanced-search {
    color: #FFFFFF;
}

.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;
    padding: 0 !important;
    border: 0 !important;
    max-width: initial !important;
    max-height: initial !important;
    margin-top: 0;
}

.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-item img {
    object-fit: cover;
    height: 250px;
}

.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;
}

.pre-construction .page-inner .registration {
    position: sticky;
    top: 140px;
}

.pre-construction .page-inner .registration h5 {
    font-size: 23px;
}

.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: #3b406f;
    color: #ffffff;
    font-size: 17px;
}

.pre-construction .page-inner .registration form p {
    margin-bottom: 10px;
    font-size: 17px;
    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: #0054A0;
}

.pre-construction .page-inner .registration form .pretty .state label:before {
    border-color: #ACABB2;
    height: 14px;
    width: 14px;
    top: 2px;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .image-view .signin-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.property-detail-two .property-detail-inner .pkg-gallery .main-image .image-view .signin-image a {
    color: #fff;
    font-size: 20px;
}

.pre-construction .page-inner .registration form .pretty.p-default input:checked~.state label:after {
    background: #3b406f;
    height: 10px;
    width: 10px;
    transform: scale(1);
    top: 4px;
    left: 2px;
}

.pre-construction-detail {
    padding-bottom: 50px;
}

.pre-construction-detail h5 {
    font-size: 23px;
    color: #3E3E3E;
    font-weight: 600;
}

.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: 103px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #3b406f;
    padding: 23px 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: #fff;
}

.pre-construction-detail .prop-detail ul.menu-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 3px solid #3b406f;
    display: block;
}

.pre-construction-detail .prop-detail .inner-content a.main .fa {
    transition: ease-in-out .4s;
    transform: rotate(180deg);
}

.pre-construction-detail .prop-detail .inner-content {
    padding-top: 30px;
}

.pre-construction-detail .prop-detail .inner-content .block {
    margin: 50px 0;
    scroll-margin-top: 170px;
}

.pre-construction-detail .prop-detail .inner-content .block h4 {
    font-size: 22px;
    font-weight: 600;
    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: #3b406f;
    content: "";
    transition: all 0.2s;
}

.pre-construction-detail .prop-detail .inner-content .block .tab-section ul.nav-tabs.main li a.active {
    color: #0054A0;
}

.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: #0054A0;
    color: #0054A0;
}

.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-weight: 500;
    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-weight: 500;
    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 #0054A0;
    padding: 5px 15px;
    display: block;
    width: max-content;
    border-radius: 3px;
    color: #0054A0;
    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: #3b406f;
    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-color: #EFEFEF;
    color: #495057;
    font-size: 16px;
    width: 100%;
}

.pre-construction-detail .prop-detail .inner-content .block.floor-plan-and-pricing .form form button {
    background: #3b406f;
    color: #FFFFFF !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.pre-construction-detail .prop-detail .inner-content a.see-all,
.pre-construction-detail .prop-detail .inner-content a.see-all-features {
    color: #2585c5;
    font-weight: 500;
    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: 170px;
}

.pre-construction-detail .prop-detail .inner-content .prop-details ul.social {
    margin: 15px 0;
    display: flex;
}
.pre-construction-detail .prop-detail .inner-content .prop-details ul.social li a:hover svg {
    fill: #fff;
  }

.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: #3b406f;
}

.pre-construction-detail .prop-detail .inner-content .prop-details ul.social li a:hover .fa {
    color: #fff;
}

.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-weight: 500;
}

.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-weight: 500;
    font-size: 32px;
}

.pre-construction-detail .prop-detail .inner-content .prop-details h3 {
    font-weight: 500;
    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;
    padding: 0;
    border: none;
}

.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: #fff;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    background: #3b406f;
    padding: 3px 15px;
    position: absolute;
    border-radius: 4px;
    font-weight: 500;
}

.pre-construction-detail .platinum-slider-block .platinum-slider .property h5 {
    font-size: 16px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.pre-construction-detail .registration {
    position: sticky;
    top: 170px;
    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: #3b406f;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

#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: #3b406f;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 0;
}

#request-info-modal .modal-dialog .modal-content form p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0D1926;
}

#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: #0054A0;
    height: 14px;
    width: 14px;
    top: 2px;
}

#request-info-modal .modal-dialog .modal-content form .pretty.p-default input:checked~.state label:after {
    background: #3b406f;
    height: 10px;
    width: 10px;
    transform: scale(1);
    top: 4px;
    left: 2px;
}

@media (max-width: 345px) {
    .index .banner .banner-content .text-content .text-content-inner h1 {
        right: 10px !important;
    }

    .navbar.inner .navbar-toggler .navbar-toggler-icon {
        background-image: url(../../assets/img/toggler.png);
        width: 29px;
        height: 13px;
        filter: invert(1);
    }

    .index .banner .banner-content .text-content .text-content-inner h2,
    .index .banner .text-content .text-content-inner img,
    .landing .banner .text-content .text-content-inner img {
        right: 0 !important;
    }

    .index .banner .banner-content .remax-logo img {
        top: -215px !important;
    }

    .landing .banner img.remax-logo {
        display: none;
    }
}

#submit-modal .modal-dialog {
    max-width: 769px;
    width: 100%;
    margin: 0 auto;
}

#submit-modal .modal-dialog .modal-content {
    padding: 25px 50px;
}

#submit-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    position: relative;
}

#submit-modal .modal-dialog .modal-content h3.common-head {
    margin-bottom: 10px !important;
}

#submit-modal .modal-dialog .modal-content form {
    padding: 15px 0;
}

#submit-modal .modal-dialog .modal-content form input,
#submit-modal .modal-dialog .modal-content form textarea {
    min-height: 46px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    margin-bottom: 15px;
}

#submit-modal .modal-dialog .modal-content form textarea {
    height: 125px;
}

#submit-modal .modal-dialog .modal-content form input[type=submit] {
    background: #3b406f;
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}

#submit-modal .modal-dialog .modal-content form p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0D1926;
}

#submit-modal .modal-dialog .modal-content form .pretty {
    margin-bottom: 15px;
}

#submit-modal .modal-dialog .modal-content form .pretty .state label {
    font-size: 17px;
    color: #002753;
}

#submit-modal .modal-dialog .modal-content form .pretty .state label:before {
    border-color: #dd1c2f;
    height: 14px;
    width: 14px;
    top: 2px;
}

#submit-modal .modal-dialog .modal-content form .pretty.p-default input:checked~.state label:after {
    background-color: #dd1c2f !important;
    height: 10px;
    width: 10px;
    transform: scale(1);
    top: 4px;
    left: 2px;
}

#thanks-for-submitting .modal-dialog {
    border-radius: 0 !important;
}

#thanks-for-submitting .modal-dialog .modal-content {
    border-radius: 0 !important;
}

#thanks-for-submitting .modal-dialog .modal-content .modal-header {
    border: none !important;
}

#thanks-for-submitting .modal-dialog .modal-content .modal-body {
    text-align: center;
}

#thanks-for-submitting .modal-dialog .modal-content .modal-body h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: green;
    text-transform: uppercase;
}

footer {
    position: relative;
    color: #FFFFFF;
    /* background-image: url("../../assets/img/foot-bg.png"); */
}

footer p {
    color: #FFFFFF;
}

footer.inner .footer-top {
    padding: 50px 0 0 0;
}

footer:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #182639;
    z-index: -1;
}

footer .footer-top {
    padding: 150px 0 0 0;
    background-repeat: repeat-x;
    background-size: 35%;
    background-position-y: bottom;
  }
  

footer p {
    font-size: 13px;
}

footer .designed {
    text-align: right;
}

footer .designed img {
    max-width: 250px;
    margin: 0 auto 15px auto;
}

footer .designed p {
    margin-bottom: 5px;
}

footer .footer-top {
    padding: 175px 0 0 0;
    background-repeat: repeat-x;
    background-size: 35%;
    background-position-y: bottom;
    background: #2e2f39;
    background-image: url("../../assets/img/footer-bg.png");
}

footer .footer-top .logo a {
    display: inline;
}

footer .footer-top .logo a img {
    /* margin-bottom: 25px; */
    /* margin-top: 40px; */
    max-width: 200px;
}

footer .footer-top h5.address {
    font-family: "proxima_novaregular";
    font-size: 15px;
    color: #FFFFFF;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

footer .footer-top h5.address img {
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

footer .footer-top .contact-number {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}

footer .footer-top .contact-number img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 18px;
}

footer .footer-top .contact-number ul {
    margin-bottom: 0;
}

footer .footer-top .contact-number ul li a {
    /* font-family: proxima_novabold; */
    font-size: 17px;
    color: #FFFFFF;
}

footer .footer-top .share {
    margin-top: 26px;
}

footer .footer-top ul.share li:not(:last-child) {
    padding-right: 10px;
}

footer .footer-top .quick-links ul {
    padding-left: 0;
    column-count: 2;
    list-style: none;
}

footer .footer-top .quick-links ul li a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: proxima_novaregular;
    margin-bottom: 15px;
    display: inline-block;
}

footer .footer-bottom {
    background: #241e1f;
    padding: 10px 0;
    width: 100%;
}

footer .footer-bottom ul {
    margin-bottom: 10px;
}

footer .footer-bottom ul li:not(:last-child) a {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
}

footer .footer-bottom ul li:not(:last-child) a:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    right: 0;
    top: 50%;
    background: #FFFFFF;
    transform: translateY(-50%);
}

footer .footer-bottom ul li a {
    font-family: proxima_novathin;
    color: #FFFFFF;
    font-weight: 600;
}

footer .footer-bottom span {
    display: block;
    font-family: proxima_novathin;
    color: #FFFFFF;
    font-weight: 600;
}

.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 #0054A0;
}

.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: #3b406f;
    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: #3b406f;
    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: #0054A0;
    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: #3b406f;
    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-new.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 .designed {
    text-align: right;
    /* margin-top: 20%; */
}

footer .designed p {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: left !important;
}

.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: 10px;
}

.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;
}

.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;
}

.navbar .colour::after {
    color: #fff;
}

@media (max-width: 576px) {
    .navbar.custom .navbar-nav .nav-item .nav-link::after{
        color: #3b406f!important;
    }
    .index .find-property{
        padding: 0;
    }
    .index .main-contact{
        padding: 0;
    }
    .index .main-contact h3{
        margin-bottom: 8px;
    }
    .property-listing .find-property {
        padding: 60px 0 10px 0;
    }
    footer .footer-top .logo{
        position:unset;
        bottom: 30px;
    }
    .navbar.custom .request-call {
        margin-top: 10px;
    }
    .property-listing .featured-listings {
        margin: 50px 0;
    }
    .find-property .search-by .search-by-top{
        background: transparent;
    }

    .index .banner .banner-content .text-content .text-content-inner h1 {
        margin-bottom: -10px;
    }

    .navbar.index .navbar-nav .nav-item.dropdown ul li a {
        font-size: 13px;
    }

    .index .main-contact ul li a h5 img {
        margin-bottom: 4px;
    }

    .index .find-property {
        padding-bottom: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-link {
        padding: 4px
    }

    .property .property-detail {
        font-size: 13px;
    }

    .navbar.inner .navbar-nav .nav-item.dropdown ul li a {
        font-size: 13px;
    }

    .navbar.index .navbar-toggler {
        padding: 10px;
        outline: none;
        box-shadow: none;
    }

    .index .featured-listing h3 {
        font-size: 23px;
    }

    .navbar.inner .navbar-brand img {
        max-height: 70px;
    }

    .index .banner .banner-content .text-content .text-content-inner .banner-line {
        margin-left: 15px;
        max-width: 50%;
    }

    footer p {
        padding: 0 5px;
        font-size: 12px;
    }

    .index .calculator h3 {
        font-size: 23px;
    }

    .index .main-contact span {
        font-size: 16px;
        ;
    }

    .property-listing .map-view .map-view-inner .map-property .property {
        margin-top: 25px;
    }

    .search-result {
        max-width: 100%;
    }

    #consultation-modal-ones .modal-dialog.modal-dialog-centered .modal-content {
        color: #FFFFFF;
        background: #3b406f;
    }

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

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

    footer .designed p {
        text-align: center !important;
    }

    .index .banner .banner-content .text-content .text-content-inner h1 {
        /* color: #FFFFFF; */
        /* font-family: "Dancing Script", cursive; */
        text-transform: capitalize;
        font-size: 11px !important;
        /* transform: rotate(-10deg); */
        animation: fadeInAnimationn ease-in 3s;
        animation-iteration-count: 1;
        animation-fill-mode: none;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

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

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

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

    .contact-page .banner {
        margin-bottom: 30px;
    }

    .contact-page .banner img {
        height: 150px;
        object-fit: cover;
    }

    .contact-page .banner h1 {
        font-size: 25px;
    }

    #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;
    }

    .property .carousel .carousel-item img {
        height: 175px;
    }

    .property-detail-two {
        margin-top: 25px !important;
    }

    .property-detail-two .banner {
        margin-bottom: 15px;
    }

    .property-detail-two .banner img {
        height: 200px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery {
        margin-bottom: 15px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery .main-image {
        margin-bottom: 15px;
    }

    .property .property-detail .sec .detail img {
        width: 12px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-item img {
        height: 75px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav button {
        height: 75px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav button span {
        width: 30px;
        padding: 0;
    }

    .property-detail-two .property-detail-inner .property-main {
        margin-bottom: 15px;
    }

    .property-detail-two .property-detail-inner .property-main .main-right {
        text-align: left;
    }

    .property-detail-two .property-detail-inner .bg-common {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }

    .property-detail-two .property-detail-inner .bg-common .property .property-image img {
        height: 200px;
    }

    .property-detail-two .property-detail-inner .bg-common ul.about-property {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .property-detail-two .property-detail-inner .bg-common ul.about-property li {
        margin-bottom: 5px !important;
    }

    .property-detail-two .property-detail-inner .bg-common ul.update li span:nth-child(2) {
        padding-left: 10px;
    }

    .property-detail-two .property-detail-inner .bg-common .schedule {
        margin-bottom: 15px;
    }

    .property-detail-two .property-detail-inner .bg-common .detail-block {
        margin-bottom: 15px;
    }

    .property-detail-two .property-detail-inner .bg-common .detail-block h4 {
        margin-bottom: 10px;
    }

    .property-detail-two .property-detail-inner .bg-common .price-history table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .property-detail-two .property-detail-inner .bg-common .price-history table tr th {
        min-width: 110px;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .afford {
        display: block !important;
        padding: 15px 0;
        margin: 15px 0;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .afford .block {
        display: block !important;
        width: 100% !important;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block {
        padding: 15px 0;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now {
        padding: 15px;
        padding-left: 75px;
        display: block !important;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now:before {
        left: 15px;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now .block {
        width: 100% !important;
        display: block !important;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now .block a {
        margin-top: 15px;
    }

    .property-detail-two .property-detail-inner .ask-home {
        padding: 15px;
    }

    .property-detail-two .property-detail-inner .ask-home form input[type=submit] {
        font-size: 16px;
    }

    .navbar.index .navbar-nav {
          background: #FFFFFF; 
        /* background: #3b406f !important; */
        padding: 15px;
        margin-top: 10px;
    }

    .navbar.index .navbar-nav .nav-item.login {
        margin-right: 0 !important;
        border-color: #000000 !important;
        margin-bottom: 5px;
    }

    .navbar.index .navbar-nav .nav-item .nav-link {
        margin-bottom: 5px !important;
        color: #000;
    }

    .navbar.index .navbar-nav .dropdown {
        border-color: #000 !important;
    }

    .navbar.index .navbar-nav .dropdown button {
        color: #000 !important;
    }

    .navbar.index .navbar-brand {
        padding-left: 15px;
    }

    .navbar.index .navbar-brand img {
        max-width: 145px !important;
        max-height: 70px !important;
    }

    .navbar.inner .navbar-nav {
        background: #fff !important;
        padding: 15px;
        margin-top: 10px;
    }

    .navbar.inner .navbar-nav .nav-item.login {
        margin-right: 0 !important;
        border-color: #000000 !important;
        margin-bottom: 5px;
    }

    .navbar.inner .navbar-nav .nav-item .nav-link {
        margin-bottom: 5px !important;
        color: #000;
    }



    .navbar.inner .navbar-nav .dropdown button {
        color: #000000 !important;
    }

    .navbar.inner .navbar-brand img {
        max-width: 220px !important;
        max-height: 70px !important;
    }

    .navbar.inner .navbar-toggler {
        margin-right: 0;
    }

    .navbar .navbar-nav {
        max-height: 80vh;
        overflow: auto;
    }

    .home-search .radio-buttons-group {
        padding-bottom: 10px;
        text-align: left;
    }

    .home-search .radio-buttons-group .pretty {
        margin-bottom: 10px;
    }

    .home-search .radio-buttons-group span {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .home-search .full-width-form {
        display: block;
    }

    .home-search .full-width-form input[type=text],
    .home-search .full-width-form input[type=email],
    .home-search .full-width-form input[type=submit],
    .home-search .full-width-form input[type=tel],
    .home-search .full-width-form select {
        width: 100%;
        margin-bottom: 10px;
        height: 47px;
    }

    .home-search .full-width-form input[type=submit] {
        margin-right: 0 !important;
        text-transform: uppercase;
        background: #3b406f;
        border: none;
        color: #fff;
        text-align: center;
        font-family: "proxima_novabold";
        font-size: 17px;
        line-height: 22px;
    }

    footer .footer-top {
        padding: 75px 0 0 0;
    }

    footer .footer-top .logo ul.share {
        text-align: center;
    }

    footer .footer-top .logo a {
        display: block;
        text-align: center;
    }

    footer .footer-top .quick-links ul {
        column-count: initial;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
    }

    footer .footer-top .quick-links ul li:not(:last-child) {
        margin-right: 10px;
    }

    footer .footer-top .quick-links ul li:not(:last-child) a {
        position: relative;
        padding-right: 10px;
    }

    footer .footer-top .quick-links ul li:not(:last-child) a:after {
        position: absolute;
        right: 0;
        top: 50%;
        content: "";
        background-color: #FFFFFF;
        width: 1px;
        height: 10px;
        transform: translateY(-50%);
    }

    footer .designed {
        text-align: center;
        margin-top: 10px;
    }

    footer .footer-bottom span {
        text-align: left !important;
    }
    .index .main-contact img{
        max-width: 200px !important;
    }

    .find-property h3 {
        font-size: 20px;
    }

    .find-property .search-by {
        margin-bottom: 0px;
    }

    .find-property .search-by .search-by-top {
        border: none;
        height: auto;
        position: relative;
        display: block;
    }

    .find-property .search-by .search-by-top select {
        display: block;
        width: 100%;
        border: 2px solid #0054A0;
        margin-bottom: 10px;
        border-radius: 0;
        float: none;
    }

    .find-property .search-by .search-by-top input[type=text] {
        display: block;
        width: 100%;
        border: 2px solid #3b406f;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .find-property .search-by .search-by-top button {
        position: initial;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .find-property .search-by .search-by-bottom.main {
        display: block !important;
    }

    .find-property .search-by .search-by-bottom .keywords {
        border: none;
        display: block;
        height: auto;
        margin-bottom: 10px;
    }

    .find-property .search-by .search-by-bottom .keywords span {
        display: block;
        width: 100%;
        text-align: left;
        border-right: none;
    }

    .find-property .search-by .search-by-bottom .keywords input[type=text] {
        height: 47px;
        margin-bottom: 0;
        border: 1px solid #B9B9B9;
        border-radius: 0;
        width: 100%;
    }

    .find-property .search-by .search-by-bottom .keywords input[type=submit] {
        float: left;
        width: 100%;
        display: block;
    }

    #consultation-modal .modal-dialog .modal-content {
        background: #BFC3C8;
    }

    #consultation-modal .modal-dialog .modal-content .body-inner {
        display: block;
    }

    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left,
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
        width: 100%;
        padding: 0 15px;
    }

    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left form,
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form {
        margin-bottom: 0;
    }

    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left img,
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right img {
        max-width: 75%;
        display: block;
    }

    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left img.remax-logo,
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right img.remax-logo {
        max-width: 75px !important;
        right: 15px;
    }

    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left h3,
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right h3 {
        text-align: center;
        margin-top: 0;
        font-size: 20px;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left input,
    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right input {
        height: 45px !important;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner p.name {
        text-transform: uppercase;
        background: #3b406f;
        border: none;
        color: #fff;
        text-align: center;
        font-family: "proxima_novabold";
        font-size: 23px;
        height: 45px;
        padding: 7px 0;
        position: relative;
        bottom: 6px;
        margin-bottom: 5px;
    }

    #consultation-modal .modal-dialog .modal-content .modal-footer {
        display: none;
    }

    #consultation-modal .modal-dialog .modal-content .modal-header button span {
        color: #393939;
    }

    #pre-consultation-modal .modal-dialog .modal-content {
        background: #BFC3C8;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner {
        display: block;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left,
    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
        width: 100%;
        padding: 0 15px;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left form,
    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right form {
        margin-bottom: 0;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left img,
    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right img {
        max-width: 100%;
        display: block;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left img.remax-logo,
    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right img.remax-logo {
        max-width: 75px !important;
        right: 15px;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left h3,
    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right h3 {
        text-align: center;
        margin-top: 0;
        font-size: 20px;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-left input,
    #pre-consultation-modal .modal-dialog .modal-content .body-inner .inner-right input {
        height: 45px !important;
    }

    #pre-consultation-modal .modal-dialog .modal-content .body-inner p.name {
        text-transform: uppercase;
        background: #3b406f;
        border: none;
        color: #fff;
        text-align: center;
        font-family: "proxima_novabold";
        font-size: 23px;
        height: 45px;
        padding: 7px 0;
        position: relative;
        bottom: 6px;
        margin-bottom: 5px;
    }

    #pre-consultation-modal .modal-dialog .modal-content .modal-footer {
        display: none;
    }

    #pre-consultation-modal .modal-dialog .modal-content .modal-header button span {
        color: #393939;
    }

    #thanks-modal .modal-dialog .modal-content {
        background: #BFC3C8;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner {
        display: block;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right {
        width: 100%;
        padding: 0 15px;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left img,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right img {
        max-width: 75%;
        display: block;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left img.remax-logo,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right img.remax-logo {
        max-width: 75px !important;
        right: 15px;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left h3,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right h3 {
        text-align: center;
        margin-top: 0;
        font-size: 20px;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right h5 {
        margin-right: auto !important;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left input,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right input {
        height: 45px !important;
    }

    #thanks-modal .modal-dialog .modal-content .body-inner p.name {
        text-transform: uppercase;
        background: #3b406f;
        border: none;
        color: #fff;
        text-align: center;
        font-family: "proxima_novabold";
        font-size: 23px;
        height: 45px;
        padding: 7px 0;
        position: relative;
        bottom: 6px;
        margin-bottom: 5px;
    }

    #thanks-modal .modal-dialog .modal-content .modal-footer {
        display: none;
    }

    #thanks-modal .modal-dialog .modal-content .modal-header button span {
        color: #393939;
    }

    #consultation-modal-one .modal-dialog .modal-content {
        background: #BFC3C8;
    }

    #consultation-modal-one .modal-dialog .modal-content .body-inner {
        display: block;
    }

    #consultation-modal-one .modal-dialog .modal-content .body-inner .inner-right {
        width: 100%;
        padding: 0 15px;
    }

    #consultation-modal-one .modal-dialog .modal-content .body-inner .inner-right h3 {
        text-align: center;
        margin-top: 0;
        font-size: 20px;
    }

    #consultation-modal-one .modal-dialog .modal-content .body-inner .inner-right input {
        height: 45px !important;
    }

    #consultation-modal-one .modal-dialog .modal-content .body-inner p.name {
        text-transform: uppercase;
        background: #3b406f;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-family: "proxima_novabold";
        font-size: 23px;
        height: 45px;
        padding: 7px 0;
        position: relative;
        bottom: 6px;
        margin-bottom: 5px;
    }

    #consultation-modal-one .modal-dialog .modal-content .modal-footer {
        text-align: center;
    }

    #consultation-modal-one .modal-dialog .modal-content .modal-footer h2 {
        left: auto;
        transform: none;
        font-size: 20px;
    }

    #consultation-modal-one .modal-dialog .modal-content .modal-footer:after {
        width: 100%;
    }

    #consultation-modal-one .modal-dialog .modal-content .modal-header button span {
        color: #393939;
    }

    #thanks-modal-one .modal-dialog .modal-content {
        background: #BFC3C8;
    }

    #thanks-modal-one .modal-dialog .modal-content .body-inner {
        display: block;
    }

    #thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right {
        width: 100%;
        padding: 0 15px;
    }

    #thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right h3 {
        text-align: center;
        margin-top: 0;
        font-size: 20px;
    }

    #thanks-modal-one .modal-dialog .modal-content .body-inner .inner-right input {
        height: 45px !important;
    }

    #thanks-modal-one .modal-dialog .modal-content .body-inner p.name {
        text-transform: uppercase;
        background: #3b406f;
        border: none;
        color: #fff;
        text-align: center;
        font-family: "proxima_novabold";
        font-size: 23px;
        height: 45px;
        padding: 7px 0;
        position: relative;
        bottom: 6px;
        margin-bottom: 5px;
    }

    #thanks-modal-one .modal-dialog .modal-content .modal-footer {
        text-align: center;
    }

    #thanks-modal-one .modal-dialog .modal-content .modal-footer h2 {
        left: auto;
        transform: none;
        font-size: 20px;
        text-align: center;
    }

    #thanks-modal-one .modal-dialog .modal-content .modal-footer:after {
        width: 100%;
    }

    #thanks-modal-one .modal-dialog .modal-content .modal-header button span {
        color: #393939;
    }

    #consultation-modal-two .modal-dialog .modal-content {
        background: #BFC3C8;
    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner {
        display: block;
    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left,
    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right {
        width: 100%;
        padding: 0 15px;
    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left form,
    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right form {
        margin-bottom: 0;
    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left img,
    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right img {
        max-width: 62%;
        display: block;

    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left img.remax-logo,
    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right img.remax-logo {
        max-width: 75px !important;
        right: 15px;
    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left h3,
    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right h3 {
        text-align: center;
        margin-top: 0;
        font-size: 20px;
    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-left input,
    #consultation-modal-two .modal-dialog .modal-content .body-inner .inner-right input {
        height: 45px !important;
    }

    #consultation-modal-two .modal-dialog .modal-content .body-inner p.name {
        text-transform: uppercase;
        background: #3b406f;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-family: "proxima_novabold";
        font-size: 23px;
        height: 45px;
        padding: 7px 0;
        position: relative;
        bottom: 8px;
        margin-bottom: 5px;
    }

    #consultation-modal-two .modal-dialog .modal-content .modal-footer {
        display: none;
    }

    #consultation-modal-two .modal-dialog .modal-content .modal-header button span {
        color: #393939;
    }

    .index .banner {
        height: auto;
    }

    .index .banner .banner-contact,
    .index .banner .banner-shape {
        display: none;
    }

    .index .banner .banner-content {
        bottom: 0;
    }

    .index .banner .banner-content .col-5 {
        padding: 0 5px !important;
    }

    .index .banner .banner-content .text-content .text-content-inner {
        bottom: 15px;
        right: 0;
        top: auto !important;
        width: 100%;
    }

    /*.index .banner .banner-content .text-content .text-content-inner h1 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "proxima_novabold";
    text-shadow: 0.5px 0.5px #ffffff;
    color: #941426;
  } */
    .index .banner .banner-content .text-content .text-content-inner h3 {
        font-size: 12px;
       
    }

    .index .banner .banner-content .person-image img {
        max-width: 100%;
        max-height: 250px;
        float: left;
        left: 0;
    }

    .index .banner .remax-logo img {
        max-width: 65px;
        right: 0;
        top: -175px !important;
    }

    .index .index-content {
        padding: 25px 0;
        background-image: url("../../assets/img/bg-responsive.png");
        background-size: contain;
        background-position: top;
        background-repeat: repeat;
    }

    .index .index-content ul {
        padding-left: 20px;
        margin: 10px 0;
    }

    .index .index-content h4 {
        padding-left: 0;
    }

    .index .index-content .block-sec img {
        margin-bottom: 15px;
    }

    .index .featured-neighbourhoods .neighbourhoods .neighbourhood {
        width: 100%;
        margin-bottom: 10px;
    }

    .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 #3b406f;
        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 .testimonials .testimonial-head {
        position: initial;
        text-align: center;
        margin-bottom: 10px;
    }

    .index .testimonials .testimonial-head h3,
    .index .testimonials .testimonial-head h6 {
        color: #000000;
    }

    .index .testimonials .testimonial-head h3 {
        font-size: 20px;
    }

    .index .testimonials .testimonial-head h6 {
        font-size: 12px;
    }

    .index .testimonials .testi:after {
        display: none;
    }

    .index .testimonials .testi .property-image {
        display: none;
    }

    .index .testimonials .testi .testi-block {
        padding: 10px;
        position: initial;
        transform: none;
    }

    .index .testimonials .owl-nav {
        width: 75px;
        top: auto;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .index .testimonials .owl-nav button span {
        filter: brightness(0%);
        height: 14px !important;
        width: 10px !important;
    }

    .index .featured-services {
        padding: 30px 0 15px 0;
    }

    .property-detail-page .home-search {
        padding: 25px 0 !important;
    }

    .property-detail-page .pkg-gallery .thumb-images .owl-item img {
        height: 75px;
    }

    .property-detail-page .pkg-gallery .thumb-images .owl-nav button {
        height: 75px;
    }

    .property-detail-page .pkg-gallery .thumb-images .owl-nav button span {
        width: 25px;
        padding: 0;
        padding-bottom: 10px;
    }

    .property-detail-page .property-content-details {
        padding: 15px;
    }

    .property-detail-page #accordion-two .card .card-header h5 button {
        padding: 15px;
    }

    .property-detail-page #accordion-two #property-details .card-body {
        padding: 15px;
    }

    .property-detail-page #accordion-two #room-information .card-body table thead tr th:first-child {
        padding-left: 15px;
    }

    .property-detail-page #accordion-two #room-information .card-body table tbody tr td:first-child {
        padding-left: 15px;
    }

    .property-detail-page .book-consultation {
        position: inherit;
    }

    .property-info .property-info-head {
        padding: 50px 0;
    }

    .property-info .property-info-head h2 {
        font-size: 30px;
    }

    .property-info .property-info-inner {
        padding: 25px 0;
    }

    .contact-us .contact-us-head {
        padding: 50px 0 100px 0;
    }

    .contact-us .contact-us-head h2 {
        font-size: 25px;
    }

    .property-listing .featured-listings ul li a span {
        display: none;
    }

    .property-listing .property-grid-view .property-grid-item {
        display: block;
    }

    .property-listing .property-grid-view .property-grid-item .grid-left,
    .property-listing .property-grid-view .property-grid-item .grid-right {
        width: 100%;
        padding: 15px;
    }

    .property-listing .property-grid-view .property-grid-item .grid-left .carousel-item img {
        height: 210px !important;
    }

    .property-listing .map-view .map-view-inner {
        flex-wrap: wrap;
    }

    .property-listing .map-view .map-view-inner .map-block {
        width: 100%;
    }

    .property-listing .map-view .map-view-inner .map-property {
        width: 100%;
        padding-left: 0;
    }

    .landing .banner {
        height: calc(100vh - 333px);
    }

    .landing .banner h3 {
        font-size: 16px !important;
    }

    .landing .banner .remax-logo {
        width: 90px;
        top: 0 !important;
        transform: translate(-50%, -100%) !important;
    }

    .landing .banner .banner-content .person-image img {
        max-width: 200px;
        float: left;
    }

    .landing .banner .banner-content .text-content .text-content-inner {
        bottom: 0;
        right: 0;
        top: auto !important;
        width: 100%;
        padding-left: 35px;
    }

    .landing .banner .banner-content .text-content h1 {
        position: absolute;
        right: 44px;
        font-size: 16px;
        bottom: 65px !important;
    }

    .landing .banner .banner-content .text-content h2 {
        position: absolute;
        right: 0;
        font-size: 25px !important;
        bottom: 55px !important;
    }

    .landing .banner .banner-content .text-content img {
        position: absolute;
        right: 20px;
        font-size: 15px;
        bottom: 0;
        max-width: 200px;
    }

    .landing .landing-form {
        position: initial;
        padding: 15px 0;
    }

    .landing .landing-form input::-webkit-input-placeholder,
    .landing .landing-form textarea::-webkit-input-placeholder {
        font-size: 12px;
    }

    .landing .landing-form h4 {
        font-size: 19px;
    }

    .landing .landing-form form input {
        height: 40px;
        margin-bottom: 5px !important;
    }

    .landing .landing-form form textarea {
        height: 75px;
        margin-bottom: 5px !important;
    }

    .landing .landing-form form input[type=submit] {
        margin-bottom: 0;
    }

    .landing .contact-red {
        width: 100%;
    }

    .landing .contact-red ul {
        padding: 5px 15px !important;
    }

    .landing .contact-red ul:before {
        width: calc(100% + 25px) !important;
    }

    .landing .contact-red ul li a {
        font-size: 14px !important;
    }

    .pre-construction-detail .image-slider .properties-slider-detail img {
        height: 250px;
    }

    .pre-construction-detail .prop-detail ul.menu-nav {
        top: 68px;
    }

    .pre-construction-detail .prop-detail .inner-content {
        padding-top: 0;
    }

    .pre-construction-detail .prop-detail .inner-content .prop-details {
        scroll-margin-top: 120px;
    }

    .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;
        scroll-margin-top: 120px;
    }

    .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;
    }

    .pre-construction .find-property {
        padding: 25px 0 1px 0;
    }

    .pre-construction .find-property .search-by {
        margin-bottom: 30px;
    }

    .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;
    }

    .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: 577px) and (max-width: 767px) {
    .find-property{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .index .find-property .search-by .search-by-top input[type=text] {
        font-size: 12px!important;
    }
    .index .banner .banner-shape #parallelogram {
        max-width: 700px!important;
        height: 100px;
    }
    .index .banner .banner-content .text-content .text-content-inner{
        margin: 0 auto 34% 0%!important;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left img, #thanks-modal .modal-dialog .modal-content .body-inner .inner-right img{
        margin-left: 0px !important;
    }

    .index .banner .banner-shape {
        max-width: 551px !important;
    }
    .index .banner .banner-content .person-image img {
        max-width: 220px;
        margin-left: 86px !important;
    }
    

    .find-property .search-by .search-by-bottom select,
    .find-property .search-by .search-by-bottom input[type=text] {
        font-size: 12px;
    }

    .inner-page .page-inner .container {
        max-width: 100%
    }

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

    .home-search .full-width-form {
        justify-content: space-between;
    }

    .property .property-detail {
        font-size: 12px !important;
    }

    .home-search .full-width-form input[type=text],
    .home-search .full-width-form input[type=email],
    .home-search .full-width-form input[type=tel],
    .home-search .full-width-form select {
        margin-right: 0 !important;
        font-size: 14px;
        padding: 6px;
    }

    footer .footer-top .logo a img {
        max-width: 132px;
    }

    .navbar.inner .navbar-brand img {
        max-height: 70px;
    }

    footer .container {
        max-width: 100%;
    }

    .index .featured-services .container {
        max-width: 700px;
    }

}

@media (min-width: 577px) and (max-width: 991px) {
    .navbar.custom .navbar-nav .nav-item .nav-link::after{
        color: #3b406f!important;
    }
    footer .footer-top .logo a img {
        max-width: 110px!important;
    }
    .index .find-property .search-by .search-by-top input[type=text]{
        font-size: 14px;
    }
    .index .banner .banner-content .text-content .text-content-inner{
        margin: 0 auto 14% 0%;
    }
    footer .footer-top .contact-number ul li a{
    padding-left: 8px;
    }
    .inner-page .page-inner .form-block form input[type=submit]{
        font-size: 14px;
    }
    .navbar.inner .navbar-nav .nav-item.dropdown ul li a {
        text-align: center;
    }
    .navbar.index .navbar-nav .nav-item.dropdown ul li a {
        text-align: center;
    }
    .home-worth-h3{
        font-size: 21px!important;
    }
    .index .banner .banner-contact ul li .connect h4, .index .banner .banner-contact ul li .connect h5 {
        font-size: 9px!important;
    }
    .index .banner .banner-contact ul li .connect{
        letter-spacing: 0px;
    }
    
    a.whatsappfixed {
        bottom: 50px;
    }
    footer .footer-bottom .designed p {
        font-size: 9px;
    }
    .index .banner .banner-contact ul li .connect .phone {
        font-size: 15px;
    }
    .navbar.custom .navbar-brand{
        padding: 0 !important;
    }
   
    .property-listing .featured-listings {
        margin: 60px 0;
    }

    .search-result {
        top: 46px;
    }

    .find-property .search-by .search-by-bottom select,
    .find-property .search-by .search-by-bottom input[type=text] {
        font-size: 13px;
    }

    .navbar.index .navbar-toggler {
        padding: 10px;
        outline: none;
        box-shadow: none;
    }

    #thanks-modal .modal-dialog {
        max-width: 715px !important;
    }

    .property .property-detail {
        font-size: 12px !important;
    }

    .navbar.inner .navbar-brand img {
        max-height: 70px;
    }

    #consultation-modal .modal-dialog {
        max-width: 720px !important;
    }

    #consultation-modal .modal-dialog .modal-content .body-inner .inner-left img,
    #consultation-modal .modal-dialog .modal-content .body-inner .inner-right img {
        margin-left: 25px;
    }
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-left h3,
    #thanks-modal .modal-dialog .modal-content .body-inner .inner-right h3 {
    font-size: 15px !important;
    
}

    .navbar-collapse {
        overflow: auto;
        max-height: 75vh;
    }

    .home-search .full-width-form input[type=text],
    .home-search .full-width-form input[type=email],
    .home-search .full-width-form input[type=tel],
    .home-search .full-width-form select {
        margin-top: 5px;
    }

    .contact-us .contact-content .contact-me-by .contact-form input {
        margin-top: 20px;
    }

    .contact-us .contact-content .contact-me-by .contact-form input[type=submit] {
        margin-bottom: 45px;
    }

    .index .featured-services .block .details h3 {
        font-size: 14px;
    }

    .index .banner .banner-content .text-content {
        margin-left: auto;
    }

    .index .banner .banner-content .text-content .text-content-inner h3 {
        font-size: 12px !important;
    }

    .index .banner .banner-content .text-content .text-content-inner h2 {
        font-size: 17px !important;
    }
    .index .banner .banner-content .text-content .text-content-inner h4{
        font-size: 13px;
    }
    .index .banner .banner-content .text-content .text-content-inner .banner-line {
        margin-left: 30px;
        max-width: 44%;
    }

    #consultation-modal-ones .modal-dialog.modal-dialog-centered .modal-content {
        color: #FFFFFF;
        background: #3b406f;
    }

    .navbar-nav {
        text-align: center;
        overflow: auto;
        width: 100%;
        /* height: 86vh; */
    }

    .navbar-nav li.nav-item {
        margin-right: 0 !important;
    }

    .navbar-nav li.nav-item a.nav-link {
        color: #000000 !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;
    }

    .property-detail-two .banner {
        margin-bottom: 30px;
    }

    .property-detail-two .banner img {
        height: 400px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-item img {
        height: 100px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav button {
        height: 100px;
    }

    .property-detail-two .property-detail-inner .pkg-gallery .thumb-images .owl-nav button span {
        width: 30px;
        padding: 10px;
    }

    .property-detail-two .property-detail-inner .property-main {
        margin-bottom: 15px;
    }

    /* .property-detail-two .property-detail-inner .property-main .main-right {
        text-align: left;
    } */

    .property-detail-two .property-detail-inner .bg-common {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }

    .property-detail-two .property-detail-inner .bg-common .property .property-image img {
        height: 100px;
    }

    .property-detail-two .property-detail-inner .bg-common ul.about-property {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .property-detail-two .property-detail-inner .bg-common ul.about-property li {
        margin-bottom: 5px !important;
    }

    .property-detail-two .property-detail-inner .bg-common ul.update li span:nth-child(2) {
        padding-left: 10px;
    }

    .property-detail-two .property-detail-inner .bg-common .schedule {
        margin-bottom: 15px;
    }

    .property-detail-two .property-detail-inner .bg-common .detail-block {
        margin-bottom: 15px;
    }

    .property-detail-two .property-detail-inner .bg-common .detail-block h4 {
        margin-bottom: 10px;
    }

    .property-detail-two .property-detail-inner .bg-common .price-history table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .property-detail-two .property-detail-inner .bg-common .price-history table tr th {
        min-width: 110px;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .afford {
        display: block !important;
        padding: 15px 0;
        margin: 15px 0;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .afford .block {
        display: block !important;
        width: 100% !important;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability ul.progress-block {
        padding: 15px 0;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now {
        padding: 15px;
        padding-left: 75px;
        display: block !important;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now:before {
        left: 15px;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now .block {
        width: 100% !important;
        display: block !important;
    }

    .property-detail-two .property-detail-inner .bg-common .affordability .apply-now .block a {
        margin-top: 15px;
    }

    .property-detail-two .property-detail-inner .ask-home {
        padding: 15px;
    }

    .property .carousel .carousel-item img {
        height: 175px;
    }

    .navbar.index {
        padding: 15px;
    }

    .navbar.index .navbar-brand img {
        max-height: 120px;
        max-width: 160px;
    }

    .navbar.index .navbar-nav {
        background: #fff !important;
        padding: 15px;
        margin-top: 10px;
    }

    .navbar.index .navbar-nav .nav-item.login {
        margin-right: 0 !important;
        border-color: #000000 !important;
        margin-bottom: 5px;
    }

    .navbar.index .navbar-nav .nav-item .nav-link {
        color: #000 !important;
    }

    .navbar.index .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.index .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 14px;
        margin: 0;
        outline: none;
        border: none;
        box-shadow: none;
    }

    .navbar.index .navbar-nav .dropdown {
        border-color: #000000 !important;
    }

    .navbar.index .navbar-nav .dropdown button {
        color: #000000 !important;
    }

    .navbar.inner .navbar-brand img {
        max-height: 120px;
        max-width: 230px;
    }

    .navbar.inner .navbar-nav {
        background: #fff !important;
        padding: 15px;
        margin-top: 10px;
    }

    .navbar.inner .navbar-nav .nav-item.login {
        margin-right: 0 !important;
        border-color: #000000 !important;
        margin-bottom: 5px;
    }

    .navbar.inner .navbar-nav .nav-item .nav-link {
        color: #000000;
    }

    .navbar.inner .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.inner .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 14px;
        margin: 0;
        color: #000 !important;
        border: none;
        box-shadow: none;
        outline: none;
    }



    .navbar.inner .navbar-nav .dropdown button {
        color: #000000 !important;
    }

    .navbar.inner .navbar-toggler {
        margin-right: 0;
        border: none;
        box-shadow: none;
        outline: none;
    }

    footer .footer-top {
        padding: 100px 0 0 0;
    }

    footer .footer-top .logo .address {
        padding-left: 25px;
        font-size: 14px;
    }

    footer .footer-top .logo .contact-number {
        padding-left: 19px;
    }

    footer .footer-top .logo .contact-number ul li a {
        font-size: 10px !important;
    }
   

    footer .footer-bottom span {
        font-size: 10px;
    }

    footer .footer-top .logo a img {
        max-width: 160px;
    }

    footer .footer-bottom ul li a {
        font-size: 11px;
    }

    footer .footer-top .logo ul.share {
        margin-bottom: 0;
    }

    footer .footer-top .logo ul.share li:not(:last-child) {
        padding-right: 0;
    }

    footer .footer-top .logo ul.share li a img {
        max-height: 15px;
    }

    footer .footer-top .quick-links ul {
        margin-bottom: 0;
        column-count: 2;
    }

    footer .footer-top .quick-links ul li a {
        margin-bottom: 5px;
        font-size: 14px;
    }

    footer .footer-bottom {
        padding: 10px 0;
    }

    .home-search .full-width-form {
        flex-wrap: wrap;
    }

    .home-search .full-width-form input[type=submit] {
        font-size: 15px;
        display: block;
        width: 285px;
        margin: 0 auto !important;
        margin-top: 10px !important;
        height: 38px;
    }

    .home-search .full-width-form input[type=text],
    .home-search .full-width-form input[type=email],
    .home-search .full-width-form input[type=tel],
    .home-search .full-width-form select {
        margin-right: 7px;
        width: 24% !important;
    }

    .find-property {
        /* margin-bottom: 50px; */
        padding-right: 20px;
        padding-left: 20px;
    }

    .find-property .search-by .search-by-top {
        height: 50px;
    }

    .find-property .search-by .search-by-top select,
    .find-property .search-by .search-by-top input[type=text],
    .find-property .search-by .search-by-top button {
        height: 46px;
    }

    .find-property .search-by .search-by-bottom .keywords span {
        width: auto;
    }

    .find-property .search-by .search-by-bottom .keywords input[type=submit] {
        width: auto;
    }

    .find-property .search-by .search-by-bottom .price-range p input {
        font-size: 15px;
    }

    .property-listing .property-grid-view .property-grid-item {
        display: block;
        width: 100%;
    }

    .property-listing .property-grid-view .property-grid-item .grid-left {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .property-listing .property-grid-view .property-grid-item .grid-left .carousel-item img {
        height: 220px !important;
    }

    .property-listing .property-grid-view .property-grid-item .grid-right {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .index .banner {
        height: 400px;
    }
    .index .banner .banner-five .banner-slider-five .owl-item .item{
        height: 400px !important;
    }
    .index .banner .banner-shape{
        max-width: 535px !important;
    }

    .index .banner .banner-shape #parallelogram {
        width: 612px;
        height: 100px;
    }

    .index .banner .banner-shape #parallelogram:after {
        height: 70px;
        margin: 0;
    }

    .index .banner .banner-contact {
        max-width: 630px;
        height: 100px;
        left: 10px;
        padding-left: 0;
    }

    .index .banner .banner-contact:before {
        height: 45px;
        right: 30px;
    }

    .index .banner .banner-contact ul li:last-child:after {
        top: 5px;
        height: 60px;
    }

    .index .banner .banner-contact ul li:not(:last-child) {
        margin-right: 0px;
        padding-right: 10px;
    }

    .index .banner .banner-contact ul li .we-are span {
        font-size: 12px;
        left: -5px;
    }

    .index .banner .banner-contact ul li .we-are img {
        max-width: 110px;
        /* left: -20px; */
    }

    .index .banner .banner-contact ul li .name h3 {
        font-size: 20px;
    }

    .index .banner .banner-contact ul li .name span {
        font-size: 20px;
    }

    .index .banner .banner-contact ul li .connect {
        padding-left: 10px;
    }

    .index .banner .banner-contact ul li .connect:after {
        top: 10% !important;
        transform: scale(0.6);
    }

    .index .banner .banner-contact ul li .connect h4,
    .index .banner .banner-contact ul li .connect h5 {
        font-size: 10px;
    }
    .index .banner .banner-content .person-image{
        padding-left: 65px;
    }

    .index .banner .banner-content .person-image img {
        max-width: 220px;
    }

    .index .banner .banner-content .text-content .text-content-inner img.name {
        max-width: 275px;
    }

    .index .banner .banner-content .text-content .text-content-inner a.phone {
        font-size: 30px;
    }
    
    .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);
    }

    .index .testimonials .testimonial-head {
        left: 30px;
        bottom: 15px;
        position: initial;
        text-align: center;
        padding-bottom: 20px;
    }

    .index .testimonials .testimonial-head h3 {
        font-size: 25px;
        line-height: 30px;
        color: #000000;
    }

    .index .testimonials .testimonial-head h6 {
        font-size: 13px;
        margin-bottom: 0;
        color: #000000;
    }

    .index .testimonials .testimonial-head a {
        padding: 4px !important;
        font-size: 12px !important;
        /* border: 2px solid #000 !important; */
        color: #000000 !important;
    }

    .index .testimonials .testi .testi-block {
        padding: 10px;
        max-width: 422px;
        overflow: auto;
        justify-content: flex-start;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .index .testimonials .testi .testi-block h4 {
        margin: 5px 0 !important;
    }

    .index .testimonials .testi .testi-block p {
        padding: 0;
        font-size: 12px;
    }

    .index .featured-neighbourhoods .neighbourhoods .neighbourhood {
        width: 50% !important;
    }

    .index .featured-services .block .details h2 {
        font-size: 20px;
    }

    .property-detail-page .pkg-gallery .thumb-images .owl-item img {
        height: 100px;
    }

    .property-detail-page .pkg-gallery .thumb-images .owl-nav button {
        height: 100px;
    }

    .landing .banner {
        height: calc(100vh - 429px);
    }

    .landing .banner img.remax-logo {
        top: 0;
        left: auto;
        transform: translate(0, -50%);
        right: 15px;
    }

    .landing .banner .banner-content .text-content .text-content-inner {
        top: 15%;
    }

    .landing .banner .banner-content .text-content .text-content-inner h1 {
        margin: 0;
    }

    .landing .banner .banner-content .text-content .text-content-inner h2 {
        font-size: 40px;
    }

    .landing .banner .banner-content .text-content .text-content-inner img {
        padding-left: 0;
    }

    .landing .landing-form {
        right: 15px;
        max-width: 100%;
        padding: 15px;
    }

    .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;
    }

    .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: 105px !important;
    } */

    .pre-construction-detail .prop-detail .inner-content {
        padding-top: 0;
    }

    .pre-construction-detail .prop-detail .inner-content .prop-details {
        scroll-margin-top: 130px;
    }

    .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;
        scroll-margin-top: 130px;
    }

    .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;
        top: 140px;
    }

    .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) {
    .navbar.custom .navbar-nav .nav-item .nav-link::after{
        color: #3b406f!important;
    }
    .navbar.inner .navbar-nav .nav-item.dropdown ul li a {
        text-align: center;
    }
    .navbar.index .navbar-nav .nav-item.dropdown ul li a {
        text-align: center;
    }
    #pre-consultation-modal .modal-dialog {
        max-width: 705px !important;
      }
    .index .banner .banner-shape #parallelogram:before {
        width: 83%;
    }
    .index .banner .banner-contact ul li .name h3 {
        font-size: 22px;
    }
    .index .banner .banner-contact ul li .connect h4, .index .banner .banner-contact ul li .connect h5 {
        font-size: 12px;
    }
    footer .footer-top .news-letter-block form .form-control {
        font-size: 14px;
    }
    .navbar.custom .navbar-brand{
        padding: 0 !important;
    }
   

    .find-property .search-by .search-by-bottom select,
    .find-property .search-by .search-by-bottom input[type=text] {
        font-size: 12px;
    }

    .index .banner .banner-content .text-content .text-content-inner h1 {
        font-size: 32px;
    }

    .property .property-detail {
        font-size: 12px;
    }

    .index .banner .banner-contact ul li:not(:last-child) {
        padding-right: 20px;
    }

    .index .banner .banner-content .text-content .text-content-inner h4{
        font-size: 18px;
    }
    .index .banner .banner-content .text-content .text-content-inner h2 {
        font-size: 24px;
    }
    .index .banner .banner-content .text-content .text-content-inner h3 {
        font-size: 20px;
    }

    .index .banner .banner-content .text-content .text-content-inner .banner-line {
        margin-left: 55px;
        max-width: 60%;
    }

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

    #consultation-modal-ones .modal-dialog.modal-dialog-centered .modal-content {
        color: #FFFFFF;
        background: #3b406f;
    }

    .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;
    }

    .navbar.index .navbar-brand img {
        max-height: 120px;
    }

    .navbar.index .navbar-nav .nav-item.login {
        margin-right: 5px;
    }

    .navbar.index .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.index .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 12px;
        margin: 0;
    }

    .navbar.inner .navbar-brand img {
        max-height: 120px;
    }

    .navbar.inner .navbar-nav .nav-item.login {
        margin-right: 5px;
    }

    .navbar.inner .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.inner .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 12px;
        margin: 0;
    }

    .home-search .full-width-form input[type=submit] {
        font-size: 13px;
    }

    .index .banner {
        height: 700px;
    }

    .index .banner .banner-shape #parallelogram {
        max-width: 918px;
        height: 100px;
    }

    .index .banner .banner-shape #parallelogram:after {
        height: 70px;
        margin: 0;
    }

    .index .banner .banner-contact {
        max-width: 918px;
        height: 100px;
        left: 15px;
        padding-left: 0;
    }

    .index .banner .banner-contact:before {
        height: 45px;
    }

    .index .banner .banner-contact ul li:last-child:after {
        top: 11px;
        height: 70px;
    }

    .index .banner .banner-contact ul li .we-are span {
        font-size: 14px;
    }

    .index .banner .banner-contact ul li .we-are img {
        max-width: 180px;
    }

   

    .index .banner .banner-content .person-image img {
        max-width: 315px;
    }

    .index .find-property .search-by .search-by-bottom .price-range p input {
        font-size: 15px;
    }

    .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 .testimonials .testimonial-head {
        left: 10%;
    }

    .index .testimonials .testimonial-head h3 {
        font-size: 28px;
    }

    .index .testimonials .testimonial-head h6 {
        font-size: 14px;
    }

    .index .testimonials .testi .testi-block p {
        font-size: 15px;
    }

    .index .testimonials .testi .testi-block {
        padding: 15px;
    }

    .index .landing .text-content .text-content-inner h1 {
        margin: 0;
    }

    .index .landing .text-content .text-content-inner h2 {
        font-size: 60px;
    }

    .landing .banner h2 {
        font-size: 40px !important;
    }

    .landing .banner img.remax-logo {
        top: 0%;
        transform: translate(-50%, -100%);
    }

    .landing .landing-form {
        right: 15px;
        max-width: 275px;
        padding: 10px;
    }

    .property-listing .property-grid-view .property-grid-item .grid-left .carousel-item img {
        height: 220px !important;
    }

    .property .carousel .carousel-item img {
        height: 175px;
    }

    .property-detail-two .property-detail-inner .bg-common .property .property-image img {
        height: 120px !important;
    }

    footer .footer-top .quick-links ul {
        column-count: 2;
    }

    .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;
    }

    .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;
    }
}

/*banner slider*/

@media(max-width: 767px) {
    .person-image img {
        max-width: 100%;
        max-height: 250px;
        float: left;
    }

    #consultation-modal-ones .modal-dialog.modal-dialog-centered .modal-content {
        color: #FFFFFF;
        background: #3b406f;
    }
}

.banner-slider-five.black-overlay {
    position: relative;
}

.banner-slider-five.black-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    content: "";
}

.banner-slider-five .owl-item {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.banner-slider-five .owl-item .item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
    transform: scale(1);
    width: 100%;
    transition: all 5s;
    overflow: hidden;
}

.banner-slider-five .owl-item.active .item {
    transform: scale(1.05);
}




@media (max-width: 767px) {
    .index .banner .banner-content .text-content .text-content-inner h2 {
        font-size: 12px;
        /* margin-bottom: -10px; */
    }
    .index .banner .banner-content .text-content .text-content-inner h3 {
        font-size: 13px;
        
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-slider-five .owl-item .item {
        height: 700px !important;
    }

    #consultation-modal-ones .modal-dialog.modal-dialog-centered .modal-content {
        color: #FFFFFF;
        background: #3b406f;
    }


}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar.custom .navbar-brand{
        padding: 0 !important;
    }
    .banner-slider-five .owl-item .item {
        height: 500px !important;
    }
}

@media (max-width: 576px) {
    .navbar.inner .navbar-nav .nav-item.dropdown ul li a {
        text-align: center;
    }
    .navbar.index .navbar-nav .nav-item.dropdown ul li a {
        text-align: center;
    }
    .index .banner .banner-content .text-content .text-content-inner h4{
        font-size: 10px;
    }
    .banner-slider-five .owl-item .item {
        height: 245px !important;
    }
}

@media (max-width: 345px) {
    .index .banner .banner-content .text-content .text-content-inner h1 {
        right: 10px !important;
    }

    .index .banner .banner-content .text-content .text-content-inner h2,
    .index .banner .text-content .text-content-inner img,
    .landing .banner .text-content .text-content-inner img {
        right: 0 !important;
    }

    .index .banner .banner-content .remax-logo img {
        top: -215px !important;
    }

    .landing .banner img.remax-logo {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .index .banner {
        height: 719px !important;
    }

    .index .banner .banner-five .banner-slider-five .owl-item .item {
        height: 719px !important;
    }
    .index .banner .banner-shape #parallelogram{
        max-width: 975px;
    }

    .index .testimonials .testimonial-head h3 {
        font-size: 40px;
    }
    .index .banner .banner-shape{
        left: -135px !important;
    }
    .index .banner .banner-contact {
        left: -14px !important;
      }

    .index .banner .banner-contact:before {
        right: 95px !important;
    }
    .index .banner .banner-shape #parallelogram::after{
        margin: 0 0 0 -20px !important;
    }
    .index .banner .banner-shape #parallelogram::before{
        height: 150px !important;
        margin: 0 0 0 -60px !important;
    }
    .index .banner .banner-contact ul li .connect{
        padding-left: 20px;
    }
    .index .banner .banner-contact ul li:not(:last-child){
        padding-right: 20px;
    }

}

@media (min-width: 1200px) and (max-width: 1440px) {
    .property {
        min-height: 366px;
    }
    .index .banner .banner-content .text-content .text-content-inner h3 {
        font-size: 20px !important;
    }
    .index .banner .banner-contact ul li .we-are img {     
        max-width: 100%;
        left: 50%;
    }

    .index .banner .banner-content .text-content .text-content-inner h2 {
        font-size: 35px;
    }
    .index .banner .banner-shape #parallelogram{
        max-width: 975px;
    }

    .index .testimonials .testimonial-head h3 {
        font-size: 40px;
    }
    .index .banner .banner-shape{
        left: -80px;
    }
    .index .banner .banner-contact{
        left: 0;
    }

    .index .banner .banner-contact:before {
        right: 25px;
    }

    footer p {
        font-size: 12px;
    }

    .property .carousel .carousel-item img {
        height: 200px;
    }

    .navbar.index .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.index .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 14px;
    }

    .navbar.inner .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.inner .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 14px;
    }

    .index .banner {
        height: 700px;
    }

    .index .banner .banner-five .banner-slider-five .owl-item .item {
        height: 700px;
    }

    .index .banner .banner-shape #parallelogram {
        max-width: 1000px;
    }

    .index .banner .banner-contact {
        max-width: 1000px;
    }

    .index .banner .banner-content .person-image img {
        max-width: 450px;
        max-height: 430px;
    }

    .index .banner .banner-content .text-content .text-content-inner h1 {
        font-size: 30px;
    }

    .index .banner .banner-content .text-content .text-content-inner h3 {
        font-size: 25px;
    }

    .index .calculator .calculator-form input[type=submit] {
        max-width: 350px;
    }

    .index .calculator .calculator-form input[type=text] {
        width: calc(100% - 381px);
    }

    .landing .banner .remax-logo {
        top: 0 !important;
        transform: translate(-50%, -80%) !important;
    }

    .landing .banner .text-content h2 {
        font-size: 40px !important;
    }

    .landing .banner .text-content img {
        padding-left: 0 !important;
    }

    .landing .landing-form {
        right: 15px;
        padding: 25px;
    }

    .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;
    }

    .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;
    }
}

/* end banner slider*/


@media (min-width: 1200px) and (max-width: 1440px) {
    .index .banner .banner-contact ul li .name h3{
        font-size: 24px;
    }
    .index .banner .banner-contact ul li .connect h4, .index .banner .banner-contact ul li .connect h5{
        font-size: 13px;
    }
    .index .banner .banner-contact ul li .connect .phone {
        font-size: 15px;
    }

    .index .banner .banner-contact ul li .we-are span {
        font-size: 17px;
    }
    .property .carousel .carousel-item img {
        height: 200px;
    }

    .navbar.index .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.index .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 14px;
    }

    .navbar.inner .navbar-nav .nav-item .dropdown button {
        font-size: 14px;
    }

    .navbar.inner .navbar-nav .nav-item .nav-link {
        padding: 7px;
        font-size: 14px;
    }

    .index .banner {
        height: 680px !important;
    }

    .index .banner .banner-shape #parallelogram {
        max-width: 1000px;
    }

    .index .banner .banner-contact {
        max-width: 1000px;
    }

    .index .banner .banner-content .person-image img {
        max-width: 450px;
        max-height: 470px;
    }
    .index .banner .banner-content .text-content .text-content-inner h2 {
        font-size: 29px;
      }
      .index .banner .banner-content .text-content .text-content-inner h3 {
        font-size: 23px;
      }

    .index .calculator .calculator-form input[type=submit] {
        max-width: 350px;
    }

    .index .calculator .calculator-form input[type=text] {
        width: calc(100% - 381px);
    }

    .landing .banner .remax-logo {
        top: 0 !important;
        transform: translate(-50%, -80%) !important;
    }

    .landing .banner .text-content h2 {
        font-size: 40px !important;
    }

    .landing .banner .text-content img {
        padding-left: 0 !important;
    }

    .landing .landing-form {
        right: 15px;
        padding: 25px;
    }

    .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;
    }

    .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: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1364px;
    }
}

@media (min-width: 1301px) and (max-width: 1440px) {
    .index .banner .banner-content .person-image img {
        max-width: 450px;
        max-height: 500px;
    }

    .index .banner {
        height: 750px !important;
    }

    .index .banner .banner-five .banner-slider-five .owl-item .item {
        height: 750px !important;
    }

}

@media (min-width: 1441px) and (max-width: 1599px) {
    .index .banner {
        height: 704px !important;
    }

    .index .banner .banner-five .banner-slider-five .owl-item .item {
        height: 705px !important;
    }
    .index .banner .banner-content .person-image img {
        max-height: 495px !important;
    }
    .index .banner .banner-shape #parallelogram:after {
        width: 95%;
    }
    .index .banner .banner-shape #parallelogram:before {
        width: 95%;
    }
    .index .banner .banner-contact:before {
        right: 157px;
    }

}

@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;
    }
}

/*storm*/
.property .property-detail .sec2 {
    display: inline-block;
    width: 34%;
}

.property .property-detail .price2 span {
    font-family: "proxima_novaregular";
    color: #EF0000;
    display: inline-block;
    width: 100%;
}

.property .property-detail .price2 h5 {
    text-transform: capitalize;
    font-family: "proxima_novaregular";
    font-size: 14px;
}

.property .property-detail .sec2 h5 {
    text-transform: capitalize;
    font-family: "proxima_novaregular";
    font-size: 14px;
}

.property .property-detail .sec2 span img {
    width: auto !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

.property .location h4.name {
    font-size: 19px;
    font-family: "proxima_novasemibold";
    color: #fff;
    padding-right: 15px;
    display: inline-block;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/*# sourceMappingURL=mario.css.map */