div#area_selection {
    max-height: 70vh !important;
    overflow: scroll;
}

.tour-modal-content{
  background: url("https://i.pinimg.com/originals/b9/b7/a9/b9b7a9b1584a9cf5102da6c1a6845f19.jpg");
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 93%);
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;

}

ul.navbar-nav .dropdown-item {
    border-top: 1px solid #afccc9;
    background: #f6fbff;
    font-weight: 600;
    padding: 10px 1.5rem;
}

ul.navbar-nav .dropdown-item:hover {
    background-color: #def7f7;
}

ul.navbar-nav a.logout {
    background: #a5d0d2;
}

ul.navbar-nav .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    padding: 10px 0 0 0;
    margin: 0;
    background: #12a8a7;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dbd4c5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dbd4c5;
}

.filter-buttons .dropdown-menu {
    padding: 10px;
}

.filter-buttons .dropdown-menu .form-check-input {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: -1.25rem;
}

.h3, h3 {
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 10px !important;
    line-height: 1.6rem;
    color: #5c5c5c;
}

.map-shape-actions {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

#listShrDetModal .modal-dialog.modal-lg .table td, .table th {
    vertical-align: middle;
}

.modal .card-body {
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
}

.modal .card {
    margin: 20px 10px;
}

.modal .card h5 {
    font-size: 14px;
    text-transform: uppercase;
}

.modal .card-text {
    font-weight: 800;
    font-size: 18px;
}

.modal .card .title p {
    font-size: 15px;
}

.bg-light {
    background-color: #ffffff !important;
}

.nav-custom {
    padding-left: 26px;
    padding-right: 50px;
    height: 80px;
}

.input-group.aln-proof input[type=checkbox] {
    margin-left: 0;
    margin-top: 8px;
    width: 20px;
    height: 20px;
}

h5 {
    font-weight: bold;
}

.thankyou.alert-success {
    padding: 30px 20px;
}

#nothing {
    background: red;
    text-align: center;
}

.navbar-brand {
    padding-bottom: 0rem !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 106, 255);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(42, 42, 51);
}

.input-custom {
    border-right: none;
}

.btn-custom {
    border: 1px solid #ced4da;
    border-left: none;
}

.delete-btn {
    display: block;
    line-height: 8px;
    background-color: #f72020 !important;
}

.delete-btn .delete-btn-txt {
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 13px;
}

.delete-btn .delete-btn-txt2 {
    font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

.popover {
    max-width: 27.2%;
    overflow-y: auto;
}

.btn-outline-primary {
    color: #336679;
    border-color: #5fe0e0;
    background: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: rgb(225, 225, 226);
    color: #161616;
    border-color: #a5a5a5;
}

.btn-primary {
    color: #fff;
    background-color: #336679;
    border-color: #114f73;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #80c3c5;
    border-color: #3e6d80;
}

.btn-primary:hover {
    color: #fff;
    background-color: #80c3c5;
    border-color: #3e6d80;
}

.input-group-append {
    background-color: #336679;
}

.btn-bed {
    padding: .3rem 1rem;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: .89rem;
    font-weight: 600;
    line-height: 1.9;
    border-radius: .2rem;
}

.custom-control {
    margin-top: 3px;
    padding-left: 0;
}

.sq_ft_p {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    height: 2em;
    padding: 0 10px 0 0;
}

.waterFront-dash {
    margin-top: 13px;
    margin-left: 58px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.span-dash {
    -webkit-box-align: center;
    align-items: center;
    color: #D1D1D5;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 18px;
    height: 2em;
    padding: 0 8px;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 4px;
}

.btn-custom-hover .btn-custom:hover {
    color: #ffffff;
    background-color: #ff5757;
    border-color: #ff5757;
    outline: 0;
    box-shadow: none;
    border-left: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #336679 !important;
    border-color: #114f73 !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
    border-left: none;
}

.form-control:focus {
    box-shadow: none;
}

.btn-custom-hover .btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none;
}

.col-sm-1 {
    padding-right: 6px !important;
    padding-left: 6px;
}

.col-sm-1 .btn {
    width: 100%;
    height: 38px;
}

.center-div {
    display: flex;
    justify-content: center;
}

.col-sm-1 .small {
    width: 87.5%;
    height: 38px;
}

.btn-custom .fa-search:before {
    content: "\f002";
    color: #ffffff;
}

.check_me_out .fa {
    position: relative;
    left: 0;
    top: 5px;
    padding: unset;
    margin: unset;
}

#pool_1 {

}

.container-custom {
    padding: 10px;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-top: 0 !important;
    background: #f9f9f9;
}

.mt-3 {
    margin-top: 0 !important;
}

.left-div, .right-div {
    flex: 1 1 50%;
}

.left-div {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
}

.right-div {
    position: relative;
    overflow-y: scroll;
    overflow: overlay;
    padding: 20px;
    padding-bottom: 160px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.search-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

.result-count {
    font-weight: 600;
}

.propertyResults_tools {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    margin-right: 20px;
}

.propertyResults_tools .form-group, .propertyResults_tools .mb-3 {
    margin-bottom: 0;
}

.sort-options.visible {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: center;
}

.sort-options.visible .mr-3, .sort-options.visible .me-3 {
    margin-right: .4rem !important;
    margin-top: .4rem;
}

.card-img-top {
    height: 160px;
    object-fit: cover;
    width: 100%;
}

.card-img-overlay {
    padding: 0px;
}

.card-img-overlay-text {
    background: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}

.card-img-variable-text {
    max-width: 114px;
    left: 0;
    top: 0;
}

.card-img-location {
    background: 0 0;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 10px;
    text-align: right;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    bottom: 0;
    right: 0;
}

.list-card-price + .list-card-details {
    margin-bottom: 5px;
    text-align: right;
}

.list-card-details {
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
}

.list-card-label {
    font-size: 14px;
    font-weight: 400;
}

.list-card-price {
    line-height: 32px;
    height: 32px;
    display: inline-block;
}

.list-card-details > li:first-child {
    border-left: 0;
    padding-left: 0;
}

.card-title-div {
    display: flex;
    justify-content: space-between;
    margin-right: -12px;
}

.list-card-details > li {
    border-left: 1px solid #d1d1d5;
    display: inline;
    padding: 0 3.7px;
}

.card-rows .col-md-6 {
    padding-right: 0px;
    padding-left: 8px;
}

.center-div-lists {
    margin-left: 30%;
    display: flex;
}

.center-div-lists span {
    display: inline;
    padding-left: 5px;
}

#userLogin {
    display: none;
}

#userLogout {
    display: none;
}

.div-flex {
    display: flex;
}

.list-card-type {
    margin-top: 3px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.center-pricing {
    display: flex;
    justify-content: space-between;
}

.house-location {
    font-size: 24px;
    font-weight: 500;
}

.location-info {
    font-size: 17px;
    font-weight: 400;
}

.prop_doc_icons {
    text-align: end;
    font-size: 15px;
}

#price-header {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.small-font {
    font-size: 15px;
}

.prop-type-info {
    font-size: 15px;
    font-weight: 400;
}

.location-price {
    font-size: 22px;
    font-weight: 600;
}

[class*=" zsg-icon-"]:before,
[class^="zsg-icon-"]:before {
    font-family: zmod-icon-set1 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.zsg-icon-for-rent:before,
.zsg-icon-for-sale:before,
.zsg-icon-off-market:before,
.zsg-icon-pre-market:before,
.zsg-icon-recently-sold:before {
    background: #ff5a50;
    border-radius: 50%;
    content: "";
    height: 1em;
    width: 1em;
}

.list-card-type-icon {
    margin-right: 5px;
}

.h5-size {
    font-size: 25px;
    min-inline-size: max-content;
}


.card-list {
    width: 100%;
    height: 294px;
    margin-top: 9px;
}

.title-card-body {
    padding-bottom: 0px;
    padding-top: 4px;
    padding-left: 8px;
    margin-bottom: -8px;
}

.location-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    color: #2a2a33;
    min-width: 0;
}

.limit-text {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.check-list-label {
    margin-left: 17px;
}

.location-card-body {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-left: 8px;
}

.card {
    background: #f7f7f7;
    border-bottom: 4px solid #6bcbd0;
    border-top: 4px solid #6bcbd0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.pg-m {
    margin-bottom: 30px;
    margin-top: 32px;
}

.property-left {
    border: 1px solid #dfdfe1;
    margin-top: 78px;
    padding: 12px;
}

.agent-details {
    font-size: 15px;
    font-weight: 500;

    display: flex;
    margin-right: 10px;
    align-items: center;
}

.agent-number {
    font-size: 24px;
    text-decoration: underline;
}

.inner-details {
    margin-top: 0px !important;
}

.property-owner-details {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.owner-img {
    max-height: 122px;
    max-width: 272px;
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #bfbfbf;
    box-shadow: 0 0 1px #fff;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0;
}

.owner-link {
    display: flex;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.owner-address {
    font-size: 13px;
    font-weight: 500;
    margin-top: 1px;
}

.key-feature {
    font-size: 20px;
    font-weight: 600;
}

.list-group {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
}

.serv ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.dropdown-toggle::after {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    float: none !important;
}

.pagination-style {
    display: flex;
    justify-content: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff5757 !important;
    border-color: #ff5757 !important;
}

primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ff5757 !important;
    background-color: #fff !important;
    border-color: #ff5757 !important;
}

.popover-body .bed-baths {
    margin-top: 1rem !important;
    font-weight: bolder;
}


.serv ul li {
    list-style: inside;
    flex: 0 0 33.333333%;
}

.list-group-item {
    display: list-item;
    margin-bottom: 15px !important;
}

.property-description {
    margin: 15px 0;

}

body {
    font-family: "Open Sans", sans-serif !important;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#map {
    margin: 0;
    padding: 0;
}


.homepage {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.results-wrapper {
    height: 100%;
}

.results-container {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.title {
    position: absolute;
    font-size: 50px;
    z-index: 10;
    font-weight: bold;
    top: 50px;
    text-transform: uppercase;
    left: 70px;
    color: #333;
}

.search-container {
    width: 322px;
    height: 45px;
    background-color: #454E54;
    position: absolute;
    z-index: 30;
    top: 123px;
    left: 89px;
    border-radius: 30px;
}

.search {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}


.search input {
    color: white;
    width: 100%;
    border: none;
    font-size: 20px;
    background-color: transparent;
}

.search input:focus {
    outline: none;
}

.search i {
    font-size: 23px;
    color: white;
}


.stores-list-container {
    width: 322px;
    background-color: white;
    position: absolute;
    z-index: 30;
    top: 187px;
    left: 89px;
    border-radius: 12px;
    bottom: 14px;
}

.stores-list {
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: scroll;

    height: 100%;
}

.store-container {
    display: flex;
    cursor: pointer;
}

.store-container-background {
    display: flex;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    border-radius: 17px;
    margin-bottom: 8px;
    transition: all 0.2s ease-in-out;
}

.store-container-background:hover {
    background-color: #ccc;

}

.store-address span {
    display: block;
}

.center-lists {
    margin-left: 20px;
    margin-top: 20px;
}

.center-btns {
    margin-left: 20px;
}

.gen_url {
    max-width: 20% !important;
}

.url_div {
    max-width: 26% !important;
}

.url_p {
    margin-top: 5px;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;

}


.border-area {
    border-bottom: 1px solid #e5e5e5 !important;
}

.cont-right {
    padding-right: 30px !important;
    margin-top: 20px;
}

.store-info-container {
    flex-grow: 1;
}

.store-address {
    font-size: 17px;
    color: #514C4C;
    margin-top: 20px;
}


.store-phone-number {
    color: #B5ADAD;
    margin-top: 11px;
    margin-bottom: 11px;
}


.store-number-container {
    display: flex;
    align-items: center;
}


.store-number {
    width: 25px;
    height: 25px;
    background-color: #454E53;
    color: white;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.mt-2 {
    margin-top: 20px !important;
}

.store-info-window {
    min-width: 230px;
    font-size: 13px;
    padding: 12px;

}

.center-div-lists .form-check-input {
    position: inherit;
}

.form-check-input {
    margin-top: 5px;

    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    margin-left: 0;
    margin-right: 10px;
}

.kc_fab_main_btn {
    background-color: #F44336;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #F44336;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.kc_fab_main_btn:focus {
    transform: scale(1.1);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

}

.mychecks {
    position: absolute;
    margin: 15px;
    width: 20px;
    height: 20px;

}


.round {
    position: absolute;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

.float {
    z-index: 2;
    cursor: pointer;
    padding-bottom: 12px;
    border: 4px solid #a53d3d;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ff5757;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
}

.clearFilters {
    padding-top: 7px;
    margin-left: -7px;
}

button:focus {
    outline: none !important;

}

.my-float {
    margin-top: 22px;
}


.gm-style .gm-style-iw-c {
    padding: 0;
}

.store-info-name {
    margin-left: 14px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.4em;
}

.store-info-name strong {
    font-weight: bold;
}

.store-info-status {
    margin-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000926;
}

.store-info-address, .store-info-phone {
    margin-top: 8px;
    display: flex;
    align-items: center;
}


.gm-style-iw-d {
    overflow: hidden !important;
}

.store-info-address .circle, .store-info-phone .circle {
    width: 30px;
    height: 30px;
    background-color: #1985A1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: white;
    margin-right: 8px;
    justify-content: center;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.bg-custom-1 {
    background-color: #85144b;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.closeBtn, .btn-close {
    text-align: end;
    margin-right: 35px;
    background-color: white;
}

#navbarNavAltMarkup {
    z-index: 1000;
}

.result-count {
    grid-area: record_count;
    margin-right: 10px;
}

#save_search_btn {
    grid-area: save_btn;
}

.select_all_results {
    grid-area: select_all_results;
    padding-right: 6px;;
    border-right: 1px solid #ccc;
    margin-right: 6px;
}

.sort_results {
    grid-area: sort_results;
}

.grp-count-search {
    grid-area: grp-count-search;
}

.grp-sort {
    grid-area: grp-sort;
    justify-self: end;
    display: flex;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}


.ql-editor {
  line-height: 1.6em;
}


.ql-editor p {
  margin-bottom: 1em;
  font-family: 'Poppins', sans-serif;
}


.ql-container {
  font-size: 14px;
}

/* Laptops & Desktops */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: flex-end;
    }

    .propertyResults_tools {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "grp-count-search grp-sort";
        display: grid;
    }
}

/* Tablets */
@media (min-width: 600px) {

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 9.333333%;
        max-width: 43.333333%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #propertyModal button.closeBtn, #propertyModal button.btn-close {
        right: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        height: 1em;
        padding: 0 !important;
        margin: 0 !important;
    }


    #user_menu {

        overflow-y: scroll;
    }

    #navbarNavAltMarkup {
        padding-left: 10px;
    }

    .navbar-nav {
        width: 30%;
    }

    #propertyModal .modal-body {
        margin-top: 2.7em;
        padding: 0;
    }

    #prop-filters > .row {
        flex-wrap: nowrap;
    }

    .propertyResults_tools {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: "grp-count-search" "grp-sort";
        row-gap: 10px;
        margin: 10px 0 5px;
    }

    .propertyResults_tools .result_count {
        font-size: larger;
    }

    .propertyResults_tools .sort_results,
    .propertyResults_tools #save_search_btn {
        justify-self: end;
    }

    .grp-count-search,
    .grp-sort {
        display: flex;
        justify-content: space-between;
        justify-self: unset;
    }

    .grp-sort .select_all_results {
        border: none;
        margin-left: 15px;
    }

}

@media screen and (max-width: 1200px) {
    .right-div {
        float: unset;
        width: 100%;
    }

    .left-div {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1208px;
    }
}


.ftr {
    text-align: justify;
    font-size: 9px;
}

.forums {
    padding: 10px;
}


.open_house {
    position: absolute;
    display: block;
    background-color: #fabd08;
    padding: 4px 6px;
    font-size: 13px;
    color: #000;
    right: 0px;
}

.open_house .open_house_tx {
    float: right
}

.open-house-banner {
    padding: 15px 5px;
    text-align: center;
    color: #1f1f1f;
    font-size: medium;
    font-weight: 600;
    background-color: #fabd08;
}


.django-ckeditor-widget {
    width: 100%;
}

/* For Desktop View */
@media screen and (min-width: 1024px) {

}

/* For Tablet View */
@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {

}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }

    .navbar-brand {
        padding-right: 4em;
    }

}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .navbar-nav {
        width: 70%;
        align-items: baseline;
    }

    .navbar-brand {
        padding-right: 0em;
    }


}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-nav {
        width: 90%;
        align-items: baseline;

    }

}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }

}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
    .navbar-nav {
        width: 30%;
        align-items: baseline;
    }

}


/* Navigation Bar */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');
* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.main_nav_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
    background-color: #e9f2f2;
}

header .navbar {
    height: 100%;
    max-width: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
    padding: 0 10px;
}

.logo {
    margin-right: auto;
    margin-top: -20px;
}

.navbar .logo a {
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
}

.logo_img {
    width: 75px;

}

.logo_side_bar {
    margin-left: 0px;
    width: 60px;
}

header .navbar .nav-links {
    line-height: 80px;

}

header .navbar .links {
    display: flex;
    margin-inline-start: 0px;
    padding-left: 0px;
}

header .navbar .links li {

    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

header .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: black;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

header .navbar .links li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 2px;
    left: 0;
    background-color: teal;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
}

header .navbar .links li a:hover {
    color: teal;

}

header .navbar .links li a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}


.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

header .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: black;
    transition: all 0.3s ease;
}

header .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0px;

}

header .navbar .links li:hover .htmlCss-sub-menu,
header .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid black;
}

.navbar .links li .sub-menu a {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .user-box {
    position: relative;
    height: 40px;
    width: 40px;
    align-self: baseline;
    margin-top: 10px;
}

.navbar .user-box i {
    display: contents;
    height: 100%;
    width: 100%;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .user-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    width: 300px;
    background-color: #cecece;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .user-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background-color: #cecece;
    width: 13em;
}

.input-box li {
    border-bottom: 1px solid #333;
    padding: 7px;
    list-style: none;
    text-decoration: none;
}


.input-box li a {
    text-decoration: none;
    color: black;
}


.input-box li a:hover {
    color: teal;

}

.user-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #cecece;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.user-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border-bottom: 1px solid #333;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .fa-bars {
    display: none;
}

@media (max-width: 990px) {
    header .navbar .links li a {
        font-size: 0.7rem;
    }
}

@media (max-width: 920px) {
    header .navbar {
        max-width: 100%;

    }

    header .navbar .logo a {
        font-size: 16px;
    }

    header .navbar .links li {
        padding: 0 5px;
        white-space: nowrap;

    }

    header .navbar .links li a {
        font-size: 0.8rem;
    }
}

@media (max-width: 800px) {
    header {
        position: relative;
    }

    header .navbar {
        justify-content: space-between;

    }

    .logo {
        margin-right: unset;
    }

    .user-box {
        padding-right: 65px;
    }

    .navbar .fa-bars {
        display: block;
    }

    header .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: white;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .fa-bars {
        font-size: 25px;
        color: black;
    }

    header .navbar .links {
        display: block;
        margin-top: 20px;
        padding-left: 0px;
    }

    header .navbar .links li .arrow {
        line-height: 40px;
    }

    header .navbar .links li {
        display: block;
    }

    header .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    header .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    header .navbar .links li:hover .htmlCss-sub-menu,
    header .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 370px) {
    header .navbar .nav-links {
        max-width: 100%;
    }
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.profile-pic-container circle {
    fill: rgba(45, 166, 175, 0.65);
    transition: all 0.3s ease-in-out 0s;
}

.profile-pic-container:hover circle {
    fill: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.profile-pic-container {
    position: relative;
    cursor: pointer;
}

.profile-pic-container svg {
    position: absolute;
    bottom: 8px;
    left: 0px;
}

#userMenuList, #userMenuList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#userMenuList ul {
    width: 180px;
    background: grey;
    position: absolute;
    left: -99999em;
}

#userMenuList a {
    display: block;
    margin: 0 0 -1px;
    border-top: 1px solid #afccc9;
    background: #f6fbff;
    font-weight: 600;
    padding: 10px 1.5rem;
}

#navwrap ul li {
    position: relative;
}

#userMenuList li:hover > ul {
    left: calc(-8px - 100%);
    top: 0;
}

#userMenuList li:hover > a {
    background-color: #def7f7;
    cursor: pointer
}

.button a {
    display: block;
    padding: 5px 10px;
    background: #def7f7;
}

.announcement_text_h4 {
    font-weight: normal;
    text-align:center;
    font-size:initial;
    line-height:1.8em;
}

.center_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.right-a {
    color:#fff;
    margin-right: 1em;
}
.indicate_sel_style  {
    color:  #ffffff !important;
    background-color: #ff5757 !important;
    border-color: #114f73 !important;
}
.remove_display {
    display: none !important;
}
